Popular Post MR.GRAND Posted September 30, 2017 Popular Post Share Posted September 30, 2017 (edited) Hello everyone Today I've finished my new script : GCSSDetails about this script : This is a system which allows you to chatting with other players on another server So when you open the panel, you will see on the left : The players on your current server On the right it's the Messages box, You will receive the messages from the players on your server and the players on the second server And in : Manage GCSS Tab which is for admins you will see a place to update admin message & Check new updates of the script Also you've a smiles in the script : Emoji windowNote : Minimum MTA:SA Version to run all features is : 1.5.4 . _________________________________________________________________________________________________Other Features : You can customize your messages color, All players will see the new color on each servers ( Default color is White ). You can press on "Do Not Disturb[ Silent Mode ]" checkBox to mute the alerts of the system and chatBox messages. _________________________________________________________________________________________________ Tutorial about how to use the script :Note : Do not edit the resource name, to avoid issues. 1- Write this code in a blank space in the ACL file for each servers : <group name="OutRPCGroup"> <acl name="OutRPC" /> <object name="resource.GCSS_Professional" /> </group> <acl name="OutRPC"> <right name="function.callRemote" access="true" /> </acl> <group name="InRPCGroup"> <acl name="InRPC" /> <object name="user.http_guest" /> </group> <acl name="InRPC"> <right name="resource.GCSS_Professional.http" access="true" /> </acl> 2- Go to "Settings.lua" file and edit the following : adminGroup_Permissions = 'Admin'; -- ***Edit this group name to your Admins group to give full permissions / leave if it's the same name. ManageGCSS_AccessTable = { 'Console', 'Admin', 'GCSS_Manager' }; -- ***Edit : This is the groups which can access "Manage GCSS" tab. local server_ip = '127.000.0.000:22005'; -- ***Put the server ip & port for each server you want to communicate with. -- Do not edit the codes below. addEvent( 'onServerSendMessage', true ) addEventHandler( 'onServerSendMessage', root, function( message ) local name = getPlayerName( source ) local data = getElementData( source, 'GCSS:MessageColor' ) local message = '[onPort:'..getServerPort( )..'][ '..name..' ] : '..message callRemote( server_ip, 'default', 10, 10000, getResourceName( getThisResource( ) ), 'SendGlobalMessage', callBack, message, data[1], data[2], data[3] ) triggerClientEvent( root, 'onClientReceiveMessage', source, message, data[1], data[2], data[3] ) end ) Note : You need to install the resource on each servers by use the following :On the first server : Write the ip & port of the second server & Run the resource On the second server : Write the ip & port of the first server & Run the resource _________________________________________________________________________________________________Note : You can found the key to open the script in : "OpenKey.lua" file. _________________________________________________________________________________________________ Some pictures : Main panel & Customize panel & Emoji panel __________ Manage GCSS Tab _________________________________________________________________________________________________Note : All shared GCSS Scripts are Demo, To Purchase full open source script or get a special edits : Contact the programmer[Me] on E-mail : [email protected] or [email protected] .*Purchase Price : $5 *Current version is : 1.0.0 *Download : Press on me :). Note : If you have any issues, please write a comment.If you have a new ideas to develop the script, please write a comment on the topic Do not forget to rate the script by percentage% in a comment Thanks. Edited October 14, 2017 by MR.GRAND Download link updated 5 Link to comment
MR.GRAND Posted September 30, 2017 Author Share Posted September 30, 2017 Just now, Ahmed Ly said: good job Thanks bro . 1 Link to comment
TorNix~|nR Posted September 30, 2017 Share Posted September 30, 2017 Great job! keep it up 1 Link to comment
MR.GRAND Posted September 30, 2017 Author Share Posted September 30, 2017 1 hour ago, TorNix~|nR said: Great job! keep it up Thanks bro . 1 Link to comment
MR.StoRm Posted October 1, 2017 Share Posted October 1, 2017 Nice System Keep Going .. Link to comment
MR.GRAND Posted October 2, 2017 Author Share Posted October 2, 2017 On 10/1/2017 at 13:32, MR.StoRm said: Nice System Keep Going .. Thanks for comment bro . 1 Link to comment
MR.GRAND Posted October 14, 2017 Author Share Posted October 14, 2017 Download link has been updated To download the resource : Click on me :). Thanks . Link to comment
Moderators turret001 Posted November 27, 2017 Moderators Share Posted November 27, 2017 nice script, keep developing please! 1 Link to comment
Storm-Hanma Posted December 8, 2017 Share Posted December 8, 2017 It is cool but try to help others to who contact u for help 1 Link to comment
#Heshan||eUNLOCK|| Posted December 17, 2017 Share Posted December 17, 2017 (edited) Cool job bro it is a great work keep it up Edited December 17, 2017 by #Heshan||eUNLOCK|| 1 Link to comment
MR.GRAND Posted April 4, 2018 Author Share Posted April 4, 2018 Thank you all for comment Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now