Quote:
Originally Posted by Boyka96
Pottus .. instead of making useless comments and being a noob .. you could have just ignored this .. I dont think there is a single human that was born with scripting skills .. even you, I'm pretty sure one day you didnt even know what does script means (thats if you know now) ..
and thanks stuun
|
It has nothing to do with the fact that you are unaware on how to do this, that's what this forum is for. What he is implying is that you're working backwards. It's like uninstalling windows 7 for windows 98. Using strcmp is not a smart move for coding, it's actually longer to make and while it does work, it uses a fuckton of memory (Which does add up the more players/commands you add) as well is increasing your .amx size. Now, don't get me wrong, while you are coding a gamemode, I almost guarentee that you will need strcmp to compare strings. However, if you use ZCMD, you will spend less time typing commands, the commands look a lot cleaner, and they process faster. Using string compare for commands isn't recommended by any experienced scripter, i'm not saying that i'm some sort of god, take my word, but ask anyone here that codes, that has been here atleast 6 months, they'll all say the same.
There are guides, and I think a tool to convert your strcmp commands into zcmd