make spamming?
#4

Quote:
Originally Posted by Vince
Посмотреть сообщение
"TeamACount" never actually changes value within the loop body and as such the loop runs forever. A while-loop runs until the expression evaluates to false. What you want to use here is likely just a simple if-statement because I see no reason to use a loop at all.
TeamACount -> It's actually a callback, but I just shorten it.

Quote:
Originally Posted by SyS
Посмотреть сообщение
while(TeamACount> = 0) means execute the part of code inside its block till teamAcount is greater than or equal to zero.This process will only get stops when TeamACount is less than zero.And you have no statement mentioning its update. Fix the logic there.

Edit: This forum needs something to mention about newer posts while typing , seriously -_-
It seems like I also feel like that. Well i will justify it. ty
So, "while" will stop below zero?

Hehehe
Reply


Messages In This Thread
make spamming? - by kloning1 - 01.07.2017, 14:05
Re: make spamming? - by Vince - 01.07.2017, 14:56
Re: make spamming? - by SyS - 01.07.2017, 14:57
Re: make spamming? - by kloning1 - 01.07.2017, 15:11

Forum Jump:


Users browsing this thread: 1 Guest(s)