mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-24 13:55:36 +03:00
added jit_enabled()
This commit is contained in:
parent
c504df473d
commit
064853d9d5
@ -186,6 +186,9 @@ native is_dedicated_server();
|
|||||||
/* Returns 1 or 0. */
|
/* Returns 1 or 0. */
|
||||||
native is_linux_server();
|
native is_linux_server();
|
||||||
|
|
||||||
|
/* Returns 1 or 0. */
|
||||||
|
native jit_enabled();
|
||||||
|
|
||||||
/* If player is not attacked function returns 0, in other
|
/* If player is not attacked function returns 0, in other
|
||||||
* case returns index of attacking player. On second and third
|
* case returns index of attacking player. On second and third
|
||||||
* parameter you may get info about weapon and body hit place. */
|
* parameter you may get info about weapon and body hit place. */
|
||||||
|
Loading…
Reference in New Issue
Block a user