24.04.2013, 18:44
Quote:
C:\Users\Grand\Desktop\Ultimate Gaming Ground\filterscripts\Clan Script.pwn(257) : error 029: invalid expression, assumed zero C:\Users\Grand\Desktop\Ultimate Gaming Ground\filterscripts\Clan Script.pwn(257) : warning 215: expression has no effect C:\Users\Grand\Desktop\Ultimate Gaming Ground\filterscripts\Clan Script.pwn(257) : error 001: expected token: ";", but found "]" C:\Users\Grand\Desktop\Ultimate Gaming Ground\filterscripts\Clan Script.pwn(257) : error 029: invalid expression, assumed zero C:\Users\Grand\Desktop\Ultimate Gaming Ground\filterscripts\Clan Script.pwn(257) : fatal error 107: too many error messages on one line Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 4 Errors. |
pawn Код:
pS[UseClanSkin] = 0;
pawn Код:
#define pS [playerid]
here is it in the full thing :P
pawn Код:
public OnPlayerConnect(playerid)
{
pS[UseClanSkin] = 0;
pS[Clan] = Negative;
pS[ClanRequest] = Negative;
pS[Spawned] = 0;
return 1;
}