Einzelnen Beitrag anzeigen
Alt
18. February 2014, 22:12
Krombi Krombi ist offline
 
Beiträge: 8.321
Artikel: 2
Dabei seit: Oct 2007

Zitat:
Zitat von spambot Beitrag anzeigen
Schau dir doch mal die Funktionen hell_chat.channelPrint() und hell_chat.channelPrintf() an.

Code:
--- print message(s) directly in chat (channel window)
function channelPrint(msg, color)
  local DEFAULT_COLOR = 0x99FFFFFF -- default (ARGB) value, white with 60% alpha (= slightly transparent!)
                                   -- you may use 0xFF999999 as an alternative (fully opaque, light grey - about 60% RGB)
  if not msg then return; end
  if not color then color = DEFAULT_COLOR; end
  
  asmcall.cdecl(HELL_CHANNEL_PRINT_FUNC, color, char2wchar(msg))
end

function channelPrintf(fmt, ...)
  if not fmt then return; end
  channelPrint(string.format(fmt,...))
end
Huhu @spambot

in welche loa muss man das ändern oder reinkopieren?
Und wie oder wo kann man diesen dmg erhöhen?

Checke bei den vielen Luas nichts