Posts: 184
Threads: 28
Joined: Jun 2014
Reputation:
0
You cannot use dini_Get in a if(
I think so..
This has happened to me twice you should first use dini_Get then store the faction in a variable then you can use it like if(PlayerInfo[h][playerteam] == id)
Posts: 29
Threads: 5
Joined: Mar 2011
Reputation:
0
dini_Get(filename2, "Faction") APPROPRIATE variable, and Pat uses it.
I am sorry for my english
Posts: 157
Threads: 32
Joined: Oct 2012
Reputation:
0
Fixed,
i had to do - if(PlayerInfo[h][playerteam] == dini_Int(filename2,"Faction"))
dini_Int - instead of dini_get
Posts: 184
Threads: 28
Joined: Jun 2014
Reputation:
0
EDIT:
You just fixed it lol
You confused me too