 |
|
Senior Member
|

08-25-2013
, 09:44
Re: get_pcvar_num native error
|
#7
|
Quote:
Originally Posted by Black Rose
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");
client_cmd(id, "bind v ^"+simsek^"");
client_cmd(id, "messagemode __xpm_maxlevel");
client_cmd(id, "messagemode __xpm_kill");
client_cmd(id, "messagemode __xpm_inc");
client_cmd(id, "messagemode __xpm_headshot");
client_cmd(id, "messagemode __xpm_knife");
client_cmd(id, "messagemode __xpm_damage_up");
client_cmd(id, "messagemode __xpm_heal_up");
|
Thnx man
__________________
I wouldn’t marry you even if you were the last woman left on earth
|
|
|
|