SA-MP Forums Archive
error 017: undefined symbol "IsPlayer3" - 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: error 017: undefined symbol "IsPlayer3" (/showthread.php?tid=400289)



error 017: undefined symbol "IsPlayer3" - aslan890 - 17.12.2012

How can i Fix this?


error 017: undefined symbol "IsPlayer3"

Код:
{
			if(IsPlayer3(i))
			{
Код:
C:\Users\GURKAN\Desktop\XtremePlanet\gamemodes\XS.pwn(4861) : error 017: undefined symbol "IsPlayer3"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.



Re: error 017: undefined symbol "IsPlayer3" - park4bmx - 17.12.2012

pawn Код:
stock IsPlayer3(playerid)
{
//some type of check need to be here but i dont know what its used for.
//so i would leave it to you
return playerid;
}



Re: error 017: undefined symbol "IsPlayer3" - aslan890 - 17.12.2012

Pawn complier stopped working


Re: error 017: undefined symbol "IsPlayer3" - park4bmx - 17.12.2012


it needs to be outside of any callback, put it at the end of your script!
but the function will not work as the checks needed are not there !
Quote:

This forum requires that you wait 120 seconds between posts.

no luck today ;X


Re: error 017: undefined symbol "IsPlayer3" - aslan890 - 17.12.2012

I need help man can you help you must know the xtreme planet [GM] am trying to use that but the mode is like

.pwn when i press F5 its fine i thing its making the .amx but when i open the server and the server not responding its so difficult for me


Re: error 017: undefined symbol "IsPlayer3" - park4bmx - 17.12.2012

yes because your missing a lot of variables as the one your requesting.
that variable "IsPlayer3" need to make some kind of check..
it will compile fin but the function returns a playerid nothing much so it will not do anything.

what does the "IsPlayer3" for ?