02.01.2012, 23:13
I noticed a problem there even if its a snippet or not.
Your just returning the command the player typed, therefore doing nothing...
pawn Код:
COMMAND:ooc(playerid, params)
{
return cmd_ooc(playerid, params);
}