SA-MP Forums Archive
Making a UCP with 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: Making a UCP with y_ini? (/showthread.php?tid=393101)



Making a UCP with y_ini? - DeeCaay - 17.11.2012

Is it possible to make a UCP with y_ini cause almost all of them are MYSQL
What i mean by UCP
- Able to change your skin via the UCP
- Able to see your in-game stats via the UCP
etc..
If you know a tutorial, link me to it please.



Re: Making a UCP with y_ini? - Glad2BeHere - 17.11.2012

Y ini php look at if it


Re: Making a UCP with y_ini? - ReneG - 17.11.2012

Quote:
Originally Posted by DeeCaay
Посмотреть сообщение
If you know a tutorial, link me to it please.
There isn't any because it is highly impractical. MySQL holds a close relationship between the sa-mp server, and the webserver.


Re: Making a UCP with y_ini? - AaronKillz - 17.11.2012

MySQL is the way to go .


Re: Making a UCP with y_ini? - Jarnu - 17.11.2012

INI UCP is kinda hard for a beginner or an intermediate coder.
I suggest you that you must use MySQL its not hard to convert INI to SQL.


Re: Making a UCP with y_ini? - Steven82 - 17.11.2012

Quote:
Originally Posted by Jarnu
Посмотреть сообщение
INI UCP is kinda hard for a beginner or an intermediate coder.
I suggest you that you must use MySQL its not hard to convert INI to SQL.
No, but it's VERY time consuming.