Wilson [29th ID]
07-13-2006, 12:37 PM
I've seen in several plugins the line
register_clcmd("drop", "drop_function")
That will replace either replace drop or be called along with drop (pretty sure the latter). What I'd like to do is the same but this time for slot1, slot2, and slot3.
I'd like slot1, slot2, and slot3 to call their normal functions but also call a function.
Is this possible? Or is slot1 2 and 3 different from "drop"?
If this works I'll have a nice little plugin to drop off here :-D
register_clcmd("drop", "drop_function")
That will replace either replace drop or be called along with drop (pretty sure the latter). What I'd like to do is the same but this time for slot1, slot2, and slot3.
I'd like slot1, slot2, and slot3 to call their normal functions but also call a function.
Is this possible? Or is slot1 2 and 3 different from "drop"?
If this works I'll have a nice little plugin to drop off here :-D