Fysiks 7fef58c374
Fix for loop index out of bounds error (#966)
Fixes an index out of bounds error when refreshMenus() and subsequently findAdminsWithMenu() is called when there is 32 players in the server. Indexing the playersList array in the for loop condition causes it to try to index with a value of 32 on the very last condition check which is not valid for this array.
2021-06-19 10:36:56 +02:00
2020-11-22 15:12:54 -08:00
2021-02-10 13:32:02 -08:00
2015-03-10 11:11:49 +02:00
2021-05-06 20:40:48 -07:00
2015-03-09 22:53:58 +01:00
2018-09-11 00:48:15 +02:00
2018-09-04 19:31:23 +02:00

AMX Mod X is a Metamod plugin for Half-Life 1. It provides comprehensive scripting for the game engine and its mods. Scripts can intercept network messages, log events, commands, client commands, set cvars, modify entities, and more. AMX Mod X also has a system for extending native scripting through modules, leading to outside support for things like MySQL and Sockets.

General

Development

Description
AMX Mod X - Half-Life 1 Scripting and Administration
Readme 245 MiB
Languages
C 37.4%
C++ 24%
Pascal 18.4%
HTML 5.7%
Roff 4.8%
Other 9.7%