18.04.2011, 18:30
If you use ZCMD, don't use OnPlayerCommandText. Add this anywhere:
@SilentHuntR: I don't recommend changing INCs.
pawn Код:
public OnPlayerCommandPerformed( playerid, cmdtext[ ], success )
{
if( success == 0 )
return SendClientMessage( playerid, COLOR, "Your new unknown command text" );
}