SA-MP Forums Archive
Question about saveing - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Question about saveing (/showthread.php?tid=428588)



Question about saveing - horsemeat - 06.04.2013

Ok I know how to use the dini saving command

Код:
//for a number
dini_IntSet(filename,someplace,(variablename))
//or for a string
dini_Set(filename,someplayer,(string))
but i want to know how to just print out the line example

inside the normal dini file

Код:
something = string
I just want it so save this

Код:
string



Re: Question about saveing - iJumbo - 06.04.2013

pawn Код:
string = dini_Get(filename,"something"):

this?


Re: Question about saveing - Vince - 06.04.2013

Why do all new scripters want to start with the most obsolete methods? That I cannot grasp.

https://sampwiki.blast.hk/wiki/Fwrite