mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2025-01-11 22:38:10 +03:00
*** empty log message ***
This commit is contained in:
parent
0302803f38
commit
ef4d04a7e1
@ -10,6 +10,8 @@
|
|||||||
#endif
|
#endif
|
||||||
#define _nvault_included
|
#define _nvault_included
|
||||||
|
|
||||||
|
#pragma nvault
|
||||||
|
|
||||||
//Opens a vault by name (such as "myvault")
|
//Opens a vault by name (such as "myvault")
|
||||||
//Returns a vault id, INVALID_HANDLE otherwise (-1)
|
//Returns a vault id, INVALID_HANDLE otherwise (-1)
|
||||||
native nvault_open(const name[]);
|
native nvault_open(const name[]);
|
||||||
|
@ -11,6 +11,7 @@
|
|||||||
|
|
||||||
#include <tsconst>
|
#include <tsconst>
|
||||||
|
|
||||||
|
#pragma tsfun
|
||||||
|
|
||||||
/* Function is called just before a kung foo attack is done,
|
/* Function is called just before a kung foo attack is done,
|
||||||
* damage and time length may be altered with natives.
|
* damage and time length may be altered with natives.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user