Quote:
Originally Posted by IstuntmanI
pawn Code:
new delmult = ((((count+1)*68)+((count+1)*1))); new elsemult = (((count)*68)-((count)*2)); new startdel = (((count)*68)-((count)*2)-1);
You should install notepad, it's easier to manage brackets and parantheses.
|
Wow, thanks mate... that's what I get for running gedit instead of Emacs for a change. :P