If you don't use 1 in the end of register_native, then the native function should look like this:
PHP Code:
public _is_user_rebel(plugin,params)
{
return /*...*/is_user_rebel(get_param(1))
}
For the library I meant using register_library.
__________________