20.05.2013, 02:58
coloca no topo do GM assim:
Coloque no public OnPlayerCommandText:
pawn Код:
#include <zcmd>
pawn Код:
CMD:arquibancada(playerid, params[])
{
SetPlayerPos(playerid, -547.0327,1972.2625,60.2639);
new pname[MAX_PLAYER_NAME];GetPlayerName(playerid, pname, sizeof pname);
format(Tele, sizeof Tele,"%s foi para a Arquibancada ( /Arquibancada ) ",pname);
SendClientMessageToAll(-1,Tele);
return 1 ;
}

