diff --git a/scripting/eventqueuefix.sp b/scripting/eventqueuefix.sp index e2ccd33..3aa8896 100644 --- a/scripting/eventqueuefix.sp +++ b/scripting/eventqueuefix.sp @@ -195,7 +195,9 @@ public MRESReturn DHook_AddEventTwo(Handle hParams) public MRESReturn DHook_AddEventThree(Handle hParams) { if(DHookIsNullParam(hParams, 5)) + { return MRES_Ignored; + } event_t event; DHookGetParamString(hParams, 1, event.target, 64);