17.07.2013, 14:15
Please i want help with cmd position i need a cmd to get my pos ig in any place.
CMD:pos(playerid, params[])
{
new Float:Pos[3];
new string[128];
GetPlayerPos(playerid, Pos[0], Pos[1], Pos[2]);
format(string,sizeof(string),"X: %f Y: %f Z: %f", Pos[0], Pos[1], Pos[2]);
SendClientMessage(playerid, -1, string);
}