17.03.2011, 16:14
Use CallRemoteFunction..
This would work, OnPlayerCommandText is not supposed to be used when using ZCMD.
pawn Код:
CallRemoteFunction("OnPlayerCommandText", "is", playerid, Commands[listitem] );

