Get String from dini file
#2

for dini use: dini_Get(filename[], key[]);, this will return the key value if its a string.

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!
Reply


Messages In This Thread
Get String from dini file - by paulbobin - 10.01.2015, 11:44
Re: Get String from dini file - by Gammix - 10.01.2015, 12:04
Re: Get String from dini file - by paulbobin - 10.01.2015, 12:10
Re: Get String from dini file - by paulbobin - 11.01.2015, 01:58
Re: Get String from dini file - by paulbobin - 11.01.2015, 07:53

Forum Jump:


Users browsing this thread: 1 Guest(s)