15.03.2014, 18:59
Hello, I am wondering I can use a filterscript to all a command that's in the main script e.g:
mainscript:
filterscript:
mainscript:
pawn Код:
YCMD:togphone(playerid, params[], help) {
if(help){ return 1;}
SendClientMessage(playerid, -1, "Command 'togphone' called");
return 1;
}
pawn Код:
// >> Inside of OnDialogResponse
Command_ReProcess(playerid, "togphone", false);