Need help with ranks
#7

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

You should use Y_INI in future.
Reply


Messages In This Thread
Need help with ranks - by ThaCrypte - 23.07.2013, 19:46
Re: Need help with ranks - by ThaCrypte - 23.07.2013, 20:05
Re: Need help with ranks - by Income - 23.07.2013, 21:20
Re: Need help with ranks - by ThaCrypte - 23.07.2013, 21:51
Re: Need help with ranks - by ThaCrypte - 23.07.2013, 23:33
Re: Need help with ranks - by ThaCrypte - 25.07.2013, 07:17
Re: Need help with ranks - by IstuntmanI - 25.07.2013, 12:39
Re: Need help with ranks - by ThaCrypte - 26.07.2013, 15:19
Re: Need help with ranks - by ThaCrypte - 27.07.2013, 07:15

Forum Jump:


Users browsing this thread: 1 Guest(s)