sending the value of a function to another plugin?
I know how to call a function, but is there a way to send the value of a function to another plugin?
|
return PLUGIN_CONTINUE
|
Re: sending the value of a function to another plugin?
Quote:
|
This what you're looking for? -> http://www.amxmodx.org/funcwiki.php?...func&go=search
|
okay
plugin 1: public somefunction(id) { send some value to plugin 2 } plugin 2: public somefunction2(id) { uses value sent } Plugin 2 needs to receive from many different plugins, made by someone else that I don't know, so I can't just make a list of plugins to call. |
In that case, check out the functions in the list that euphoria posted.
|
er but that would be plugin 2 calling information from plugin 1, and not plugin 1 sending information to plugin 2? Or am I missing something that everyone else can see?
edit: it was me, I found out what it means to push. |
| All times are GMT -4. The time now is 10:03. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.