21.09.2015, 12:02
Ok bro, I did it.
My server has been crashed again on 57 players online. (huge ping, i don't know why)
I received some errors
Error line: if(WarInfo[i][wTime] > 0)
The same error on ; new att = WarInfo[i][wAttacker];
and
new deff = WarInfo[i][wFaction];
BTW. I removed the entire system with that lines and i am still receiving the error on line 9579...
There is a command with /* */ anyway...
2. In mysql_logs i saw these errors :
and
How can I fix them?
[/QUOTE]
My server has been crashed again on 57 players online. (huge ping, i don't know why)
I received some errors
Code:
[debug] Run time error 4: "Array index out of bounds" [15:01:40] [debug] Accessing element at index 49 past array upper bound 48 [15:01:40] [debug] AMX backtrace: [15:01:40] [debug] #0 0008dfd0 in public SetPlayerUnjail () at D:\proiecte\server\gamemodes\gmvote.pwn:9579
The same error on ; new att = WarInfo[i][wAttacker];
and
new deff = WarInfo[i][wFaction];
BTW. I removed the entire system with that lines and i am still receiving the error on line 9579...
There is a command with /* */ anyway...
2. In mysql_logs i saw these errors :
Code:
[17:10:27] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('0')
Code:
[ERROR] CMySQLQuery::Execute[] - (error #1054) Unknown column '0', name = 'NRG-500' WHERE carID = '522'' in 'field list'
[/QUOTE]