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.
|
||||||
@ -96,4 +97,4 @@ native ts_is_running_powerup(id)
|
|||||||
// Highly experimental command which overrides powerup types.
|
// Highly experimental command which overrides powerup types.
|
||||||
// Use if a powerup is already running, or if a powerup is not running.
|
// Use if a powerup is already running, or if a powerup is not running.
|
||||||
// Safe to use in powerup forward.
|
// Safe to use in powerup forward.
|
||||||
native ts_force_run_powerup(id,PWUP_TYPE)
|
native ts_force_run_powerup(id,PWUP_TYPE)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user