Posts: 1,042
Threads: 32
Joined: Apr 2008
Reputation:
0
do you have any habits in pawn?
I have some:
I put a y on everything, like:
randy for random
namey for names
healty for health
etc.
and I always forget the ; at the end of functions.
You got any?
Posts: 104
Threads: 3
Joined: Sep 2007
Reputation:
0
I always Forget to Indent My code to the right Tabsize.
Wich gives me lots of errors.
One time ive forgotten to Put some (42) Defines on top of a new script, so i had to write em up all
Posts: 206
Threads: 9
Joined: Aug 2007
Reputation:
0
I always save instead of compile, or forget to upload / restart.
The logs on my old test server were full of
"FUCKING HELL WHY ISN'T IT WORKING"
..
...
"Oh"
Posts: 702
Threads: 6
Joined: May 2007
Reputation:
0
In the beginning I had many mistakes like double ],),} and I had forgotten a ;. Now I don't make a mistake anymore, just now and then.
Posts: 415
Threads: 25
Joined: Apr 2008
Reputation:
0
I make too many global variables. I could have 20 at the beginning of a simple DM script.
Posts: 116
Threads: 7
Joined: Jul 2008
Reputation:
0
I dont really mess up, sometimes when i goto do
//============================================
I do this instead,
/=============================================