[FilterScript] trablon's Group System[MYSQL-R7][THREADED QUERIES][GROUP TAG(scoreboard)]
#1




trablon's Group System - ALPHA- [MYSQL-R7][THREADED QUERIES][GROUP TAG]





Hello everyone, have a nice day and good night!
This is my sixth script that i currently published.There are a lot of way to copy these codes into your gamemode.Also, if you find any bug or anything else, just tell me on this topic.If you want to suggest anything, you have to say with explanation.For example; you have a something in your mind? then tell me with your helpful codes to improve this system!If you are a NEW scripter or editor! DON'T USE THIS SCRIPT, IF YOU ARE NEW AT PAWN SCRIPTING!



This script allows you to create a group for your players if so you are an admin with rcon permission.

  • Creating a group for a player.
  • Customizing TAG for your group.(Server Scoreboard and name tag.)
  • Customizing RANK for your group members.
  • Customizing GROUP CHAT to lock or unlock for your group members.
  • Seeing GROUP MEMBERS ONLINE,ID AND THEIR RANKS for your group.
  • Inviting GROUP MEMBERS for your group with fully dialog.
  • Kicking GROUP MEMBERS for your group.
  • Chatting in GROUP CHANNEL for your group.



Code:
/gtag - /gchatlock - /gkick - /creategroup
/setrank - /gonline - /ginvite - /g
  • [/gtag] - Setting the TAG for your group members.
    [/gchatlock] - Locking and unlocking for your group chat channel.
    [/gkick] - Kicking members of your group.
    [/creategroup] - Creating a group for your players in the server.
    [/setrank] - Setting the rank for any member of group.
    [/gonline] - Displaying with dialog for player's informations like name,id,rank name.
    [/ginvite] - Inviting players into your group membership.


THANKS TO;
Code:
#Y_Less - sscanf
#Zeex - ZCMD
#BlueG - MYSQL

IMPORTANT NOTE FOR USING THIS SCRIPT!
You have to do something for using this script.
FIRST!

  • Create a table named 'groups' for your database on mysql.
  • Create columns named 'gID(int),gName( varchar=128 ),gLeaderName( varchar=32 ),gchat( int ),gTAG( varchar=5 )' for the above 'groups 'table
  • Create columns for your players database on your mysql. (grouppid[int],grouprank[varchar[varchar=5)])
Don't forget to check enum and variables in this script if you decided to add this script into your gamemode.These things are important.If you don't do these things that i said; IT WILL NOT WORK!
Reply
#2

This is what i was searching for. Simple and nice.
Reply
#3

Quote:
Originally Posted by SpikY_
View Post
This is what i was searching for. Simple and nice.
Thanks mate!

I hope, it will be useful for you.
Reply
#4

Good job! I would also add dynamic spawn and delete groups.
Reply
#5

Quote:
Originally Posted by FanHamMer
View Post
Good job! I would also add dynamic spawn and delete groups.
Sure thang!

I'll add it soon, thanks mate!
Reply
#6

EDIT: You better Create MySQL database, Some peoples Don't know how to create(INCLUDING ME)
Reply
#7

Quote:
Originally Posted by SpikY_
View Post
EDIT: You better Create MySQL database, Some peoples Don't know how to create(INCLUDING ME)
I see but you could have used search bar for learning that.But it's not a problem..You can create it with these pics.

Quote:
Originally Posted by newbienoob
View Post
(topic link: https://sampforum.blast.hk/showthread.php?tid=485633 )

Click on Databases to create a new database.


Name your server database and click Create (In this tutorial will use "server" as our database)


After you click the Create button, you will notice your database has been created by looking at left side of your screen. Click your database to manage your table's name and column.

You will see this screen after you click your database. (More explanation in the image)

- After you click Go button, it will redirect to you the next page where you can manage your table's column.

Congratulations, you have created your database and table!
Reply
#8

Thanks for sharing goods , i might going to use it looks so dope ++
Reply
#9

Quote:
Originally Posted by Xaera
View Post
Thanks for sharing goods , i might going to use it looks so dope ++
Thanks, mate!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)