05.08.2011, 12:35
Hey Guys,
So ive just came across this question i cant find a answer to.
If I create a variable called players to see how meny is online so i can divide the amount of players online by the amount of players that want HappyHour to run so like a votng system
I know how to add to variable you use this
So how do I take away from that variable
and how can i divide that varible by 2 and get half to make the happy hour variable reach half its value before the votes for Happy Hour reach the level where it starts#
Thanks in advance.
So ive just came across this question i cant find a answer to.
If I create a variable called players to see how meny is online so i can divide the amount of players online by the amount of players that want HappyHour to run so like a votng system
I know how to add to variable you use this
pawn Код:
PlayerInfo[playerid][Players]++;
and how can i divide that varible by 2 and get half to make the happy hour variable reach half its value before the votes for Happy Hour reach the level where it starts#
Thanks in advance.