19.04.2009, 15:16
Hi try this...
Код:
public OnPlayerCommandText(playerid, cmdtext[]) { if (IsPlayerAdmin(playerid))//replace to your admin system.. Or keep it then it goes on rcon admin... { dcmd(count, 5, cmdtext); } return 0; }