29.08.2011, 01:18
Quote:
The problem is if I do a command from a different filterscript it will give me this message and it won't do the command. So if anyone has any ideas on how to fix this, that would be great. |
pawn Код:
public OnPlayerCommandPerformed(playerid, cmdtext[], success)
{
if (!success) SendClientMessage(playerid, COLOR_RED, "No such command! Type /cmds for a list of player commands.");
return 1;
}
Quote:
Try CTRL+F search for SERVER: Unknown command Replace with what you want. Works for me. also, you've to put that into every FS if you want it to work |