Where did you put the code? And are you declaring that int inside or outside of a function?
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menu
//in rep_execute
int counter = 0;
int player_inwater = 1;
int player_air = 100;
if(player_inwater == 1){
if (counter < 99)
counter++;
else
{
player_air--;
sliderone.Value = player_air;
counter = 0;
}
}
Quote from: Obi on Thu 21/12/2006 12:41:59
Gee I don't know maybe you should do some research instead of posting. A good place to start would be here http://www.apple.com/ipodnano/ and maybe or even a t wikipedia http://en.wikipedia.org/wiki/Ipod_nano Or even on an ipod specific forum wouldn't that be nice? I have a forum question should I get a blue dog or a brown one?
Quote from: Rubacant on Tue 12/12/2006 02:13:36
Dont crit me if your stuff looks like JUNK
Quote from: Rubacant on Mon 11/12/2006 23:21:14
I will just make mods for other games and get out of this 8 bit junk
By continuing to use this site you agree to the use of cookies. Please visit this page to see exactly how we use these.
Page created in 0.168 seconds with 16 queries.