24.01.2011, 13:32
Hey, when i put #include <ZCMD> on my server (GM: LARP), bug the original commands, appear SERVER: Unknown Command, and when i remove the include, back to normal, how to resolve?
public OnPlayerCommandPerformed(playerid, cmdtext[], success)
{
if(!success) success = ProcessOldCommand(playerid,cmdtext);
return success;
}