10.01.2015, 12:04
for dini use: dini_Get(filename[], key[]);, this will return the key value if its a string.
Just like for example, this:
Just like for example, this:
pawn Код:
TextDrawSetString(textdraw, dini_Get("filename", "BestRacer_0"));//here "textdraw" is the textdraw id were you want to store racer name string
TextDrawSetString(textdraw1, dini_Get("filename", "BestRacerTime_1"));//here "textdraw1" is the textdraw id where you want to store the time!