argument Mismatch FAIL?

Wichtiger Hinweis: Bitte ändert nicht manuell die Schriftfarbe auf schwarz sondern belasst es bei der Standardeinstellung. Somit tragt ihr dazu bei dass euer Text auch bei Verwendung unseren dunklen Forenstils noch lesbar ist!

Tipp: Ihr wollt längere Codeausschnitte oder Logfiles bereitstellen? Benutzt unseren eigenen PasteBin-Dienst Link
  • Hallo Habe hier Fehler den ich net behoben bekomme -.-


    forward Supp_OnPlayerText(playerid, text[]);public Supp_OnPlayerText(playerid, text[]){ for(new si;si<sizeof(SupportInfo);si++){ if(SupportInfo[si][Ssys_Typ] == 3){ if(SupportInfo[si][Ssys_FromID] == playerid && SupportInfo[si][Ssys_Benutzt] != -255){ format(Text,sizeof(Text),"[Support-System] | %s: %s",sName(playerid),text); SendClientMessage(SupportInfo[si][Ssys_Benutzt],S_COL_YELLOW,Text); } else if(SupportInfo[si][Ssys_Benutzt] == playerid){ format(Text,sizeof(Text),"[Support-System] | %s: %s",sName(playerid),text); SendClientMessage(SupportInfo[si][Ssys_FromID],S_COL_YELLOW,Text); } } }}


    C:\Users\Vitali\Desktop\GSP1.pwn(55448) : error 035: argument type mismatch (argument 1)<sizeof(supportinfo);si++){ if(supportinfo[si][ssys_typ]="=" 3){="" if(supportinfo[si][ssys_fromid]="=" playerid="" &&="" supportinfo[si][ssys_benutzt]="" !="-255){" format(text,sizeof(text),"[support-system]="" |="" %s:="" %s",sname(playerid),text);="" sendclientmessage(supportinfo[si][ssys_benutzt],s_col_yellow,text);="" }="" else="" if(supportinfo[si][ssys_benutzt]="=" playerid){="" sendclientmessage(supportinfo[si][ssys_fromid],s_col_yellow,text);="" zeile="" }}[="" pwn]
    C:\Users\Vitali\Desktop\GSP1.pwn(55448) : error 039: constant symbol has no size


    Danke Schonmal ;)