CallFunc
Here's something I've been wondering. How is it possible to target something in another plugin with more than 1 thing needed.
like in HArbuRPAlpha.amxx There is a code like Code:
Ok, How do I make it in callfunc, so that it targets all of these values needed from my plugin? Here is my failed attempt. Help? Code:
Ty. |
Code:
this would be the right one. but you want to call a stock, and you can't call a stock outside of the plugin. If you want to call a function in a plugin then the function has to be marked as "public" |
Or better yet try out the register_native feature.
|
register_native is only usefull if you want to call a function that is declared in ONE plugin. But with callfunc you can call the same function in each plugin.
|
I just made a new script inside the HArbuRPAlpha
Code:
Thank you very much for your help on that :D |
Quote:
|
Quote:
|
thats better 8)
|
So, basically register_native is the opposite command of callfunc then, correct?
|
| All times are GMT -4. The time now is 14:32. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.