- Shooting the alarm car.
- Survival mode round Starting
- Starting a panic even, for example:
c2m2 carnival gate or c8m3 the elevator or c5m5 touch the radio .... something like that
I want to know who started it (show player name at chat)
Now i'm using the "create_panic_event" event, but this event doesn't always occur when the panic event actually occurs:
PHP Code:
HookEvent("create_panic_event", OnPanicCreate);
so have anyone knows how to make sure the every single event can 100% work & show the player name who started event?
Any help with this would be nice.
Thank you very much.