22.08.2012, 06:57
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");
}