Thread: [Solved] amxx 1.9 crash
View Single Post
Author Message
iceeedr
Veteran Member
Join Date: Apr 2017
Location: Brazil
Old 10-16-2018 , 23:12   amxx 1.9 crash
Reply With Quote #1

Hello, does anyone know why the code below crashes the sv? No log, clean crash.

PHP Code:
#include <amxmodx>
#include <amxmisc>

new Var1Var2Var3

public plugin_init()
{
    
bind_pcvar_num(create_cvar("var1_test","1", .description ""), Var1)
    
bind_pcvar_num(create_cvar("var2_test""1", .description ""), Var2)
    
bind_pcvar_num(create_cvar("var3_test""1", .description ""), Var3)
    
set_task_ex(3.0"Enabled", .flags SetTask_Once)
    
AutoExecConfig(.autoCreate true, .name "Test")
}

public 
Enabled()
{
    
set_pcvar_num(Var1,0)    
    
set_pcvar_num(Var20)
    
set_pcvar_num(Var30)

__________________


Quote:
Originally Posted by fysiks View Post
Please stop trying to help. You appear to just be posting random stuff. Wait until you actually understand more about AMX Mod X and how the game works.
https://iceeedr.com.br/

Last edited by iceeedr; 10-17-2018 at 08:52.
iceeedr is offline
Send a message via Skype™ to iceeedr