31.03.2011, 13:15
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
if (strcmp("/country", cmdtext, true, 10) == 0)
{
SetPlayerPos(playerid, Float:x, Float:y, Float:z);//replace the :: Float:x, Float:y, Float:z with ur cords
return 1;
}
return 0;
}