SA-MP Forums Archive
[FilterScript] Clan Tag Creator (v1.3.1) MySQL added - 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: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] Clan Tag Creator (v1.3.1) MySQL added (/showthread.php?tid=582287)



Clan Tag Creator (v1.3.1) MySQL added - PrinceKumar - 19.07.2015

Hello Dear Friends ,
Today, I am launching my FS"Clan Tag Creator"new "version 1.3.1"
About all features are same as version 1.3 . So for commands and information you can see Here
...
========== v1.3.1 Features ================================================== ===
* You can use both mysql feature or ini feautre . Hence, which you wanna to use.
* MySQL features have some new functions but ini user can only use v1.3 functions
* Two new commands are added
* Now players doesn't need to add clan tag with their name if they are in clan as when
they get spawned server will auto append their name with server tag
* When you use" /changetag [Tag_name]" cmd then players have to Re-join the server for latest clan tag
Otherwise, their Tag doesn't get changed until they re-join the server.
* You have to use at least one time the cmd "/createclan" . So, that it will create Tag table in your server index
* You have to change "mytake" to your database name that you will create using wampserver >> myPHPAdmin inside #define SQL_DB "mytake"
* Do not forget to change your rcon passwords.
* I have provided a video Method To Insert CTC(v1.3.1) in your server file".
* You must not change your username manually using tag like [Test]Your_Name otherwise it will create a new registry.
Special Thanks Are Already Given In Script and Previous Thread.

Helpers :
//================================================== ======
* If found any issue, bug, or having any suggestion then inform me .
Download From Here : ClickHere
Pastebin Link: ClickHere
===========Includes Needed:==============
#include <a_samp>
#include <a_sampmysql>
#include <YSI\y_ini>
#include <zcmd>
#include <sscanf2>
#include <streamer>
#include <foreach>
#include <progress>

================================================== ========
=======================Plugins Needed:=========================

sampmysql
Whirlpool
sscanf
streamer
nativechecker(Again,not sure about it).
================================================== =============
libmysql(Place it inside your server folder not inside server>>plugins folder)
Download Includes and plugins from Here
WAMP server for mySQL download from Here
Note: Do not forget to write these lines inside your "server.cfg"
filterscripts CTC(v1.3.1)
plugins sampmysql Whirlpool sscanf streamer nativechecker

+Rep also if like.



Re: Clan Tag Creator (v1.3.1) MySQL added - Younes44 - 19.07.2015

Hello dude
Good Job,Nice work xd
+Rep


Re: Clan Tag Creator (v1.3.1) MySQL added - BladeFire - 19.07.2015

Nice work


Re: Clan Tag Creator (v1.3.1) MySQL added - PrinceKumar - 20.07.2015

Thank you give me suggestions for next upload


Re: Clan Tag Creator (v1.3.1) MySQL added - PrinceKumar - 22.07.2015

Quote:
Originally Posted by Actor189
Посмотреть сообщение
Nice work!
Ty actor


Re: Clan Tag Creator (v1.3.1) MySQL added - hamzajaved780 - 22.07.2015

Good. But you should use blueg's mysql plugin as its the most advanced and popular out there


Re: Clan Tag Creator (v1.3.1) MySQL added - PrinceKumar - 22.07.2015

Quote:
Originally Posted by hamzajaved780
Посмотреть сообщение
Good. But you should use blueg's mysql plugin as its the most advanced and popular out there
I could , but the problem was that when I created that script I was so beginner to mysql and that's why i use this. Btw now I am working on other mysql plugins and trying to understand them.
I will try to update it in that version .