ysi_y_ini - 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: ysi_y_ini (
/showthread.php?tid=653141)
ysi_y_ini -
DarkMythHunter - 27.04.2018
eey! Can someone give me a download link for this? And tell me what to download, and where to put them exactly(gamemodes/filterscripts, or what) thanks guys!
Re: ysi_y_ini -
CodeStyle175 - 27.04.2018
Download
https://sampforum.blast.hk/showthread.php?tid=570884
Top of gamemode put this
#include <YSI\y_ini>
Then learn a little bit how to use this
Re: ysi_y_ini -
jasperschellekens - 27.04.2018
Let me give you a tip before start using y_ini. While it might look easyer. It would be better to use SQL. SQL gives you more breathing space and functionality when it comes to creating a script. From personal experience i have actually learned that in some cases SQL is easyer to use. And after all it is not so hard to learn.
Sqlite:
https://sampforum.blast.hk/showthread.php?tid=449536
MySQL:
https://sampforum.blast.hk/showthread.php?tid=574714
Re: ysi_y_ini -
DarkMythHunter - 27.04.2018
Quote:
Originally Posted by CodeStyle175
|
Yeah so I will download all of that? And where should I put them? That is the part im confused at.
Re: ysi_y_ini -
jasperschellekens - 27.04.2018
Quote:
Originally Posted by DarkMythHunter
Yeah so I will download all of that? And where should I put them? That is the part im confused at.
|
You put them into your server folder in pawno/includes/
Why don't you consider using SQL? If you don't have phpmyadmin, you can still use sqlite. Your database will be in your scriptfiles folder.