please help - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: please help (
/showthread.php?tid=315188)
please help -
sam1929 - 02.02.2012
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.");
Respuesta: please help -
Jovanny - 02.02.2012
you have a
pawn Code:
new isPlayerSpawned[MAX_PLAYERS];
?
Re: Respuesta: please help -
sam1929 - 02.02.2012
Quote:
Originally Posted by Jovanny
you have a
pawn Code:
new isPlayerSpawned[MAX_PLAYERS];
?
|
no i do not Jovanny
Re: please help -
Jakku - 02.02.2012
Then add it. Your "isPlayerSpawned"- variable isn't defined, so that's why get such errors