M3ssi Posted May 2, 2020 Posted May 2, 2020 I have a global chat for sale, which allow to make a chat "g" between ur servers. 3 via PayPal. Discord : M E S S I < ~ ~#0709 Skype : messi.mta3
yeahs Posted May 2, 2020 Posted May 2, 2020 Why do you want money for a script that was written in a few seconds? For those who need a global chat: GLOBAL = {}; addCommandHandler("Global",function(player,cmd,...) local msg = table.concat({...}," "); if(#msg >= 1)then outputChatBox("[GLOBAL] "..getPlayerName(player)..": "..msg,root,255,255,255); end end) function GLOBAL.setBindKey(player) bindKey(player,"g","down","chatbox","Global"); end addEventHandler("onPlayerJoin",root,function() GLOBAL.setBindKey(source) end) for _,v in pairs(getElementsByType("player"))do GLOBAL.setBindKey(v) end You're welcome ¯\_( ͡° ͜ʖ ͡°)_/¯
sacr1ficez Posted May 2, 2020 Posted May 2, 2020 1 hour ago, xendomrayden said: Why do you want money for a script that was written in a few seconds? For those who need a global chat: GLOBAL = {}; addCommandHandler("Global",function(player,cmd,...) local msg = table.concat({...}," "); if(#msg >= 1)then outputChatBox("[GLOBAL] "..getPlayerName(player)..": "..msg,root,255,255,255); end end) function GLOBAL.setBindKey(player) bindKey(player,"g","down","chatbox","Global"); end addEventHandler("onPlayerJoin",root,function() GLOBAL.setBindKey(source) end) for _,v in pairs(getElementsByType("player"))do GLOBAL.setBindKey(v) end You're welcome ¯\_( ͡° ͜ʖ ͡°)_/¯ 7 hours ago, Messi..! said: between ur servers 1
yeahs Posted May 2, 2020 Posted May 2, 2020 (edited) Even if you can communicate from server to server, it's still a script you can create in a few seconds. I'll add this feature to my code later. Edited May 2, 2020 by xendomrayden
yeahs Posted May 2, 2020 Posted May 2, 2020 40 minutes ago, xendomrayden said: I'll add this feature to my code later. (∩ ゚ロ ゚)⊃━☆゚.* https://github.com/raydNDev/MTASA/tree/master/NuetzlicheScripts/Globalchat
Truceed Posted May 3, 2020 Posted May 3, 2020 12 hours ago, xendomrayden said: Por que você quer dinheiro para um script que foi escrito em alguns segundos? Para quem precisa de um bate-papo global: De nada ¯ \ _ (͡ ° ͜ʖ ͡ °) _ / ¯ Sabe Como Coloca o grupo Do player no Chat ?
yeahs Posted May 3, 2020 Posted May 3, 2020 2 hours ago, Truceed said: Sabe Como Coloca o grupo Do player no Chat ? Sorry bro, I don't understand this language. In English please?
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