Question - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Question (
/showthread.php?tid=270193)
Question -
PaoloPMorrison - 19.07.2011
Hy!
Can I save the variables in Access file?
Re: Question -
Famalamalam - 19.07.2011
A what? htaccess?
Re: Question -
PaoloPMorrison - 19.07.2011
Microsoft Access 2007
Re: Question -
Famalamalam - 19.07.2011
I don't know... ? Lol, never seen it done. What would you accomplish with this? What is the file extension?
Re: Question -
Roko_foko - 19.07.2011
You can. You just need to know the ending of the file(for example .txt, .ini, .ahk etc.)
pawn Код:
fcreate("MyFile.txt");
fcreate("MyFile.ini");
//and so on
Re: Question -
PaoloPMorrison - 19.07.2011
.accdb
Re: Question -
Roko_foko - 19.07.2011
Quote:
Originally Posted by PaoloPMorrison
.accdb
|
try
Re: Question -
PaoloPMorrison - 19.07.2011
Yes, but in the access are some panel and field.
How do I choose which panel and which field you want?
Re: Question -
Famalamalam - 19.07.2011
You can't... unless you create some sort of function/plug-in made for this exact thing.
Re: Question -
PaoloPMorrison - 19.07.2011
Is there somewhere that include?