06.06.2017, 02:53
make use of OnPlayerCommandText or use a global variable to store number of times executed
Or use OnPlayerCommandReceived callback of zcmd when the limit is reached you can return 0 to block the command itself.
Or use OnPlayerCommandReceived callback of zcmd when the limit is reached you can return 0 to block the command itself.