This commit is contained in:
neon 2019-07-14 20:25:30 +02:00
parent 8339dd6e5f
commit 1316fa2a18
1 changed files with 2 additions and 2 deletions

View File

@ -42,8 +42,8 @@ APINapalmInit()
// Infect module natives/forwards (napalm.zr.inc)
// Forwards
g_hAPIFwdOnClientIgnite = CreateGlobalForward("ZR_OnClientIgnite", ET_Hook, Param_CellByRef, Param_FloatByRef);
g_hAPIFwdOnClientIgnited = CreateGlobalForward("ZR_OnClientIgnited", ET_Hook, Param_CellByRef, Param_FloatByRef);
g_hAPIFwdOnClientIgnite = CreateGlobalForward("ZR_OnClientIgnite", ET_Hook, Param_CellByRef, Param_FloatByRef);
g_hAPIFwdOnClientIgnited = CreateGlobalForward("ZR_OnClientIgnited", ET_Hook, Param_CellByRef, Param_FloatByRef);
}