07.02.2015, 04:33
For the Invalid index parameter warnings, you just need to add 'main()' to your gamemode.
is normally what I put.
----
As for the first warnings, the negative index warning, you are accessing an element of '-1' in an array under OnPlayerDisconnect. So please show your OnPlayerDisconnect if you want this error fixed for you.
pawn Code:
main() return 1;
----
As for the first warnings, the negative index warning, you are accessing an element of '-1' in an array under OnPlayerDisconnect. So please show your OnPlayerDisconnect if you want this error fixed for you.