Functions

fun.inc

Function Type Description
get_client_listen native Tells whether receiver hears sender via voice communication.
get_user_footsteps native Tells whether a player has silent footsteps enabled.
get_user_godmode native Tells whether a player has godmode on.
get_user_gravity native Gets player's gravity.
get_user_hitzones native Gets the set of hit zone "rules" between @index and @target players.
get_user_maxspeed native Gets player's maximum movement speed.
get_user_noclip native Gets whether a player has noclip enabled or not.
get_user_rendering native Gets player's rendering mode.
give_item native Gives an item to a player.
set_client_listen native Sets who can listen who.
set_user_armor native Sets player's armor amount.
set_user_footsteps native Enables or disables player's silent footsteps.
set_user_frags native Sets player's frags amount.
set_user_godmode native Sets player's godmode.
set_user_gravity native Sets player's gravity.
set_user_health native Sets player's health amount.
set_user_hitzones native Sets (adds, removes) hit zones for a player.
set_user_maxspeed native Sets player's maximum movement speed.
set_user_noclip native Enables or disables player's noclip.
set_user_origin native Moves a player to the given origin.
set_user_rendering native Sets player's rendering mode.
spawn native Spawns an entity.
strip_user_weapons native Strips all weapons from a player, including their knife.