[Ajuda] Comando
#2


Troque:
PHP код:
if(sscanf(cmdtext"s[12]ud"cmdplid))
{
   
SendClientMessage(playeridVermelho"Digite: /alistar [id]");
   return 
1;

Por:
PHP код:
if(sscanf(cmdtext"s[12]d"cmdplid)) return SendClientMessage(playeridVermelho"Digite: /alistar [id]"); 
Ou:
PHP код:
if(sscanf(cmdtext"s[12]d"cmdtextplid)) return SendClientMessage(playeridVermelho"Digite: /alistar [id]"); 
Reply


Messages In This Thread
Comando - by Netiinho - 09.01.2015, 22:39
Re: Comando - by [BOPE]Seu._.Madruga - 09.01.2015, 22:48
Re: Comando - by PT - 09.01.2015, 23:18
Re: Comando - by Netiinho - 09.01.2015, 23:33
Re: Comando - by mau.tito - 09.01.2015, 23:36
Re: Comando - by Netiinho - 09.01.2015, 23:48
Re: Comando - by PT - 10.01.2015, 00:05
Re: Comando - by Netiinho - 10.01.2015, 00:23
Re: Comando - by PT - 10.01.2015, 04:31
Re: Comando - by Netiinho - 10.01.2015, 13:07

Forum Jump:


Users browsing this thread: 1 Guest(s)