There are no error logs in the logs directory, I just get FATAL ERROR (shutting down): IndexOfEdict: bad entity in server console right when someone spawns. The plugin worked perfectly fine on AMX 182, but crashes the server on AMX 183.
Updated from AMX182 to AMX183:
- Replaced client_print( ) with client_print_color( ).
- Replaced g_iMaxPlayers = get_maxplayers( ) with using MaxClients.
- Replaced get_players( ) with get_players_ex( ).
- Removed out MAX_PLAYERS from the code as AMX 183 already has it.
Compiled with AMX 183 compiler, and installed into my server and got that crash error! I did it for most of my plugins since I started using AMX183 recently, all plugins worked fine, but this plugin crash.