20.01.2014, 09:49
(
Последний раз редактировалось xFuTuRe; 20.01.2014 в 15:39.
)
Hello,
In my temporary ban function this small line seems to crash the server:
The unban_date along other ban information gets queried to the mysql database using cache, however, when the callback is supposed to be called, it crashes the server.
Does anyone here have a clue why this happens?
In my temporary ban function this small line seems to crash the server:
pawn Код:
unban_date = tb_days * 86400 + gettime();
Does anyone here have a clue why this happens?