Y_INI Loading string problem
#1

Hey,
so i'm loading my strings under my header as shown below and I get some errors I cant solve I'd greatly accept your help.

pawn Код:
INI_String("House Name", HouseInfo[i][hName], 200);
And I get these errors..

Код:
(331) : error 001: expected token: ")", but found "["
(331) : warning 215: expression has no effect
(331) : error 001: expected token: ";", but found "]"
(331) : error 029: invalid expression, assumed zero
(331) : fatal error 107: too many error messages on one line
Reply
#2

pawn Код:
hName[200],
you have to make like this, in HouseInfo "enum"
Reply
#3

I have already, I this is my problem with hName[200] in side the enum...
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)