Hallo Community ich hab dieses Tutorial hier befolgt
[ SCRIPTING ] AFK System + AFK Liste
Hab Aber noch ein Error:
pwn(188) : error 033: array must be indexed (variable "AFKPLAYERS")
Zeile 188:
if(AFKPLAYERS == 1)
LG
Hallo Community ich hab dieses Tutorial hier befolgt
[ SCRIPTING ] AFK System + AFK Liste
Hab Aber noch ein Error:
pwn(188) : error 033: array must be indexed (variable "AFKPLAYERS")
Zeile 188:
if(AFKPLAYERS == 1)
LG
Zeig mal die definition davon
Meinst du das ?
new AFKPLAYERS[MAX_PLAYERS][AFK_SPIELER];
mach mal
if(AFKPLAYERS[playerid] == 1)