15.08.2011, 15:12
This is the version without logging into rcon .
pawn Код:
if (strcmp("/teleport", cmdtext, true, 10) == 0)
{
SetPlayerPos(playerid,x,y,z);
SendClientMessage(playerid,0x00FF00FF,"You have been teleported");
return 1;
}