bb_drop_post
Called when a player drops an entity After the entity is dropped
Syntax
forward bb_drop_post(id, entity) /** * Called when a player receives a new color * Only when they random or select from menu * * @param id Player index forwarding the event. * @param color The entity index being dropped */ forward bb_new_color(id, color) /** * Called when a player locks an entity * Before entity actually locked * * @param id Player index forwarding the event. * @param entity The entity index being locked */ forward bb_lock_pre(id, entity) /** * Called when a player locks an entity * After the entity is locked * * @param id Player index forwarding the event. * @param entity The entity index being locked */ forward bb_lock_post(id, entity) /* AMXX-Studio Notes - DO NOT MODIFY BELOW HERE *{\\ rtf1\\ ansi\\ deff0{\\ fonttbl{\\ f0\\ fnil Tahoma;}}\n\\ viewkind4\\ uc1\\ pard\\ lang1033\\ f0\\ fs16 \n\\ par }
Usage
| id | Player index forwarding the event. |
| entity | The entity index being dropped |
Defined in
basebuilder.inc
at line 348
.
This documentation was automatically generated from source.