Fixed some things
This commit is contained in:
parent
8fa1a42c1b
commit
d4aef1a60b
|
@ -459,6 +459,7 @@ enum {
|
|||
EngFunc_SetKeyValue, // void ) (char *infobuffer, char *key, char *value);
|
||||
EngFunc_SetClientKeyValue // void ) (int clientIndex, char *infobuffer, char *key, char *value);
|
||||
};
|
||||
|
||||
enum
|
||||
{
|
||||
DLLFunc_GameInit, // void) ( void );
|
||||
|
|
|
@ -15,11 +15,6 @@ native ns_get_ent(classname[],Value);
|
|||
/* Same as get_ent, but only returns fully built structures (if Value > 0) */
|
||||
native ns_get_build(classname[],Value,Number=0,NSVersion=NS_VERSION);
|
||||
|
||||
/* Mirrors MAKE_STRING() */
|
||||
native ns_make_string(svValue[]);
|
||||
/* Mirrors STRING() */
|
||||
native ns_string(iValue,svReturnedValue[]);
|
||||
|
||||
/* Get's spawn point for specified team (type). */
|
||||
native ns_get_spawn(type,number=0,Float:ret[3]);
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user