From 4800ab292c3e04c6047d307c2054ff029cc450a4 Mon Sep 17 00:00:00 2001 From: Steve Dudenhoeffer Date: Wed, 6 Oct 2004 17:57:57 +0000 Subject: [PATCH] Added stupid forwards --- plugins/include/ns.inc | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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