23.07.2015, 17:12
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
Code:
Pastebin SolidFiles
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)])