21.08.2010, 11:58
willsuckformoney if i put the code like this format i have this error
error 017: undefined symbol "NPCNAMEHERE"
and if i put like this
i have this error
error 035: argument type mismatch (argument 1).
Код:
new Float:x,Float:y,Float:z; GetPlayerPos(NPCNAMEHERE,x,y,z); IsPlayerInRangeOfPoint(playerid,3,x,y,z);
and if i put like this
Код:
new Float:x,Float:y,Float:z; GetPlayerPos("NPCNAMEHERE",x,y,z); IsPlayerInRangeOfPoint(playerid,3,x,y,z);
error 035: argument type mismatch (argument 1).