• 0
Sign in to follow this  
hk45

ahat

Question

Getting this error on my console

ErrorMessage: File a3_infiSTAR_Exile\EXILE_AHAT_CONFIG.hpp, line 84: Config: '{' encountered instead of ','

but like 84 is 


/*
    Noficiations shown to all players on the server. Could be used to replace BEC messages.
 (LINE 84)   {first occurrence after x min, show again after x min, show message for x seconds, font size (recommended is 0.6), xpos, ypos,text color, text (<br/> is a linebreak)}
    
    if you want the client to see a message only once when logging in, you put the first and second entry in the array to -1.
    Example:    
    {-1, -1, 4, 0.6, 0, 0, "#ff0000", "Welcome to our server"}
    
    xpos and ypos need to be within your monitor. to high numbers and you simply won't see the text..
    ~ x-range is between -0.7 to +1
    ~ y-range is between -0.4 to +1
*/

Share this post


Link to post
Share on other sites

1 answer to this question

  • 0

I had this exact problem.

The fault was not i line 84 but the code below the commented text.
I had added an extra line of text to be outputted automatically and forgot to separate the two bottom lines with a comma ","

Perhaps your problem is similar. Hope it helps :)

Share this post


Link to post
Share on other sites
Advertisement

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.