[HELP]Important folder question!!![HELP] - 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: [HELP]Important folder question!!![HELP] (
/showthread.php?tid=357794)
[HELP]Important folder question!!![HELP] -
Cjgogo - 08.07.2012
I have a question.I am currently scripting a Vehicle System(Dealership) for my server,and I got pretty far,but I want to ask if this is possible: I wanna define a path like
pawn Код:
#define vPath "/VehiclesDB/%s/%d.ini"
where "%s" to be a folder that it's actually named by the player's name(wich bhoughts a car)...?Is it possible?Please reply asap.
Re: [HELP]Important folder question!!![HELP] -
Avi57 - 08.07.2012
Impossible !
Re: [HELP]Important folder question!!![HELP] -
RedJohn - 08.07.2012
Just like this bro
pawn Код:
#define vPath "/VehiclesDB/%s.ini"