diff --git a/plugins/include/ns.inc b/plugins/include/ns.inc index 79605199..9f074fad 100755 --- a/plugins/include/ns.inc +++ b/plugins/include/ns.inc @@ -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[]); \ No newline at end of file +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); \ No newline at end of file