Jump to content

Help [TURF]


JkR

Recommended Posts

You didn't specify to which player the message has to be sent to:
local text, _, r, g, b, hex = unpack ( messages [ n ] ) 
outputChatBox ( tostring ( text ), source, r, g, b, hex ) 

By the way, what is "p" in that table?

function NeedMsg(p,n,source) 
local text, _, r, g, b, hex = unpack ( messages [ n ] ) 
outputChatBox ( tostring ( text ), source, r, g, b, hex ) 
end 

iria asi?

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...