Search results

  1. Jakkee

    Solved Add a prefix?

    The message is harmless?
  2. Jakkee

    Solved Add a prefix?

    This here works, Has the colour & chat message but still gives the same error and has " " around the text if(Player.Admin){ var ChatMSG = ChatMessage.ToString() //var ChatColour = Prefix.AdminChatColour; Server.BroadcastFrom("[Admin]" + Player.Name, "[color #FF0000]"...
  3. Jakkee

    Solved Add a prefix?

    With Player.Name = "[Admin]" +Player.Name is it possible to just have a [Admin] tag in the chat? and not in /help, etc. EDIT: if it helps im running mikes build.
  4. Jakkee

    Solved Add a prefix?

    Still likes to say undefined. It has to be with the colour part, But i'v tried: var ChatMSG = ChatMessage.toString(); Server.BroadcastFrom("[Admin] " + Player.Name, [color #00ff00] ChatMSG); ChatMessage.NewText = "" Having [color #00ff00] just likes to throw an error xD
  5. Jakkee

    Solved Add a prefix?

    Saddly that doesn't make a difference. I just tried adding this & has same result var JointMSG = ChatColour + ChatMSG;
  6. Jakkee

    Solved Add a prefix?

    Yeah i have, Just forget to add to the thread, I have a tone more settings and things. I just removed all the non releated code.
  7. Jakkee

    Solved Add a prefix?

    Still get the same error, but heres a screenshot from in game
  8. Jakkee

    Solved Add a prefix?

    Looking to add a prefix, This what I have at the moment; function On_PluginInit() { if (!Plugin.IniExists("Settings")){ var ini = Plugin.CreateIni("Settings"); ini.AddSetting("Settings", "AdminChatColour", "[color red]"); } DataStore.Add("Prefix", "AdminChatColour"...
  9. Jakkee

    Approved GrassGone

    @CorrosionX
  10. Jakkee

    Free $5 Paypal Credit - Not Spam

    Nice find! Thanks for the free $5 :P Also theres more options than just the $5
  11. Jakkee

    Approved BattleServerKit

    Yes, I will also make it an option in the settings.
  12. Jakkee

    Approved GatherPlus

    Jakkee updated GatherRate with a new update entry: V4.0.4 - Fix for commands Read the rest of this update entry...
  13. Jakkee

    GatherPlus - V4.0.4 - Fix for commands

    Finaly fixed the commands thanks to Robert Pearson29
  14. Jakkee

    Approved AdminPlus

    Jakkee updated AdminPlus with a new update entry: V1.6.1 - Hopefully it works now. Read the rest of this update entry...
  15. Jakkee

    AdminPlus - V1.6.1 - Hopefully it works now.

    Okay, Hopefully last update for awhile now. Should be working, Do /admin for the help menu
  16. Jakkee

    Approved GatherPlus

    Haven't tested it on Magma, Go for it. I can't see why it woudn't. Let me know if it works or not
  17. Jakkee

    Approved SystemName

    works on my server (Fougerite 1.0.5, using, MagmaPlugin). So theres no errors & the ini file is created but the commands aren't working? Logged in as rcon admin?
  18. Jakkee

    Approved AdminPlus

    Let me know how you get along, I think I might start changing my plugins to Jint :p
  19. Jakkee

    Approved AdminPlus

    You can choose between Jint & Magma. I would change to jint but at a later date. I like my ini files :P
  20. Jakkee

    reason why it somthimes wont work?

    @ggblade You're last function should be: function getHackerIni() { if(!Plugin.IniExists("hackers")) Plugin.CreateIni("hackers"); } return Plugin.GetIni("hackers"); }