02.02.2012, 05:01
Code:
C:\Users\MR.TOM LEE FOX\Desktop\samp03dsvr_R2_win32\filterscripts\IAdministrator.pwn(978) : error 017: undefined symbol "isPlayerSpawned" C:\Users\MR.TOM LEE FOX\Desktop\samp03dsvr_R2_win32\filterscripts\IAdministrator.pwn(978) : warning 215: expression has no effect C:\Users\MR.TOM LEE FOX\Desktop\samp03dsvr_R2_win32\filterscripts\IAdministrator.pwn(978) : error 001: expected token: ";", but found "]" C:\Users\MR.TOM LEE FOX\Desktop\samp03dsvr_R2_win32\filterscripts\IAdministrator.pwn(978) : error 029: invalid expression, assumed zero C:\Users\MR.TOM LEE FOX\Desktop\samp03dsvr_R2_win32\filterscripts\IAdministrator.pwn(978) : fatal error 107: too many error messages on one line Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 4 Errors.
Code:
if(EchoStatus == 0) return 1;
Code:
if(!isPlayerSpawned[giveid]) return IRC_GroupSay(IRC_Group,channel,"4*** Error: The player is not spawned.");