Weapon Pickup Event
I cant really find the event that's called when the weapon is picked up(I found register_touch("weaponbox", "player", "OnWeaponWalkOver"), but that's called when you walk over a weapon, and if you don't pick it up it's still called. I need it to be called only when you actually pick it up)
PS: I need this for Counter-Strike. |
Re: Weapon Pickup Event
Let's start with you telling what you actually want to do.
|
Re: Weapon Pickup Event
You can use Ham_Touch with weaponbox, too. Check if the user has weapon and return if so.
And yes, explain what are you actually trying to do. |
Re: Weapon Pickup Event
|
Re: Weapon Pickup Event
Quote:
There are much better ways such as WeapPickup event and AddPlayerItem(). |
Re: Weapon Pickup Event
Quote:
This is what I've got: Code:
#include <amxmodx> |
| All times are GMT -4. The time now is 13:17. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.