find any ini files load them all ?? - 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: find any ini files load them all ?? (
/showthread.php?tid=458127)
find any ini files load them all ?? -
Donvalley - 15.08.2013
hey guys,
i am a little confused as to how to make this work basically i have a car system that is saving the cars via user name. how ever i want when the gamemode starts i want it to load every .ini file in the folder. everything else is setup except this part how do i make it that if there is a .ini file in the folder regardless of the name it will load? how do i make it do that using this
pawn Код:
for(new i = somethinghere; i < somethinghere; i++)
Re: find any ini files load them all ?? -
Donvalley - 15.08.2013
just curious is there any other way to make it just load every .ini file in a folder?