[SOLVED] get_pcvar_num native error
Hi guys,
i don't know what is the problem :| but, show this error in console Code:
L 08/24/2013 - 18:18:38: [AMXX] [0] xpmod.sma::show_explevel (line 269)PHP Code:
thnx in advance. |
Re: get_pcvar_num native error
Show where the variable is initialized and set using register_cvar().
|
Re: get_pcvar_num native error
Is the error spamming logs ?
|
Re: get_pcvar_num native error
i don't know.
i know only doesn't work. :( good compile, but doesn't work that code. |
Re: get_pcvar_num native error
The problem is that commandThunderOn() is never found, so plugin_init() halts after this line "register_clcmd("+simsek", "commandThunderOn");"
If you comment it out it will remove the error and the xp display will work, but I get a lot of other runtime errors instead. If you're gonna make plugins, learn to debug. Also, this is not allowed (and probably disabled in the latest update): Code:
client_cmd(id, "bind v none"); |
Re: get_pcvar_num native error
Quote:
Thnx man :up: |
| All times are GMT -4. The time now is 19:04. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.