Posts: 381
Threads: 12
Joined: Oct 2012
Reputation:
0
worse part is debugging your script u can take hours if u dont know whats wrong and nobody can help you
Posts: 1,420
Threads: 65
Joined: Jan 2009
Reputation:
0
Actually the worst part for me is type long codes/messages, is boring because I do not have much free time for games.
Posts: 1,905
Threads: 63
Joined: Oct 2011
Reputation:
0
Anything related to front-end development.
Posts: 15,941
Threads: 0
Joined: Jun 2008
I do try and document all the new things I discover and all the techniques I use. From there its a case of really understanding them and applying them. Some people have had success in using my tutorials to do similar things so it can be done but I admit it isn't easy - I've got a lot of experience and use a lot of techniques that build on each other in combination.
And funny you should single out y_hooks - the new version of that is VERY complex, but also VERY well documented.
Posts: 15,941
Threads: 0
Joined: Jun 2008
The worst part of scripting is doing the saving and loading part of a script (if it's a gamemode or a script that saves variables). Gotta choose what file system you're gonna use haha.
Posts: 1,745
Threads: 252
Joined: Dec 2011
Reputation:
0
Writing huge arrays is a bitch.
Posts: 1,676
Threads: 44
Joined: Aug 2010
Reputation:
0
24.04.2013, 11:47
(
Последний раз редактировалось doreto; 24.04.2013 в 13:11.
)
Testing / debugging to make sure everything is working fine
Posts: 521
Threads: 10
Joined: Jun 2012
Reputation:
0
Testing and debugging is by far the most annoying part of development.
Posts: 175
Threads: 34
Joined: Jan 2012
Reputation:
0
1st. Making most of your ideas come true (like furniture for the houses system i was making.... etc etc)
2nd. fixing my script XD
3rd. testing for bugs... sa-mp loads so slow badly like -------------------||||----------------------||||-----
-------- <= Loading
|||||||| <= When loading stops for no reason
Posts: 367
Threads: 55
Joined: Oct 2011
Reputation:
0
The worst part of scripting is seeing your code doesn't working properly...