Some fuctions
#6

willsuckformoney if i put the code like this format i have this error

Код:
new Float:x,Float:y,Float:z;
GetPlayerPos(NPCNAMEHERE,x,y,z);
IsPlayerInRangeOfPoint(playerid,3,x,y,z);
error 017: undefined symbol "NPCNAMEHERE"

and if i put like this

Код:
new Float:x,Float:y,Float:z;
GetPlayerPos("NPCNAMEHERE",x,y,z);
IsPlayerInRangeOfPoint(playerid,3,x,y,z);
i have this error

error 035: argument type mismatch (argument 1).
Reply


Messages In This Thread
Some fuctions - by billiout - 21.08.2010, 09:06
Re: Some fuctions - by Hiddos - 21.08.2010, 09:09
Re: Some fuctions - by willsuckformoney - 21.08.2010, 09:15
Re: Some fuctions - by billiout - 21.08.2010, 09:33
Re: Some fuctions - by willsuckformoney - 21.08.2010, 09:35
Re: Some fuctions - by billiout - 21.08.2010, 11:58
Re: Some fuctions - by Hiddos - 21.08.2010, 12:00

Forum Jump:


Users browsing this thread: 1 Guest(s)