Dini and PlayerInfo?
#1

Is it a good idea to use PlayerInfo with Dini? If yes, how can i use them together?
pawn Код:
dini_IntSet(file, "Kills", PlayerInfo[playerid][pKills]);
Is it good?
Reply
#2

Yes that's good.
Reply
#3

Yeah, that's a perfect example on how to use them And to set the values of the PlayerInfo:

pawn Код:
PlayerInfo[playerid][pKills] = dini_IntGet(file, "Kills");
Reply
#4

Thanks, at this moment i wasn't able to check it in pawno. Thanks for answers :P
Reply
#5

Quote:
Originally Posted by Shadow™
Посмотреть сообщение
Yeah, that's a perfect example on how to use them And to set the values of the PlayerInfo:

pawn Код:
PlayerInfo[playerid][pKills] = dini_IntGet(file, "Kills");
Almost good: remember it's 'dini_Int'!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)