Jump to content

reaver_

Veteran Driver V
 TruckersMP Profile
  • Posts

    9
  • Joined

  • Last visited

About reaver_

Profile Information

  • Preferred Trucks
    Mercedes
    Scania
    Volvo
  • Known languages
    english

Recent Profile Visitors

735 profile views

reaver_'s Achievements

  • One Month Later
  • One Year On

Recent Badges

0

Reputation

  1. Hello @SarahMaddy, The problem is not solved. The problem is on your side, not mine. This dll has never been seen as a virus/malicious, so I don't see why I should mark it as clean. Waiting a valid response from a developer.
  2. Hi, I'm having an issue with the launcher, it's trying to download the core_ets2mp.dll but my antivirus detected it as an infected page. I got this error for the first time. For an extra check i used virustotal with the same URL and it's detected as malicious. https://www.virustotal.com/gui/url/e8bc0ddbfedb6c75321759d0cc15258336235be84fb4e2257f89a87a0ed5b20f?nocache=1 Can you fix this?
  3. +1 That would be a nice feature. Personally I prefer analyzing my recordings and cut the parts to upload and report, but right now I can't, I have to load them one by one while with the new system I can first analyze them and then upload them all together without worrying about the time that will be written in the video.
  4. A cooldown time is necessary but not sufficient. The bans are already linked to the steam ID because when someone deletes his account and creates a new one, the bans in the old account are switched to the new account. A better way to get rid of scoundrels may be to disable deleting an account if that account is logged in-game, and add a STEAM_ID search option, because this ID doesn't change.
  5. reaver_

    Minimum FPS

    Suggestion Name: Kick players with low FPS Suggestion Description: Many game servers have a functionality to check players FPS. To make everyone play equal, there should be a minimum FPS to have in-game. If someone has less than minimum FPS (e.g 20 FPS) he will be warned (like the no-light warning during night) and will be kicked if he continues to have low FPS. This check may be limited to players who have some amount of players around (e.g 10 players) or to all players. Any example images: Nope. Why should it be added?: Playing in normal areas it's highly probable that no one with a decent PC won't have low FPS, but in medium-highly populated areas it's so common to see trucks moving at less than 5 FPS so that you can count their fps (especially in C-D route) and it's so annoying because they are lagging and most of times damage others (we couldn't even report them because would be rejected for "lag").
  6. You have to compare $status with true if ($status == true) { // stuff }
  7. Sure. This should work. $data2 = json_decode($json2); foreach($data2->response as $ban) { $expiredate = $ban->expiration; $admin = $ban->adminName; echo'<li id="fleet" >'; echo "<center><img style='height:auto; width:auto; border:$bcolor;' class='img-circle' src='" . $playerV->avatarfull . "'></center>"; echo '<center><p style="margin-top: 65%;">'. $mpname . '<p></center>'; echo '<center><p style="margin-top: 65%;">'. $expiredate . '<p></center>'; echo'</li>'; }
  8. After the line $data2 = json_decode($json2); you have to loop through the response array in $data2.
×
×
  • 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.