bb_set_user_block
Sets the users current moving block to the entity specified.
Syntax
native bb_set_user_block(id, entity) /** * Returns whether a block is locked or not. * * @param entity Entity index. * @return True if it is, false otherwise */ native bb_is_locked_block(entity) /** * Locks specified block if applicable. * * @param entity Entity index. */ native bb_lock_block(entity) /** * Unlocks specified block if applicable. * * @param entity Entity index. */ native bb_unlock_block(id, entity) /** * Releases the zombies if valid. */ native bb_release_zombies() /**
Usage
| id | Player index. |
| entity | Entity index. |
Defined in
basebuilder.inc
at line 196
.
This documentation was automatically generated from source.