[Ajuda] Comando
#3

//TOPO DO GM:
pawn Код:
#include                                 <a_samp>
#include                                 <streamer>
dcmd(arquibancada,12,cmdtext);
new Tele[100];
#define dcmd(%1,%2,%3) if ((strcmp((%3)[1], #%1, true, (%2)) == 0) && ((((%3)[(%2) + 1] == 0) && (dcmd_%1(playerid, "")))||(((%3)[(%2) + 1] == 32) && (dcmd_%1(playerid, (%3)[(%2) + 2]))))) return 1
//CREDIT: DracoBlue

//FINAL DO GM:
pawn Код:
dcmd_arquibancada(playerid, params[])
#pragma unused 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 ;
}
Reply


Messages In This Thread
Comando - by clerISoN - 20.05.2013, 01:41
Re: Comando - by Delete_ - 20.05.2013, 02:05
Re: Comando - by focaximubh - 20.05.2013, 02:12
Re: Comando - by iNicianTe - 20.05.2013, 02:17
Re: Comando - by clerISoN - 20.05.2013, 02:17
Re: Comando - by iNicianTe - 20.05.2013, 02:22
Re: Comando - by focaximubh - 20.05.2013, 02:27
Re: Comando - by clerISoN - 20.05.2013, 02:46
Re: Comando - by focaximubh - 20.05.2013, 02:58

Forum Jump:


Users browsing this thread: 1 Guest(s)