added request at22274

This commit is contained in:
Borja Ferrer
2006-02-13 14:23:43 +00:00
parent 71c023f485
commit 323341f67a
3 changed files with 20 additions and 0 deletions

View File

@ -175,6 +175,9 @@ native ns_set_fov(idPlayer,Float:_fov=0.0);
/* Give a player an item. */
native ns_give_item(id,const _szClassName[]);
/* Returns if a player has the hive ability number, if ability is 0 it will return the number of active hives */
native ns_get_hive_ability(idPlayer, ability=0);
/* A player's team entvar has changed */
forward client_changeteam(id,newteam,oldteam);