[Ajuda] Teleporte Exclusivo DTEN
#4

pawn Код:
if(strcmp("/pref", cmdtext, true, 10) == 0)
{
if(Prefeito[playerid] != 1) return SendClientMessage(playerid, 0xFF0000AA, "| ERRO | Somente o prefeito pode usar esse teleporte!");
new pname[MAX_PLAYER_NAME];
SetPlayerInterior(playerid, 0);
SetPlayerPos(playerid, 1481.2938, -1769.7637, 18.7958 );
GetPlayerName(playerid, pname, MAX_PLAYER_NAME);
format(string, sizeof(string), "O(A) jogador(a) %s foi para a Prefeitura (») Quer ir? Use: /pref", pname);
SendClientMessageToAll(0x33AA33A, string);
return 1;
}
Reply


Messages In This Thread
Teleporte Exclusivo DTEN - by MaTheuSs - 30.09.2015, 19:45
Re: Teleporte Exclusivo DTEN - by garotin - 30.09.2015, 19:50
Re: Teleporte Exclusivo DTEN - by MaTheuSs - 30.09.2015, 20:17
Re: Teleporte Exclusivo DTEN - by CZ - 30.09.2015, 21:39

Forum Jump:


Users browsing this thread: 1 Guest(s)