28.08.2008, 22:03
yeah i did but you did give me the clue to figurieng out what was wrong.. the "" paranthesis were missing on the closure of that statement which in turn had made my ")" symbol blue as if it were part of that statement. so i added the " in before the closed bracket and that cleaned up that error 
Thanks man.
unfortunately the pain continued on at line 206. a new error has spured up so i'll take a quick look into that and see if i can figure it first
says unidentified symbol :
line 206 :
I get the feeling that somewhere in the dini.inc file it isnt' defined right but i can't back that up as i have no idea whats what in there.

Thanks man.
unfortunately the pain continued on at line 206. a new error has spured up so i'll take a quick look into that and see if i can figure it first
says unidentified symbol :
Quote:
|
pwn(206) : error 017: undefined symbol "dini_IntGet" |
Code:
level[playerid] = dini_IntGet(file, "level");

