21.09.2010, 21:36
It is very very (very) unlikely that they type it at exactly the same time, there will always be at least 10ms difference.
Even if they should get it done, pawn is only single-threaded, meaning, the two command requests will be processed one after the other, so the variable will get the value of the last processed request.
So no fear, there will be no problems
Even if they should get it done, pawn is only single-threaded, meaning, the two command requests will be processed one after the other, so the variable will get the value of the last processed request.
So no fear, there will be no problems

