bb_get_flags_guns

No description available for this symbol.

Syntax

native bb_get_flags_guns() native bb_get_flags_release() native bb_get_flags_override() /*------------------------------------------------------------------------------------------------*/ //Disabled until fixed /** * Sets a multiplier for a class (for use with credits add-on) * * @param id Player index. * @param attribute Attribute enum to change * @param amount Float value hat will multiply by * @return Returns 1 if successful, 0 if not */ //native bb_set_user_mult(id, attribute, Float:amount) /*------------------------------------------------------------------------------------------------*/ /** * Called when the zombies are released * at the end of the build or preparation phase */ forward bb_round_started() /** * Called when the preparation phase begins * at the end of the build phase, before zombie release */ forward bb_prepphase_started()
Defined in basebuilder.inc at line 251 . This documentation was automatically generated from source.