Участник
Пользователь
- Сообщения
- 278
- Реакции
- 137
Hey guys,
I got that messages for my crosshair plugin and I realized that it's not working. Even if we block second arg being 18 (CSW_AWP) but it doesn't work.
How can we solve that?
Or is there any better way to check that?
+PS.
If it's only 2!18, it works. But if I add something, it doesnt.
I got that messages for my crosshair plugin and I realized that it's not working. Even if we block second arg being 18 (CSW_AWP) but it doesn't work.
How can we solve that?
Код:
register_event("CurWeapon", "@Event_CurWeapon", "be", "1=1", "2!18", "2!3", "2!13", "2!24");
+PS.
If it's only 2!18, it works. But if I add something, it doesnt.
Код:
register_event("CurWeapon", "@Event_CurWeapon", "be", "1=1", "2!18");
If multiple conditions are specified for a single parameter, only one
of them has to hold true for the event function to be called.
Последнее редактирование: