issues
search
katursis
/
Pawn.CMD
🚀 Plugin-powered command processor for SA:MP server
MIT License
120
stars
13
forks
source link
Checking Command's return value...
#16
Closed
Zorono
closed
4 years ago
Zorono
commented
4 years ago
Added support for checking whether Command's return value is
0
then tell the player that it is not valid or
1
similar to (I-)ZCMD
Zorono
commented
4 years ago
What about merging it please ??
katursis
commented
4 years ago
Backward incompatible changes.
retval -1 means cmd not found
retval 0 means invalid cmd params or internal error
0
then tell the player that it is not valid or1
similar to (I-)ZCMD