Closed ish12321 closed 7 years ago
try this
#include <amxmodx>
#include <reapi>
public plugin_init()
{
RegisterHookChain(RG_CBasePlayer_MakeBomber, "CBasePlayer_MakeBomber");
}
public CBasePlayer_MakeBomber(const this)
{
SetHookChainReturn(ATYPE_INTEGER, 0);
return HC_SUPERCEDE;
}
This function doesn't runs on c4 getting of player I want block c4 also what to do ? Please reply urgent #UrgentlyNeeded