Kayal Posted June 3, 2020 Posted June 3, 2020 Your Nickname: Revoltion Your Problem: when i join server ( https://www.gametracker.com/server_info/89.34.25.220:27015/ ) i cant enter to play Screenshot : https://imgur.com/a/KylRbEC06/03/2020 - 19:51:14: Invalid CVAR pointer 06/03/2020 - 19:51:14: [AMXX] Displaying debug trace (plugin "zombie_plague40_csolike.amxx", version "4.3") 06/03/2020 - 19:51:14: [AMXX] Run time error 10: native error (native "get_pcvar_num") 06/03/2020 - 19:51:14: [AMXX] [0] zombie_plague40_cTm.sma::cache_cvars (line 5777) 06/03/2020 - 19:51:14: [AMXX] [1] zombie_plague40_cTm.sma::lighting_effects (line 7317)06/03/2020 - 19:51:19: Invalid CVAR pointer 06/03/2020 - 19:51:19: [AMXX] Displaying debug trace (plugin "zombie_plague40_csolike.amxx", version "4.3") 06/03/2020 - 19:51:19: [AMXX] Run time error 10: native error (native "get_pcvar_num") 06/03/2020 - 19:51:19: [AMXX] [0] zombie_plague40_cTm.sma::cache_cvars (line 5777) 06/03/2020 - 19:51:19: [AMXX] [1] zombie_plague40_cTm.sma::lighting_effects (line 7317)06/03/2020 - 19:51:24: Invalid CVAR pointer 06/03/2020 - 19:51:24: [AMXX] Displaying debug trace (plugin "zombie_plague40_csolike.amxx", version "4.3") 06/03/2020 - 19:51:24: [AMXX] Run time error 10: native error (native "get_pcvar_num") 06/03/2020 - 19:51:24: [AMXX] [0] zombie_plague40_cTm.sma::cache_cvars (line 5777) 06/03/2020 - 19:51:24: [AMXX] [1] zombie_plague40_cTm.sma::lighting_effects (line 7317)
Reus Posted June 3, 2020 Posted June 3, 2020 Maybe your plugin_init() isn't finishing its execution since there is a runtime error in it and because of that your cvar doesn't get registered. take a look there it may help you : https://www.amxmodx.org/api/cvars/register_cvar 2
robila Posted June 6, 2020 Posted June 6, 2020 (edited) @#helly. is your problem solved? Edited June 6, 2020 by robila tc 1
Recommended Posts