13.03.2013, 18:33
Код:
C:\Users\BLABLABLA\gamemodes\name.pwn(105) : error 017: undefined symbol "pLogged" C:\Users\BLABLABLA\gamemodes\name.pwn(105) : warning 215: expression has no effect C:\Users\BLABLABLA\gamemodes\name.pwn(105) : error 001: expected token: ";", but found "]" C:\Users\BLABLABLA\gamemodes\name.pwn(105) : error 029: invalid expression, assumed zero C:\Users\BLABLABLA\gamemodes\name.pwn(105) : fatal error 107: too many error messages on one line
At line 103-105 is it:
Код:
public OnPlayerConnect(playerid) { pLogged[playerid] = 0;