10.08.2012, 07:59
Hey guys, Avail here. Could use some help with y_ini saving.
When i /promote someone (i'm using zcmd btw) it should make aAdmin = [level], and it does actually do that.
But the thing is, it saves it incorrectly, so it doesn't work ingame.
It's supposed to look like this:
But it saves it like this ( and it doesn't load it up properly ingame D: )
Any help would be appreciated !
When i /promote someone (i'm using zcmd btw) it should make aAdmin = [level], and it does actually do that.
But the thing is, it saves it incorrectly, so it doesn't work ingame.
It's supposed to look like this:
Код:
[data] aPassword = 253756250 aCash = 45 aAdmin = 3 aKills = 0 aDeaths = 0 aBanned = 0
Код:
aAdmin = 3 [data] aPassword = 253756250 aCash = 45 aAdmin = 0 aKills = 0 aDeaths = 0 aBanned = 0