mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-24 13:55:36 +03:00
time test
This commit is contained in:
parent
93c8bd0253
commit
15e137e266
@ -1026,7 +1026,9 @@ native DestroyForward(forward_handle);
|
||||
* register_cvar() returns a pointer you can use.
|
||||
*/
|
||||
|
||||
//Get a cvar pointer. Returns 0 if not found.
|
||||
/**
|
||||
* Get a cvar pointer. Returns 0 if not found.
|
||||
*/
|
||||
native get_cvar_pointer(const cvar[]);
|
||||
|
||||
native get_pcvar_flags(pcvar);
|
||||
|
Loading…
Reference in New Issue
Block a user