SonGohanL Posted March 29, 2012 Share Posted March 29, 2012 i'm using the admintag script but when i'm talking it be like this Dark : Hi !! [Admin] Dark : Hi !! how can i do the script with oup repaiting help plz Link to comment
0 DNL291 Posted March 30, 2012 Share Posted March 30, 2012 remove it from file fr_server.lua of your resource freeroam addEventHandler('onPlayerChat', g_Root, function(msg, type) if type == 0 then cancelEvent() local r, g, b = getPlayerNametagColor(source) outputChatBox(getPlayerName(source) .. '#FFFFFF: #FFFFFF' .. msg:gsub('#%x%x%x%x%x%x', ''), g_Root, r, g, b, true) outputServerLog( "CHAT: " .. getPlayerName(source) .. ": " .. msg ) end end ) Link to comment
Question
SonGohanL
i'm using the admintag script but when i'm talking it be like this Dark : Hi !! [Admin] Dark : Hi !! how can i do the script with oup repaiting help plz
Link to comment
2 answers to this question
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