04.05.2011, 10:00
Quote:
|
I have this in my GM and it works, if it help...
Код:
public OnPlayerCommandPerformed(playerid, cmdtext[], success)
{
if(!success) return SendClientMessage(playerid,COLOR_LIGHTBLUE,"Upisali ste komandu koja ne postoji!");
return true;
}
|
at every cmd if it has been activated..


