Quote:
Originally Posted by CrazY.
NiHiLaNTh, do not need all the code.
Also has this option:
Code:
public plugin_init()
{
register_forward(FM_CmdStart, "fw_CmdStart");
}
public fw_CmdStart(id, uc_handle, seed)
{
if ((pev(id, pev_button) & IN_RELOAD))
{
// code...
}
}
|
Poor way...
Do you ever heard of Ham_Weapon_Reload ? Also this is for checking if he is reloading, but he wants to redo the reload part.
__________________