Raised This Month: $51 Target: $400
 12% 

Solved amxx 1.9 crash


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
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
 



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 07:58.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode