There are any risk by using ZCMD + STRCMP? - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: There are any risk by using ZCMD + STRCMP? (
/showthread.php?tid=488826)
There are any risk by using ZCMD + STRCMP? -
shaPP - 19.01.2014
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.
Re: There are any risk by using ZCMD + STRCMP? -
Knappen - 19.01.2014
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).
Re: There are any risk by using ZCMD + STRCMP? -
Avi Raj - 19.01.2014
If you use STRCMP and ZCMD Together, your commands will not work.
So try to convert them into ZCMD as its faster processor.