Hi there! I'm triying to call a func from another plugin, but there's an error!
Maybe you can tell me what I'm doing bad?
My code:
PHP Code:
case 0:
{
if( is_user_connected(id) && is_user_alive(id) )
{
client_print(id, print_chat, "You must be dead to become invisible spectator!")
}
else
{
if( callfunc_begin("amx_spectate", "invisible_spectator.amxx") == 1 )
client_print(id, print_chat, "You are now invisible spectator!")
callfunc_end()
menu_destroy(menu)
return PLUGIN_HANDLED
}
} // case 0
L 10/22/2013 - 14:41:05: callfunc_end called without callfunc_begin
L 10/22/2013 - 14:41:05: [AMXX] Displaying debug trace (plugin "am.amxx")
L 10/22/2013 - 14:41:05: [AMXX] Run time error 10: native error (native "callfunc_end")
L 10/22/2013 - 14:41:05: [AMXX] [0] am.sma::adminMenu_handler (line 41)