Servidor dando server unkn0wn command - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Servidor dando server unkn0wn command (
/showthread.php?tid=660659)
Servidor dando server unkn0wn command -
SkilLeT96 - 09.11.2018
Estou com um Gamemode aqui em DOF2 eu ligo ele normalmente digito os comando tudo legal
ja atualizei plugins , e tudo mais . porem depois de uns 10 min por ai , ele buga todos os comandos que digito da server: unkn0wn command e o relogio trava , se eu digito no chat fica chat geral esse й o codigo usado
Код:
public OnPlayerCommandPerformed(playerid, cmdtext[], success)
{
if(success)
{
cmdlog(playerid,cmdtext);
}
else
{
SendClientMessage(playerid, COLOR_LIGHTRED, "{00FF00}[ATENЗГO] {FFFFFF}Comando Invбlido ou Inexistente! Digite: /atendimento й Peзa Ajuda!");
}
return 1;
}