added request at28199

This commit is contained in:
Christian Hammacher
2006-04-25 17:19:58 +00:00
parent 96854aefa7
commit 3f5bae615b
2 changed files with 9 additions and 0 deletions

View File

@ -194,6 +194,9 @@ native is_linux_server();
/* Returns 1 or 0. */
native is_jit_enabled();
/* Returns AMXX's version string of the current gameserver */
native get_amxx_verstring(buffer[], length);
/* If player is not attacked function returns 0, in other
* case returns index of attacking player. On second and third
* parameter you may get info about weapon and body hit place. */