[Help] Dini Get
#8

Quote:
Originally Posted by borisblat
well so this is how i want it to be

in the name.txt

there is a line called "car"..
under the car key there is the ID of the vehicle in my server..
so how can i do it with dini_int ? isn't this to put something in the "car" key?
no Dini_IntSet is used to assign a value to a key. You need Dini_Int to get a vlue from a key.

So it would be like this:

pawn Код:
new carid = 0;
carid = dini_Int(filepath, "car");
EDit: f*** i double posted.
Reply


Messages In This Thread
[Help] Dini Get - by borisblat - 29.05.2009, 16:21
Re: [Help] Dini Get - by borisblat - 29.05.2009, 18:12
Re: [Help] Dini Get - by DracoBlue - 29.05.2009, 19:21
Re: [Help] Dini Get - by borisblat - 29.05.2009, 19:22
Re: [Help] Dini Get - by yom - 29.05.2009, 19:24
Re: [Help] Dini Get - by borisblat - 29.05.2009, 19:47
Re: [Help] Dini Get - by member - 29.05.2009, 19:55
Re: [Help] Dini Get - by member - 29.05.2009, 20:02

Forum Jump:


Users browsing this thread: 4 Guest(s)