Jump to content

NooBlet

Creator
  • Posts

    1,339
  • Joined

  • Last visited

  • Days Won

    13

Everything posted by NooBlet

  1. NooBlet

    Error load

    im updating with a test . not sure if its going to fix for you ... it seems the player data not been created yet ..... so put a check for that ... i cant reproduce myside .... so hope this helps
  2. Ok its the load of the data file that dont exist at wipe . But plugin should still work . Ill put a check in in few hours when i get home from work .... i didnt see it happening myside last night when i updated . But will try to replacate and get a check in for it
  3. update just drop in proses give 2 min
  4. NooBlet

    MAJOR ISSUE

    Changed Status from No Response to Closed
  5. NooBlet

    MAJOR ISSUE

    good to heat . hope you have a lovely day sir
  6. NooBlet

    MAJOR ISSUE

    Changed Status from Pending to No Response
  7. NooBlet

    MAJOR ISSUE

    Good morning sir ... im sure the problem is elsewhere . as admin 2 teamchat is just a single command and a single method . so cant stall the server just by merely loading plugin. other side ... loot reroll and A2TC , cant interact as one deals with loot and other clientside chat ... but . ill be opening a test server and stress test plugin again .. do you have anymore info other than just load then stall ,,, any errors . how did you determine which 2 plugins might be issue . and why 2 ... would love to hear more
  8. im not sure if it is possible . ill have a look at solution
  9. Rcon added ...... In my server i have a system to let ppl with perms see all teamchat (no need to watch RCON) if this is something you guys feel we need here let me know in discussions
  10. Changed Status from Pending to Closed Changed Fixed In to 1.2.0
  11. all drones with the UAV will be removed by the plugin ... thats the problem ..... ill figure something out to separated those plugins
  12. What about the other drone identifiers ..... what are they .... you mentiond that it starts with uav
  13. i need more info .. i run this plugin on my server and 1. no ext5ra ids gets removed .... and 2 i dont get the error u referring to ... what other plugin's pertaining to cam's do you have all code only happens on a drone id with a "UAV" starting with ID . so please give me more to get to the route of your problem
  14. ok the "to bishop " is the relay that you send a message to that persons team ... i will include a rcon command for this ... and yes ill include admins "or permission users " to see other team chat .... ill get that functionality in next update ...
  15. Version 1.0.5

    19 downloads

    Admin2Team allows players with permission to chat to another players team Chat will go to target players entire online teammembers , in RED to show its a not teammate chat Permissions Admin2Team.use - Allows player to use command Admin2Team.seechat -Player that can see other's teamchat Commands /tc <targetplayer> <message> /tc toggle ---- turns on/off teamchat view for players with perms Config { "1. Prefix Color ": "#b936f7", "2. Prefix Name": "TeamChat", "2. Prefix Size": 15, "3. Message Color": "#9fa5a6", "4. Message Size": 17 } Lang File { "NoTeam": "{playername} is not in a team", "PlayerNotFound": "Player Not Found", "NoMessage": "You need to add a message", "NoPlayerName": "Player name not added , Who are you looking for ?", "NoPrem": "You dont Have Permission to use this command", "OffteamMessage": "[OffTeam to {playername}'s Team]", "TeamChatEnabled": "Other's TeamChat now Enabled", "TeamChatDisabled": "Other's TeamChat now Disabled" } Developer Hook void OffTeamMessage(string sender,string target,string message) to Catch outgoing message
    $3.00
  16. NooBlet

    The Red Button

    custom commands is a console command ..... so if you able to give perm via console . it will work in custom command
  17. NooBlet

    UAV Drones

    i can yes.... this just have to wait a few days . as i dont like updating so often in quick intervals . (makes ppl mad) is ill wait a bit
  18. NooBlet

    UAV Drones

    looking at code . this should not happen ... code just checks all drones with "UAV" in identifier in team and adds on mount. and when dismounts only removes all identifiers starting with "UAV"..... so please try to do your naming of identifiers thats not UAV drones to not start wit UAV.... the whole plugin relies on the identifier starting with "UAV" , changing that . breaks the whole concept.. this will be fixed in next update in few hours , by adding a config to set to use plugin light system or not
  19. NooBlet

    UAV Drones

    sure ... im just about to go out with wife and kid on a night out ... but in next update ill have this addressed in a config update . no problem
  20. NooBlet

    Null config

    the data file was corrupt .... it resets on every wipe
  21. NooBlet

    Null config

    Please supply config and data file . One of the 2 is corrupt
  22. NooBlet

    Null config

    Please supply your config . @Covfefe
  23. Version 1.5.1

    394 downloads

    AdvanceVehicles adds some much needed info to all vehicles . and some perks Perks SpeedBoost -- we added a fuel that can be added via stores or vending machines . ( lowgrade fuel : Skin : 3020053068) -- will increase vehicle speed depending of Config setup -- Console command highfuel <Player name/ PlayerID> <amount> to give with other plugins Permissions AdvanceVehicle.use - players to see UI AdvanceVehicle.Fuelwarndisabled - Disables all Low Fuel Warnings for the player KeyBinds Sprint + Use - disables / activates UI when mounted (ex. Shift + E) Reload - Enable / Disable Low Fuel Warnings (resets to enable on dismount) Config { "1. Use MPH (false will make it KMH) ": false, "2. Speed Boosts ": { "HelicopterSpeeds": 2.5, "BoatSpeeds": 2.0, "SubMarineSpeeds": 2.0, "CarSpeeds": 2.0, "SnowMobileSpeeds": 1.5 }, "3. UI Config Settings ": { "DayTime Text Color (Must be in the RGBA format ex. 0 1 0 1)": "0.8 0.35 0.1 1", "NightTime Text Color (Must be in the RGBA format ex. 0 1 0 1)": "1 1 1 1", "ColdTextColor": "#258BC9", "HotTextColor": "red", "LowFuelTextColor": "red", "LowFuelAmount": 50, "Use ImageLibrary to display FuelType on Hud": true, "Hud use": { "helicopterUI": true, "carUI": true, "boatUI": true, "trainUI": true, "subUI": true, "bikeUI": true, "snowmobileUI": true, "horseUI": true } }, "4. Spawn HighGrade fuel in World": true, "5. Fuel Name": "High Grade Fuel", "6. Drop Settings": [ { "Object Short prefab name": "oil_barrel", "Minimum item to drop": 10, "Maximum item to drop": 25, "Item Drop Chance": 30.0 }, { "Object Short prefab name": "crate_normal_2", "Minimum item to drop": 50, "Maximum item to drop": 75, "Item Drop Chance": 30.0 } ], "7. Use ImageLibrary direct load?": true, "8. Fuel Settings ": { "UseAudioWaring": true, "HeliFuelAmount": 30, "CarFuelAmount": 20, "BikeFuelAmount": 30, "TrainFuelAmount": 30, "BoatFuelAmount": 30, "SubMarineAmount": 30, "SnowMobileAmount": 30 }, "9 Image URLs": { "low": "https://noobhub.co.za/lg.png", "high": "https://noobhub.co.za/hf.png", "horse": "http://www.noobhub.co.za/HUDHelihorse.png", "full": "http://www.noobhub.co.za/HUDHeliFull.png", "half": "http://www.noobhub.co.za/HUDHeliHalf.png", "seconditem": "https://noobhub.co.za/gp.png" }, "A Craft Settings": { "UseCrafting": true, "secondItemFullName": "Gunpowder", "secondItemShortName": "gunpowder", "secondItemAmountRequirement": 2, "secondItemImageURL": "https://noobhub.co.za/gp.png", "LowgradeAmountRequirement": 20, "HighgradeCraftAmount": 10 }, "B Fuel Pump Settings": { "UseFuelpumps": true, "ScrapPerLowGrade": 1 } } Lang File { "KMHDisplay": "KMH", "MPHDisplay": "MPH", "OverLandLabel": "OverLand" } Credits We would like to thank MEINRUST Community (@MeinRust) for help with testing , input and UI design and icon for fuel . without you guys this will not have been possible
    $10.00
1.9m

Downloads

Total number of downloads.

9.1k

Customers

Total customers served.

132.6k

Files Sold

Total number of files sold.

2.8m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.