SA-MP Forums Archive
[AJUDA]Bug Em Qualquer Comando - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [AJUDA]Bug Em Qualquer Comando (/showthread.php?tid=176478)



[AJUDA]Bug Em Qualquer Comando - Mengao_Carioca - 13.09.2010

Qualquer Comando q eu Coloko (/r /reparar /god /etc) fica ino no /comandos :@
Ajuda Eu? Ja Nгo й a Primeira Vez
Search Not Wins! (intao nao venha me falar Procure no Search)
Vlwsssssss.!


Re: [AJUDA]Bug Em Qualquer Comando - Link_ - 13.09.2010

Tenta refazer os comandos


Re: [AJUDA]Bug Em Qualquer Comando - KevinsL - 13.09.2010

Tem FS que buga comandos...


Re: [AJUDA]Bug Em Qualquer Comando - zSuYaNw - 13.09.2010

No seu fs deve ter um cmd igual este:

pawn Код:
if(strcmp([b]cmd[/b],"/comandos", true) == 0)
Para Arruma este bug apenas:
No Topo Do OnPlayerCommandText :

pawn Код:
new cmd[256];
    new idx;
    cmd = strtok(cmdtext, idx);
Isto deve resolver o seu caso.