error 017: undefined symbol "IsPlayer3"
#1

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

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;
}
Reply
#3

Pawn complier stopped working
Reply
#4


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
Reply
#5

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
Reply
#6

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 ?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)