Jump to content

How ?


abu5lf

Recommended Posts

  • Moderators

MTA does not allow it, you need to script it on another way and pls remove that annoying smilley ... I seriously don't like it, to see people crying when they are not........

You can use outputchatbox

  
function chat(text, msgtype) 
local root = getRootElement() 
local name = getPlayerName(source) 
cancelEvent(true) 
outputChatBox("#0066FF" .. name .. ":#0066FF " .. text, root, 255, 255, 255, true) 
  
end 
addEventHandler("onPlayerChat", root, chat) 
  

You have to do the rest of the script and I think you have to work with elementdata.

Link to comment

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...