bb_get_user_color

Returns the players current color ENUM.

Syntax

native bb_get_user_color(id) /** * Sets the build timer to a specified number. * * @param id Player index. * @param color Color to set. (enum) */ native bb_set_user_color(id, color) /** * Drops the users entity (if he has one). * * @param id Player index. */ native bb_drop_user_block(id) /** * Returns the users entity.. * * @param id Player index. * @return Entity index if true, 0 if none */ native bb_get_user_block(id) /** * Sets the users current moving block to the entity specified. * * @param id Player index. * @param entity Entity index.

Usage

id Player index.
Defined in basebuilder.inc at line 165 . This documentation was automatically generated from source.