14.05.2017, 01:29
[13/05/2017 20:55:57] Error: Function not registered: 'PC_EmulateCommand'
Код:
CMD:fakecmd(playerid, params[])
{
//[...]
new sCMD[30];
if(sscanf(params, "ds[30]", id, sCMD)) return SendClientMessage(playerid, COLOR_ERRO, "[ x ] Uso correto: /FakeCMD [ ID ] [ Comando ]");
if(!IsPlayerConnected(id)) return SendClientMessage(playerid, COLOR_ERRO, "[ x ] Ninguйm online com esse ID!");
PC_EmulateCommand(id, sCMD);
return 1;
}

