15.02.2012, 18:54
dini_IntSet(file, "Gang",PlayerInfo[playerid][pGang]);
That's not correct. "dini_IntSet" is for setting values (integer). If you try to save a string it ends up as a random value.
Use "dini_Set", this saves the actual GangName string.
That's not correct. "dini_IntSet" is for setting values (integer). If you try to save a string it ends up as a random value.
Use "dini_Set", this saves the actual GangName string.