possible?
alright lets just say i have 2 seperate plugins both have menus
is it possible to connect one menu to the other plugins menu. if it is can you do an example code plz & thx you. better Example hello.amxx IN GAME: say /hello Code:
HELLO MENUabc.amxx IN GAME: say /abc Code:
|
Re: possible?
You can use dynamic natives, create forwards, or use callfuncs.
|
Re: possible?
There are variouse ways to link plugins to each other.
There are complex and easy (temporarly) methods. For example if you really want it easy and fast just let the item call a cmd using client_cmd() and register that cmd with the other plugin. This is pretty easy, so only use it if it doesnt matter. |
Re: possible?
Quote:
|
| All times are GMT -4. The time now is 08:42. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.