Help needed .
#2

pawn Код:
new
    Float: pX,
    Float: pY,
    Float: pZ;

GetPlayerPos(id, pX, pY, pZ); // edit "id" to the variable you store the player's ID who is about to be arrested
if (!IsPlayerInRangeOfPoint(playerid, 10.0, pX, pY, pZ)) return // error message (not close enough)
Reply


Messages In This Thread
Help needed . - by Johnson_Brooks - 15.05.2014, 16:16
Re: Help needed . - by Konstantinos - 15.05.2014, 16:19
Re: Help needed . - by Campbell- - 15.05.2014, 16:19
Re: Help needed . - by Johnson_Brooks - 15.05.2014, 16:38

Forum Jump:


Users browsing this thread: 1 Guest(s)