23.07.2015, 15:20
(
Последний раз редактировалось xVIP3Rx; 24.07.2015 в 13:26.
)
Quote:
I won't help you just because you think that we (I at least) need something like +REP to help you.
|
and if reps isn't what you need to help him, what do you need.. ?
@topic
Most of these errors are explaining themselves, for example
Quote:
[22:05:55] [debug] Run time error 4: "Array index out of bounds" [22:05:55] [debug] Accessing element at negative index -1 [22:05:55] [debug] AMX backtrace: [22:05:55] [debug] #0 000185e4 in INI_Close (INI:file=-1) at D:\SA-MP Things\SAMP 0.3.7 R2\pawno\include\YSI\y_ini.inc:746 [22:05:55] [debug] #1 00024874 in public UserSaver (playerid=0) at D:\SA-MP Things\SAMP 0.3.7 R2\gamemodes\LSGW.pwn:2143 [22:05:55] [debug] #2 00071fec in public OnPlPa_OnPlayerDisconnect (playerid=0, reason=1) at D:\SA-MP Things\SAMP 0.3.7 R2\gamemodes\LSGW.pwn:6708 [22:05:55] [debug] #3 native CallLocalFunction () from samp03svr [22:05:55] [debug] #4 0001fa7c in ?? (... <2 arguments>) at D:\SA-MP Things\SAMP 0.3.7 R2\pawno\include\whenpause.inc:125 [22:05:55] [debug] #5 0000de3c in public SSCANF_OnPlayerDisconnect (playerid=0, reason=1) at D:\SA-MP Things\SAMP 0.3.7 R2\pawno\include\YSI\y_hooks/impl.inc:661 [22:05:55] [debug] #6 000010ac in public Itter_OnPlayerDisconnect (playerid=0, reason=1) at D:\SA-MP Things\SAMP 0.3.7 R2\pawno\include\sscanf2.inc:229 [22:05:55] [debug] #7 native CallLocalFunction () from samp03svr [22:05:55] [debug] #8 000008f0 in public OnPlayerDisconnect (playerid=0, reason=1) at D:\SA-MP Things\SAMP 0.3.7 R2\pawno\include\foreach.inc:643 |
this means you're putting an invalid address, read this
Quote:
This function starts the write process, it doesn't actually open a file, just sets up the buffer. On success it returns a handle to the ini with tag INI, on fail it returns INI_NO_FILE (INI:-1): |