please help
#1

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.");
Reply
#2

you have a
pawn Code:
new isPlayerSpawned[MAX_PLAYERS];
?
Reply
#3

Quote:
Originally Posted by Jovanny
View Post
you have a
pawn Code:
new isPlayerSpawned[MAX_PLAYERS];
?
no i do not Jovanny
Reply
#4

Then add it. Your "isPlayerSpawned"- variable isn't defined, so that's why get such errors
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)