SA-MP Forums Archive
Y_INI - SERVER FALL - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Y_INI - SERVER FALL (/showthread.php?tid=516108)



Y_INI - SERVER FALL - yos136 - 29.05.2014

Hey..
when i using INI_WriteInt and set 2000000000 and around.. the server falls..
why that happend...


Re: Y_INI - SERVER FALL - Johnson_Brooks - 29.05.2014

As ******, the creator of YSI and Y_INI has said before : Are meant to guess your code ? Show us your code so we can help you .


Re: Y_INI - SERVER FALL - Deji - 29.05.2014

Well, it's a valid 32-bit integer. So there's no specific reason that value shouldn't work... unless something funny is going on with the surrounding code or INI_WriteInt...


Re: Y_INI - SERVER FALL - yos136 - 29.05.2014

Quote:
Originally Posted by Johnson_Brooks
Посмотреть сообщение
As ******, the creator of YSI and Y_INI has said before : Are meant to guess your code ? Show us your code so we can help you .
you do not have to see no code..
you can try this urself....

put 2000000000 on INI_WriteInt and see what will be...

format(pfp,sizeof(pfp),"CreazyDeathMatch/Users/%s.ini",GetName(playerid));
new INI: ini = INI_Open(pfp);
INI_WriteInt(ini,"Bank",2000000000);