Just a simple commanding library that I use for my little private projects. Everything is on the README, hopefully.
https://github.com/Hreesang/samp-my-cmd
#MyCMD - Another SAMP / open.mp commanding library
1 messages · Page 1 of 1 (latest)
compatible in samp?
yes, should be working fine on samp or open.mp
aight I want to try it but, example my old command format is the one from Pawn.Cmd
"CMD:unscramble(playerid, params[])", do I have to add the const?
you're okay either with or without const
you only const your params when you arent planning to modify it
okay thanks
Well, what should I do to see that you made an update to zcmd?
nothing? i don't mention anything about zcmd... well if you're trying to compare, the most basic is that myCMD assigns each command with IDs. with that, you can set each command for its own description, minimum admin level, etc
Pretty cool