31.10.2009, 17:19
Код:
public OnPlayerConnect(playerid) { for(new i = 0;i < MAX_PLAYERS; i++) { PlayerInfo[playerid][pTut] = 0; TutTime[playerid] = 0; return 1; }
C:\Documents and Settings\Administrator\Desktop\Outros\Tutorial.pwn (46) : warning 215: expression has no effect
C:\Documents and Settings\Administrator\Desktop\Outros\Tutorial.pwn (46) : error 001: expected token: ";", but found "]"
C:\Documents and Settings\Administrator\Desktop\Outros\Tutorial.pwn (46) : error 029: invalid expression, assumed zero
C:\Documents and Settings\Administrator\Desktop\Outros\Tutorial.pwn (46) : fatal error 107: too many error messages on one line