This shouldn't be happening ?
#1

Код:
INI_Int("Has it", HasTT[playerid];
It says INI_Int is undefined symbol?
I included y_ini...?
Reply
#2

It means you need to define the symbol, which is done via:
pawn Код:
new
If you don't get what I mean, please reply back.
Reply
#3

Quote:
Originally Posted by PrivatioBoni
Посмотреть сообщение
It means you need to define the symbol, which is done via:
pawn Код:
new
If you don't get what I mean, please reply back.
INI_Int is a function.
Reply
#4

Do the other Y_Ini functions work?

Try going your pawno folder and open pawn editor then open your code by browsing and compile.
Reply
#5

Код:
INI_Int("Has it", HasTT[playerid];
Are you sure HasTT is defined?
Reply
#6

It's okay,i've fixed it.
Turns out I forgot a bracket,just haven't noticed it

Код:
INI_Int("Has it", HasTT[playerid]);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)