This is my first plugin and what I want it to do is that when you pick up an AWP it sets you on fire, and the fire does 10 damage every second...so you have 10 seconds to live.
And to check if they have the weapon you would have to register_event the "CurWeapon" event if I believe so...would it be like this?
Code:
register_event("CurWeapon", "PickUpWeap")
along the lines of that? I would be very grateful if anyone could help.
__________________