09.05.2013, 07:11
The variable "Count" is destroyed once the response of the dialog has ran its course, make it a global variable that doesn't get destroyed....
That should fix your problem as the memory isn't destroyed.
pawn Код:
new AdminLoginAttempts[MAX_PLAYERS];