SA-MP Forums Archive
About Server UCP - 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: About Server UCP (/showthread.php?tid=536597)



About Server UCP - sawm - 10.09.2014

Hello Everyone,
Sorry for disturbing you,I have some questions about the User Control Panel:
*We must use a MySql Script to create a(n) UCP?
*We should have a MySql database?

Thanks a lot,
And Sorry Again.


Re: About Server UCP - CutX - 10.09.2014

Quote:
Originally Posted by sawm
Посмотреть сообщение
Hello Everyone,
Sorry for disturbing you,I have some questions about the User Control Panel:
*We must use a MySql Script to create a(n) UCP?
*We should have a MySql database?

Thanks a lot,
And Sorry Again.
well, saving the data in a mysql db comes in handy.
you can then load all the stuff required (like stats of a player) easily with php for your UCP.

of course, you could also save everything in a file and let php parse it
but imho mysql is the better choice here.

so its not really a "must"
it's your decision to use it or not, what youre more comfortable with
parsing a file is way slower than querying a db btw


Re: About Server UCP - sawm - 11.09.2014

Thanks a lot CutX