SA-MP Forums Archive
Y_INI 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: Y_INI Help (/showthread.php?tid=357738)



Y_INI Help - Muhamed.pwn - 08.07.2012

Hello...

I've understand Y_Ini , and everything about it but I just need help with this.

How to use Y_INI for a vehicle ownership that handels with IDs ?

It's this COS https://sampforum.blast.hk/showthread.php?tid=222233

I've edited it a lot but now I want to make it work in Y_INI , but I don't know how with the IDs..

pawn Код:
INI_ParseFile(UserPath(playerid), "LoadUser_%s", .bExtra = true, .extra = playerid); // This is a exapmle ,but how to make this work with IDs ? create a file with ID '0' , then '1','2'...
Thanks.