Thread: Shoot to GS2?
View Single Post
  #6  
Old 05-31-2006, 02:17 PM
ApothiX ApothiX is offline
Okiesmokie
Join Date: May 2004
Posts: 1,447
ApothiX is on a distinguished road
Quote:
Originally Posted by Omini
(NB: Tryial and ApothiX - read bolded part twice to make sure you understand. That means don't ***** at each other in this thread.) are appreciated.
My original post in that thread WAS helpful advice. Seems like you were the one who didn't properly read it.

Quote:
Originally Posted by Warcaptain
also.. i saw in the other thread that you were having problems with the string being a variable
maybe put (just to make sure its always an integer)
client.whatever = int(client.whatever-1);
You shouldn't have to do that unless client.whatever contains decimals that you want truncated. client.whatever--; is perfectly fine.
__________________


[06:24:19] * Parts: Skyld (i=silent@unaffiliated/skyld) ("Perhaps Okiesmokie did not realise that I like the boys. ")
Reply With Quote