Quote:
|
Originally Posted by Freecode
Quote:
|
Originally Posted by Greenberet
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.
|
only if u made sense.........
|
their purposes are different. you use register_native to let many plugins call your own function. however, you use callfunc to call many functions from your plugin.
__________________