Posts: 70
Threads: 13
Joined: Apr 2010
Reputation:
0
Hello, i have a godfather gamemode and it had strcmp commands. Now i began to make commands using zcmd + sscanf. There are any risk to get flooded or anything ? Someone told me he may crash my server if i have zcmd and strcmp at the same time. My gamemode is a godfather edit.
Posts: 251
Threads: 24
Joined: Apr 2007
Reputation:
0
I'd recommend just converting all commands over to ZCMD. Either that or delete all strcmp commands and recreate it.
If you decide to keep it as it is, I do believe it should work like normal (I may be wrong though).
Posts: 772
Threads: 79
Joined: Dec 2012
If you use STRCMP and ZCMD Together, your commands will not work.
So try to convert them into ZCMD as its faster processor.