01.02.2014, 16:58
Quote:
strcmp is just a pain in the ass to script, it does however work fine. In the future, you should use zcmd, to convert strcmp commands into something zcmd can read, replace
pawn Код:
pawn Код:
|
You've not done a damn thing there. That's just being lazy! The whole point of ZCMD/y_commands is to AVOID using strcmp in commands! You're supposed to use sscanf, or other similar libraries. Adding strcmp still bogs down your speed and basically defeats the purpose of even switching your command processor.