AMX Mod X - Half-Life 1 Scripting and Administration
Go to file
Pavol Marko 4d04072672 Added MF_Prepare*ArrayA functions
The MF_Prepare*ArrayA functions have a third "bool copyBack" parameter which defaults to false and specifies whether the array should be copied from plugin space to module space after function execution (=whether the original array should be updated)
The MF_Prepare*Array are equivalent to MF_Prepare*ArrayA(ptr, size, false);
2004-09-18 13:37:46 +00:00
amxmodx Added MF_Prepare*ArrayA functions 2004-09-18 13:37:46 +00:00
compiler Added makefile 2004-09-02 19:50:19 +00:00
configs Removed co_rebirth (Emanon) 2004-09-16 22:33:55 +00:00
dlls get_info_keybuffer() now works in client_authorized 2004-09-18 13:14:20 +00:00
plugins Changes were merged into the base package so this version is no longer required. 2004-09-18 13:35:07 +00:00