IsPlayerInRangeOfPoint- unfined symbol
#1

why i have errors whil i type this

Quote:

public OnPlayerKeyStateChange(playerid, newkeys, oldkeys)
{
if( (newkeys & KEY_FIRE) )
{
if(IsPlayerInRangeOfPoint(p,5,pos[0],pos[1],pos[2]))
{
SetPlayerHealth(playerid,-1);
}
}
return 1;
}

error:
Quote:

pwn(533) : error 017: undefined symbol "IsPlayerInRangeOfPoint"

Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)