Added stupid forwards
This commit is contained in:
parent
34cfce33a1
commit
4800ab292c
@ -171,4 +171,10 @@ native ns_set_hive_trait(idHive,trait);
|
||||
native ns_set_fov(idPlayer,Float:_fov=0.0);
|
||||
|
||||
/* Give a player an item. */
|
||||
native ns_give_item(id,const _szClassName[]);
|
||||
native ns_give_item(id,const _szClassName[]);
|
||||
|
||||
/* A player's team entvar has changed */
|
||||
forward client_changeteam(id,newteam,oldteam);
|
||||
|
||||
/* A player's deadflag entvar has changed from >0 to 0 */
|
||||
forward client_spawn(id);
|
Loading…
Reference in New Issue
Block a user