[CheckPoint]Cmd to find players
#3

Try it:
pawn Код:
CMD:findp(playerid, params[])
{
    new Float:x, Float:y, Float:z;
    GetPlayerPos(playerid, x, y, z);
    SendClientMessage(playerid, green, "This player is in %f, %f, %f position");
   
    return SendClientMessage(playerid, 0x0000B4FF, "You have found the player position");
}
Reply


Messages In This Thread
[CheckPoint]Cmd to find players - by waim - 22.08.2012, 05:48
Re: [CheckPoint]Cmd to find players - by Arca - 22.08.2012, 06:25
Re: [CheckPoint]Cmd to find players - by ThePhenix - 22.08.2012, 06:57
Re: [CheckPoint]Cmd to find players - by clarencecuzz - 22.08.2012, 07:23
Re : [CheckPoint]Cmd to find players - by waim - 22.08.2012, 13:45
Re: [CheckPoint]Cmd to find players - by RedJohn - 22.08.2012, 16:01
Re: [CheckPoint]Cmd to find players - by clarencecuzz - 23.08.2012, 10:53

Forum Jump:


Users browsing this thread: 1 Guest(s)