Ich brauch mal kurz eure Hilfe. Un zwar wollte ich es so machen, das man den Befehl /report nur jede 2 Minuten eingeben kann.
So habe ich es erstellt.
new ReportStatus;
Und bei dem /report befehl so
if(ReportStatus[playerid] == 0) //HIER IST DIE ZEILE DER GANZEN ERRORS
{
SendClientMessage(playerid,COLOR_GRAD1,"{FFFFFF}Report{B4B5B7} ist nur jede {FFFFFF}2 Minuten {B4B5B7}möglich");
return 1;
}
Und diese Fehler kommen
C:\DOKUME~1\DERVIS~1.DER\Desktop\GANGST~1.3C\GAMEMO~1\GERMAN~1.PWN(28518) : error 028: invalid subscript (not an array or too many subscripts): "ReportStatus"
C:\DOKUME~1\DERVIS~1.DER\Desktop\GANGST~1.3C\GAMEMO~1\GERMAN~1.PWN(28518) : warning 215: expression has no effect
C:\DOKUME~1\DERVIS~1.DER\Desktop\GANGST~1.3C\GAMEMO~1\GERMAN~1.PWN(28518) : error 001: expected token: ";", but found "]"
C:\DOKUME~1\DERVIS~1.DER\Desktop\GANGST~1.3C\GAMEMO~1\GERMAN~1.PWN(28518) : error 029: invalid expression, assumed zero
C:\DOKUME~1\DERVIS~1.DER\Desktop\GANGST~1.3C\GAMEMO~1\GERMAN~1.PWN(28518) : fatal error 107: too many error messages on one line
Vielleicht übersehe ich grade was aber ich finde es irgendwie nicht. Deswegen frage ich hier besser mal nach.
Mfg [NeV]Mozilla