30.03.2014, 08:26
Quote:
Pawn supports signed 32 bit integers. Which means that you can save anything from -2,147,483,648 to 2,147,483,647. Your value is still in that range, so it should theoretically work. What else does crashdetect output?
|
Код:
[16:39:19] [debug] #1 00000039 in public cmd_adsureban () at C:\Documents and Settings\...\include\float.inc:102 [16:39:19] [debug] #2 native CallLocalFunction () [080dbf60] from samp03svr [16:39:19] [debug] #3 0000a27c in public OnPlayerCommandText (playerid=48, cmdtext[]=@0x015b4fa4 "/adsureban 44 reklam 365") at C:\Documents and Settings\...\include\zcmd.inc:108
pawn Код:
new time = gettime() + (365 * 86400); // crashes when save with y_ini
new time2 = gettime() + (30 * 86400); // works well