bb_lock_pre

Called when a player locks an entity Before entity actually locked

Syntax

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 locked
Defined in basebuilder.inc at line 366 . This documentation was automatically generated from source.