09.01.2011, 17:22
Well it's quite simple, you're writing it as an integer using the dini_IntSet function. You need to use the dini_Set function for a string. Like so:
pawn Код:
dini_Set(SERVER_FACTION_SFPD_FILE, "Leaderl",FactionSFPD[playerid][fLeader]);