algue ajuda aqui porfavo
#9

esse aqui
pawn Код:
stock PlayerToPoint(Float:radi, playerid, Float:x, Float:y, Float:z)

{

new Float:oldposx, Float:oldposy, Float:oldposz;

new Float:tempposx, Float:tempposy, Float:tempposz;

GetPlayerPos(playerid, oldposx, oldposy, oldposz);

tempposx = (oldposx -x);

tempposy = (oldposy -y);

tempposz = (oldposz -z);

if (((tempposx < radi) && (tempposx > -radi)) && ((tempposy < radi) && (tempposy > -radi)) && ((tempposz < radi) && (tempposz > -radi)))

{

return 1;

}

return 0;

}
Reply


Messages In This Thread
algue ajuda aqui porfavo - by judson diogo - 22.04.2010, 12:44
Re: [ajuda] aqui galera - by andmeida10 - 22.04.2010, 12:48
Re: [ajuda] aqui galera - by judson diogo - 22.04.2010, 12:59
Re: [ajuda] aqui galera - by andmeida10 - 22.04.2010, 13:30
Re: [ajuda] aqui galera - by judson diogo - 22.04.2010, 13:56
Re: algue ajuda aqui porfavo - by Ambrуsio - 22.04.2010, 18:13
Re: algue ajuda aqui porfavo - by judson diogo - 22.04.2010, 18:29
Re: algue ajuda aqui porfavo - by SuB_ZeRo0_ - 22.04.2010, 18:32
Re: algue ajuda aqui porfavo - by judson diogo - 22.04.2010, 18:36
Re: algue ajuda aqui porfavo - by andmeida10 - 22.04.2010, 19:50

Forum Jump:


Users browsing this thread: 1 Guest(s)