#1

(213) : error 017: undefined symbol "cinfo"
(213) : error 017: undefined symbol "AutoLogin"
(213) : error 029: invalid expression, assumed zero
(213) : fatal error 107: too many error messages on one line

if(cinfo[AutoLogin] == 1)

Helpp mEE
Reply
#2

Read ******' thread about titles..

Am I magician to guess what's your code, the line which the error comes and the rest of it?
Post them!
Reply
#3

can you help me yes ore nO??
Reply
#4

He actually did, but he didn't describe it much, so yeah you should take a look on ******'s Thread about titles.

Let's get to it now,

Those errors means you haven't defined cinfo and AutoLogin. check for it and give us your definition of them or make new ones.
Reply
#5

#include <a_samp>
#include <mxini>
Reply
#6

Next time, don't copy parts of codes only, you need to define them.
pawn Код:
enum _Info
{
    AutoLogin
    // Maybe more things here, if there are use "," at the end except the last.
};
new cinfo[ _Info ];
Reply
#7

or defines
Reply
#8

Dwane gave you the defines.. add them. If it gives you new errors, tell us the errors with the lines.
Reply
#9

(2) : fatal error 100: cannot read from file: "mxini"

#include <mxini>



1 Error.
Reply
#10

Make sure you have the include "mxini" inside your folder Pawno/Includes. Put it and compile again. If you already have it, run pawno as administrator.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)