07.07.2015, 10:53
public OnPlayerCommandText(playerid, cmdtext[])
{
if((strcmp("/acmds", cmdtext, true) == 0) || (strcmp("/admincommands", cmdtext, true) == 0))
i want this command to be used by admins only !!
Thanks IN Advance.
{
if((strcmp("/acmds", cmdtext, true) == 0) || (strcmp("/admincommands", cmdtext, true) == 0))
i want this command to be used by admins only !!
Thanks IN Advance.