Search the Community
Showing results for tags 'killmessages'.
-
So, i'm trying to make killmessages colored From To Well i succeded at this But when i change font to my own font .. it's looks like this How can i remove that Distance ? !!!! when i remove code Colors work as well ! i just need to know how to able the colors again ! HELP !
-
i want download a dd killmessages which show [killername] [x2(doble kill)] skull icon [killedname] where can i download this??
- 3 replies
-
- killmessages
- script
- (and 8 more)
-
first error by: function createKillMessageGUI() local gap = config.iconHeight - config.textHeight gap = gap/2 for i=1,config.lines do local y = config.startY*screenY + (config.iconHeight*(i-1)) y = y + gap contentMessages[i] = { dxText:create("",0,y) } end endTime = config.fadeTime + config.startFade end -- second error by: function destroyLine ( line ) for k,part in ipairs(contentMessages[line]) do destroyWidget(part) end contentMessages[line] = {} end first error: killmessages\gui.lua:159: attempt to index global 'dxText' (a nil value) second error: killmessages\gui.lua:468: bad argument #1 to 'ipairs' (table expected, got nil) how to fix this? i tried fix, but doesn't working
- 1 reply
-
- 1
-
- killmessages
- error
- (and 4 more)