Does Y_INI have integer limit ?
#3

Quote:
Originally Posted by Vince
Посмотреть сообщение
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
And thats the variable, I can print(f) it without any error but when I try to save, crashes.

pawn Код:
new time = gettime() + (365 * 86400); // crashes when save with y_ini

new time2 = gettime() + (30 * 86400); // works well
Reply


Messages In This Thread
Does Y_INI have integer limit ? - by blackeagle1122 - 29.03.2014, 20:03
Re: Does Y_INI have integer limit ? - by Vince - 29.03.2014, 21:27
Re: Does Y_INI have integer limit ? - by blackeagle1122 - 30.03.2014, 08:26
Re: Does Y_INI have integer limit ? - by blackeagle1122 - 30.03.2014, 18:26

Forum Jump:


Users browsing this thread: 1 Guest(s)