19.04.2009, 13:23
How to put DCMD comands only for admins?
public OnPlayerCommandText(playerid, cmdtext[])
{
dcmd(count, 5, cmdtext);
return 0;
}
I want to put this command only for admins, any help?
public OnPlayerCommandText(playerid, cmdtext[])
{
dcmd(count, 5, cmdtext);
return 0;
}
I want to put this command only for admins, any help?