03.02.2013, 10:23
is this stock?
or yes? so pls make it like stock
example:
i know how to make but i am not confirm so pls if i am wrong so fixed it and give me thanks.
Код:
GetPlayerPos(playerid,x,y,z); GetPlayerPos(player2,x2,y2,z2); new Float:distance=floatsqroot((x-x2)*(x-x2)+(y-y2)*(y-y2)+(z-z2)*(z-z2));
example:
Код:
stock GetPlayerpos(playerid,x,y,z); GetPlayerPos(playerid,x,y,z); GetPlayerPos(player2,x2,y2,z2); new Float:distance=floatsqroot((x-x2)*(x-x2)+(y-y2)*(y-y2)+(z-z2)*(z-z2));