30.07.2012, 10:47
ZCMD:
pawn Код:
CMD:stadium(playerid, params[])
{
SetPlayerPos(playerid, coordsX,coordsY,coordsZ);
SendClientMessage(playerid, 0xFFFFFFFF, "You have been teleported to the stadium");
return 1;
}