25.07.2013, 12:39
Change dini_IntSet with dini_Set and
with
... ****** already told you that that variable is not a integer, but a string.
You should use Y_INI in future.
pawn Код:
PlayerInfo[playerid][pFRank] = dini_Int(file, "FRank");
pawn Код:
strcat( ( PlayerInfo[playerid][pFRank] = EOS, PlayerInfo[playerid][pFRank] ), dini_Get(file, "FRank") );
You should use Y_INI in future.