Hello iŽam problem with shoot buttons plugin.. i have jailbreak server and i wanna to only CT-s can shoot the button and then cells open, not terrorist !
Only if CT-s shoot buttons the cells open..
Thanks..
Sorry my bad english im from Estonian

_____________________________________________ _________________________________
/* Plugin generated by AMXX-Studio */
#include <amxmodx>
#include <hamsandwich>
#include <fakemeta>
#define PLUGIN "Use Buttons"
#define VERSION "0.1"
#define AUTHOR "b0R3sT"
public plugin_init() {
register_plugin(PLUGIN, VERSION, AUTHOR)
RegisterHam(Ham_TraceAttack, "func_button", "Ham_UseButton")
// Add your code here...
}
public Ham_UseButton( iEnt, iAttacker, Float:fDamage, Float:vDirection[3], TraceHandle, iDamageBits ) {
dllfunc(DLLFunc_Use, iEnt, iAttacker)
}