Hey, after I click a button my whole PC going slow. (With other users to)
I searched and found this was the problem. What is the best method to fix this?
See image:PHP Code:
Responce.AppendInt32(CurrentCycle * 1000000);
![]()
Hey, after I click a button my whole PC going slow. (With other users to)
I searched and found this was the problem. What is the best method to fix this?
See image:PHP Code:
Responce.AppendInt32(CurrentCycle * 1000000);
![]()
Last edited by Squashing; 23-08-14 at 02:30 PM.
Multiplying a number by a million shouldn't slow down your computer, are you sure you got the right line number?
Try use a double instead int
Yes, it automatic goes to that line, and it just like your PC freezes (Slowing down)
- - - Updated - - -
I will try
- - - Updated - - -
@Bola By the way, why will a double be better than a Int(32)
Last edited by Squashing; 23-08-14 at 02:13 AM.
A buffer overflow occurs when data written to a buffer also corrupts data values in memory addresses adjacent to the destination buffer due to insufficient bounds checking. This can occur when copying data from one buffer to another without first checking that the data fits within the destination buffer
try a long or a double
The integer value is to big and exceeds 2^31 -1
Besides, you have snowstorm working?
Offtopic: You might want to hide that IP. You know how some people in the community roll.