|
Post by -|P|-LaY-|B|-o-|Y|- on Jun 24, 2016 21:56:36 GMT
Hi All I Will Post This Plugin For Surf Mod To Open The Jail In Surf Mod Just Shot The Jail Code Of Plugin : #include <amxmodx> #include <fakemeta> #include <hamsandwich>
public plugin_init() { register_plugin("Surf Shot Jail", "1.0", "PlayBoy") RegisterHam(Ham_TraceAttack, "func_door_rotating", "fw_ButtonTraceAttack") RegisterHam(Ham_TraceAttack, "func_door", "fw_ButtonTraceAttack") } public fw_ButtonTraceAttack(vent, aent, Float:damage, Float:dir[3], tr_handle, dmgbits) { if(!pev_valid(vent) || !is_user_connected(aent)) return HAM_IGNORED; dllfunc(DLLFunc_Use, vent, aent) return HAM_HANDLED; } Have Fun !!!
|
|
|
Post by AnDre wQw ;) on Jun 25, 2016 2:02:41 GMT
Easy -_-
|
|
|
Post by -|P|-LaY-|B|-o-|Y|- on Jun 25, 2016 12:17:37 GMT
-_- No
|
|