Jump to content

Oguri

Members
  • Posts

    1
  • Joined

  • Last visited

Oguri's Achievements

I ordered some spaghetti with marinara sauce and I got egg noodles and ketchup. I'm an average nobody.

I ordered some spaghetti with marinara sauce and I got egg noodles and ketchup. I'm an average nobody. (2/54)

0

Reputation

  1. function globalMessage ( source, cmd, ... ) if isPlayerMuted ( source ) then outputChatBox ( "[ChatM]:Estas mutado", thePlayer, 84, 84, 84 ) return end local message = table.concat ( { ... }, " " ) local name = getPlayerName(source) local gang = getElementData( source, "gang" ) if isObjectInACLGroup ( "user." .. getAccountName(getPlayerAccount(source)), aclGetGroup ( "Console" ) ) then outputChatBox("[ChatM] #BEBEBE "..name..": #FDFDFD"..message, getRootElement(), 255, 0, 0, true) -- return end outputChatBox("#94CE9F[ForaDoRp] "..name..": #FDFDFD"..message, getRootElement(), 255, 255, 255, true) end addCommandHandler("ChatM", globalMessage) bindKey("t", "down", "chatbox", "ChatM")
×
×
  • Create New...