Jump to content

*FuN

Members
  • Posts

    42
  • Joined

  • Last visited

Everything posted by *FuN

  1. OMG , you cant tell me ??
  2. http://pastebin.com/7kzG179B
  3. thankz Edit: When I do a hunter time dont show the coloured names !
  4. Ok , srry about that , and thankz I have another problem : -When i do /redo appears that - : 'Current map has been restarted by #000000FuN#FFFFFF* And i want make to disapere the code of colour is possible ?
  5. Appears buttons . WTF??? I want only the coloured names on top times not buttons .
  6. public class ColorLabelField extends LabelField{ private int color = 0x000000; private int bg; public ColorLabelField(){ super(); } public ColorLabelField(Object text){ super(text); } public ColorLabelField(Object text, int offset, int length, long style){ super(text, offset, length, style); } public ColorLabelField(Object text, long style){ super(text, style); } public ColorLabelField(ResourceBundleFamily rb, int key){ super(rb, key); } public void setColor(int newColor){ color = newColor; } public void setBackgroundColor(int newBG){ bg=newBG; } public void paint(Graphics graphics){ graphics.setColor(color); graphics.setBackgroundColor(bg); super.paint(graphics); } } this ?
  7. http://pastebin.com/QZFAAcqa
  8. hi guys I have a issue .... I have a hunter top times , but this script dont show the coloured name , someone know how to fix that?
  9. *FuN

    Help pls

    Now appears none but not show the colour ??? Its a error ou bug ??
  10. *FuN

    Help pls

    Sorry , but i'm not understand Open folder:mta_folder/server/mods/deathmatch/ Find resource killmessages.zip Open it for example with winrar. Open script files for example with notepad++ : killmessages_client.lua/killmessages_server.lua ( lua expansion ) And paste it: _getPlayerName = getPlayerName function getPlayerName( el ) if isElement( el ) then local name = _getPlayerName( el ) if name then return string.gsub( name, '#%x%x%x%x%x%x', '' ) or name end return false end return false end At the top of the script file. thankz
  11. *FuN

    Help pls

    Sorry , but i'm not understand
  12. *FuN

    Help pls

    and the killmessages???
  13. *FuN

    Help pls

    Hi guys, I have a problem , when a guy join in my server appears #000fffNo#000000Ne and when a player die Appears the same way someone can fix ?? thankz
  14. *FuN

    Help me plsssss

    Hi guys , I want to open a server for my community but i need this scripts if anyone can do or can post the scripts I thank. <<< I need a login painel (excluisve) <<< I need a script for teams <<< I need a script for colour cars (ex. tag orange , car orange) <<< I need a script for Colored Deathlist --------off topic------- I have a problem , when a guy join in my server appears #000fffNo#000000Ne , someone help ??? thankz
×
×
  • Create New...