SA-MP Forums Archive
Most irritating/stupid error you have had in your script? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP (https://sampforum.blast.hk/forumdisplay.php?fid=3)
+--- Forum: General (https://sampforum.blast.hk/forumdisplay.php?fid=13)
+--- Thread: Most irritating/stupid error you have had in your script? (/showthread.php?tid=406490)



Most irritating/stupid error you have had in your script? - RajatPawar - 10.01.2013

as above! I just encountered one and I was out of my mind when I finally found the goddamn fix! Was making a skin saving system and the variable wasn't saving. Turns out it didn't cuz i was doing it without actually saving it onplayerdisconnect. What about you?


Re: Most irritating/stupid error you have had in your script? - Jochemd - 10.01.2013

The most annoying errors are the error that don't give an error in the compiler, but turn out to bug in the script without any signs of problems in the script.


Re: Most irritating/stupid error you have had in your script? - Shakie - 10.01.2013

Same here, I mostly get compiling errors that annoy me a lot although I do find out the error eventually


Re: Most irritating/stupid error you have had in your script? - RajatPawar - 10.01.2013

agree with the first reply. Though, until missing bracket finders, missing brackets were a pain in the ass!


Re: Most irritating/stupid error you have had in your script? - Kyle - 10.01.2013

I have to agree, missing brackets can be an issue.

Especially when you close to code not knowing it's missing and you go back later to the script not knowing where you last finished.


Re: Most irritating/stupid error you have had in your script? - Jay_ - 11.01.2013

Runtime error "File or Function is not found", when you have hundreds of custom natives... Luckily nowadays though there is a plugin which gives more information.


Respuesta: Most irritating/stupid error you have had in your script? - admantis - 11.01.2013

the most annoying "bug" (although not technically a bug) is unoptimized code that creates lag and slow times in the SA:MP server, it takes me a while to find out what part is causing the slow-downs and the benchmarking processes are everywhere.


Re: Most irritating/stupid error you have had in your script? - niCe - 11.01.2013

Few years ago, I've had a bug in the detection of "auto-reconnect" hack, which caused every player who connected to server has been banned.


Re: Most irritating/stupid error you have had in your script? - Treyvan - 11.01.2013

I think mine was when I came out with my weapon anticheat/server side weapons system. It produced so many false positives and banned many people till i was able to iron it out lol.


Re: Most irritating/stupid error you have had in your script? - Vasilis200 - 11.01.2013

The login system.I was pissed of