[Ajuda] Comando
#1

To fazendo um FS de um Mapa aki e coloquei um comando nele, sу que da comando invalido ;/
O FS nгo dб nenhum erro.

PHP код:
#include                                 <a_samp>
#include                                 <streamer>
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
public OnPlayerCommandText(playeridcmdtext[])
{
dcmd(arquibancada,12,cmdtext);
return 
0;
}
dcmd_arquibancada(playeridparams[])
#pragma unused params
{
SetPlayerPos(playerid, -547.0327,1972.2625,60.2639);
new 
pname[MAX_PLAYER_NAME];GetPlayerName(playeridpnamesizeof pname);
format(Telesizeof Tele,"%s foi para a Arquibancada ( /Arquibancada ) ",pname);
SendClientMessageToAll(-1,Tele);
return 
;

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: 2 Guest(s)