Quote:
Originally Posted by [ProX]BlueFire
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; }
|
Where to put it? Just use it as a FS? And how do I know the cords?(never done this before)