Is it possible to use
Code:
register_event("CurWeapon", "publicfunction", "be")
And then have the event only execute when the curweapon is not 1. knife 2. hegrenade 3. c4 by inputting it into the event like this
Code:
register_event("CurWeapon", "publicfunction", "be", "not sure what goes here if possible")
When the publicfunction gets called whats in the function will be executed if it is not one of the three weapon possibilities while having the weapon defined in the registered event. Is this possible? Ive tried using read_data in the public function but sometimes it wont allow the c4 or henade, only the knife. Thanks for any help.