SA-MP Forums Archive
saving after reconnecting - 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: saving after reconnecting (/showthread.php?tid=361693)



saving after reconnecting - P<3TS - 21.07.2012

Hello!
How can i save something after reconnect?
Suppose i have a killing spree of 10 and after i reconnect it should be there same like that.Is this MySQL or Database?
If it is Database then how can i make my script like that?


Re: saving after reconnecting - P<3TS - 22.07.2012

Help...


Re: saving after reconnecting - [KHK]Khalid - 22.07.2012

Here are some MySQL tutorials

https://sampforum.blast.hk/showthread.php?tid=337810
https://sampforum.blast.hk/showthread.php?tid=159785
https://sampwiki.blast.hk/wiki/Mysql_tutorial


Re: saving after reconnecting - P<3TS - 22.07.2012

i am asking whether it is database or mysql.


Re: saving after reconnecting - Kindred - 22.07.2012

Learn english, what the hell are you talking about?

Search database, it is nothing like MySQL and it isn't a file saving system. MySQL creates databases / tables.


Re: saving after reconnecting - [KHK]Khalid - 22.07.2012

Quote:
Originally Posted by P<3TS
Посмотреть сообщение
i am asking whether it is database or mysql.
Databases are created with database management systems such as MySQL, SQLite .. etc.


Re: saving after reconnecting - P<3TS - 22.07.2012

i am using ladmin and how to add mysql in it?


Re: saving after reconnecting - ReneG - 22.07.2012

Quote:
Originally Posted by P<3TS
Посмотреть сообщение
i am using ladmin and how to add mysql in it?
MySQL is not simple to implement in a crazy script like ladmin.

There is a good handful of MySQL tutorials lurking in the Tutorials section.