mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-24 13:55:36 +03:00
oops :(
This commit is contained in:
parent
c6e8a356ee
commit
302b759fc8
@ -9,7 +9,14 @@
|
||||
|
||||
#include <fakemeta_const>
|
||||
|
||||
#pragma library fakemeta
|
||||
#if AMXX_VERSION_NUM >= 175
|
||||
#pragma reqlib fakemeta
|
||||
#if !defined AMXMODX_NOAUTOLOAD
|
||||
#pragma loadlib fakemeta
|
||||
#endif
|
||||
#else
|
||||
#pragma library fakemeta
|
||||
#endif
|
||||
|
||||
/* Returns entvar data from an entity Use the pev_* enum to specify which form of data you want returned. */
|
||||
native pev(_index,_value,{Float,Sql,Result,_}:...);
|
||||
|
Loading…
Reference in New Issue
Block a user