Get dini data
#1

Hey there,

How do I get data out of the file with Dini, and then directly add the amount of score, or money to the player?

This is what I currently have but they give some errors:

pawn Код:
dini_Int(file, "money") = GivePlayerMoney(playerid, money);
I am aware of that, that is wrong. But I don't know how to use it correctly.

Thanks in advance,

-Kevin
Reply
#2

Whisper me your skype or teamviewer and i'll help you.
Reply
#3

pawn Код:
new money = dini_Int(file, "money");
GivePlayerMoney(playerid, money);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)