PHP код:
YCMD:sudo(playerid, params[], help)
{
new targetid;
if (help) // ...
else if (sscanf(params, "us[256]", targetid, params)) // ...
else Command_ReParse(targetid, params, false);
}
Something like that. Might also be "Command_ReProcess" not "Command_ReParse", I'm not at my PC right now.