14.03.2012, 22:28
Public OnPlayerCommandText(playerid, cmdtext[])
{
SendCMDToAdmins(playerid, cmdtext);
return 0;
}
Though, if you use zcmd you will have use one of the callbacks it offers. Not sure what one.
{
SendCMDToAdmins(playerid, cmdtext);
return 0;
}
Though, if you use zcmd you will have use one of the callbacks it offers. Not sure what one.