how would this workout ?
#1

pawn Код:
stock GetPlayerDistanceFromPlayer(player1,player2)
{
    new Float:X,Float:Y,Float:Z;
    GetPlayerPos(player2,X,Y,Z);
    new distance = GetPlayerDistanceFromPoint(player1,X,Y,Z);
   
    return distance;
}
Reply


Messages In This Thread
how would this workout ? - by spd_sahil - 07.04.2012, 05:46
Re: how would this workout ? - by Rob_Maate - 07.04.2012, 05:50
Re: how would this workout ? - by captainjohn - 07.04.2012, 06:04
Re: how would this workout ? - by Rob_Maate - 07.04.2012, 06:11
Re: how would this workout ? - by spd_sahil - 07.04.2012, 06:27

Forum Jump:


Users browsing this thread: 1 Guest(s)