13.05.2018, 00:45
First of all I don't think my GM is poorly written because I've done everything to make it as good as it gets.
Second when I include fixes2 into my GM, after joining the server some timers get called for more than 20 times instantly after spawning so don't tell me it's me who's failing to script properly.
This is the one:
Tell me 1 bad thing about this timer and I will accept that my GM is badly written by myself.
And third I want to point out some things:
1) I'm not using timers for Cooldowns
2) I'm always returning a stock function
3) I use streamer, ZCMD, sscanf and YSI\y_iterate which are all amazing and work perfectly
4) I have my very own anti cheat which works the best it can
and there are many many things that I've done to optimize my GM so I don't think that my coding is the problem here.
And are there any tips you can give me to improve my scripts? (if possible)
Btw I've been coding for 5 years now (with breaks ofc) and I've been making my server for last 2 years.
Second when I include fixes2 into my GM, after joining the server some timers get called for more than 20 times instantly after spawning so don't tell me it's me who's failing to script properly.
This is the one:
Код:
SetTimer("AutoVehRespawn", 3600000, true);
And third I want to point out some things:
1) I'm not using timers for Cooldowns
2) I'm always returning a stock function
3) I use streamer, ZCMD, sscanf and YSI\y_iterate which are all amazing and work perfectly
4) I have my very own anti cheat which works the best it can
and there are many many things that I've done to optimize my GM so I don't think that my coding is the problem here.
And are there any tips you can give me to improve my scripts? (if possible)
Btw I've been coding for 5 years now (with breaks ofc) and I've been making my server for last 2 years.