30.07.2012, 11:01
Herp a derp, can't you do anything yourself?
pawn Код:
if(strcmp(cmdtext, "/stadium", true) == 0)
{
SetPlayerPos(playerid, coordsX,coordsY,coordsZ);
SendClientMessage(playerid, 0xFFFFFFFF, "You have been teleported to the stadium");
}