-
Posts
1,456 -
Joined
-
Last visited
-
Days Won
14
Content Type
Profiles
Warranty Claims
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by NooBlet
-
Glad to help
-
- 55 comments
-
- 1
-
-
- #vehicles
- #helicopters
-
(and 2 more)
Tagged with:
-
- 55 comments
-
- #vehicles
- #helicopters
-
(and 2 more)
Tagged with:
-
- 55 comments
-
- 1
-
-
- #vehicles
- #helicopters
-
(and 2 more)
Tagged with:
-
- 55 comments
-
- #vehicles
- #helicopters
-
(and 2 more)
Tagged with:
-
- 55 comments
-
- #vehicles
- #helicopters
-
(and 2 more)
Tagged with:
-
- 55 comments
-
- #vehicles
- #helicopters
-
(and 2 more)
Tagged with:
-
you can just google in c# how to do a smpt call . but this should be something like this : private void SendEmail(string recipientEmail, string messageBody) { string smtpHost = "your-local-smtp-server"; int smtpPort = 25; using (var smtpClient = new SmtpClient(smtpHost, smtpPort)) { smtpClient.UseDefaultCredentials = true; var mailMessage = new MailMessage { From = new MailAddress("[email protected]"), Subject = "Rust Server Notification", Body = messageBody, }; mailMessage.To.Add(recipientEmail); smtpClient.Send(mailMessage); } } but this is just a google search . not tested . so you prob need to test this a bit and tinker to get it to work
-
no its not . but what you can do is this private class ConfigData { [JsonProperty(PropertyName = "Number of bears per square kilometer")] public int BearPopulation { get; set; } } and then your out put should look like this { "Number of bears per square kilometer": 2, }
-
halloweendungeon.population "0" xmasdungeon.xmaspopulation "0" same as said above . with in console writecfg and add to settings.cfg now when the event time comes i just use 0.5
-
yea talking about dungeons . if you have low pop (20 or so players .) setting the dungeon populations to like 0.5 should be fine thats what i do and it works fine . ppl get bored of them anyway in day or 2
-
in my experience the entity count has a major factor to fps on server when it coms to lower server specs . instead of lowering map size . first try this . spawn.max_density 0.5 spawn.min_density 0.5 in server console and follow up with writecfg also make sure the top is also included in your settings.cfg then after restart you should load less entitys (animals ,ores, trees and collectables) as i see it with lower pop servers you dont need so much resources ... and this (atleast for us) jumpt our server fps from 50-60 up to 100 - 120. hope this helps
-
-
bc im assuming you have multiple oilrigs (like more than one small rig) so as i didnt have the mindset of custom maps that might do that when creating it , the check for that was never added . but none the less . check update 1.3.9 for the attempted fix for that . where there will be a check if the oilrig is the one the player is at . so that should fix your problem
-
-
so is that message in console ? because i just change default in stead of 10 drop chance to 11 . saved it upload plugin and did event . when i was done . config did not reset and then i reloaded plugin and still didnot change
-
-
@Oldbtchsgaming i see now you still did not supply any info i ask in the support ticket . but keep complaining about this not working ... it works for everyone else . and you dont supply whats not working or the video i ask to show me what you do so we can find the issue yourside . so please stop saying it doesnt work and supply me with the info asked in the support ticket to show what doesnt work . this runs in my personal server sins realease and we never had it not work . so baal on yourside to supply the info in the support ticket .
-
-
Changed Status from Pending to Closed
-
-
we removed the binox . due to binox have a rangefinder native to game
-
Version 1.0.3
336 downloads
SimpleRangeFinder just adds your aiming range to scope's ingame , for the sniper boys Permissions SimpleRangeFinder.use - Grands players ability to use SimpleRangeFinder.binocular - Grands players ability to use in Binox (althow not needed just added to help ppl that want it) Simple plugin just upload ,add Perms and it works . no config neededFree
