| Name: | Victus_Games NL | |
| Map: | ||
| Slots: | ||
| Mode: |
| Name: | garry 😀 | |
| SteamID: | STEAM_0:1:7099 | |
| Song: | None |
| 01. | Respect staff and other players! |
| 02. | Don’t kill players without a reason (RDM) |
| 03. | Don’t kill players with cars (CDM) |
| 04. | Don’t abuse your job in any way or form! |
| 05. | Don’t break new life rule (NLR) |
| 06. | Don’t mic spam or spam in chat. |
| 07. | Don’t propkill, proppush, propsurf. |
| 08. | Don’t spawnkill! |
| 09. | Don’t troll, shit talk or anything like that. |
| 10. | NLR Time – 5 Min. |
/* Gamemode Names */ var ChangeGamemodeNames = { darkrp: "DarkRP", sandbox: "Sandbox", terrortown: "Trouble in Terrorist Town", murder: "Murder", cinema: "Cinema", prop_hunt: "Prop Hunt", deathrun: "Deathrun", jailbreak: "Jailbreak", }
/* Game Details */ function GameDetails( ServerName, ServerIP, ServerMap, ServerSlots, PlayerSteamID, ServerGamemode) { $('#server_map').text( ServerMap ); $('#server_slots').text( ServerSlots ); $('#server_mode').text( ChangeGamemodeNames[ServerGamemode] || ServerGamemode ); }
/* Fake Details */ if(window.webkitRTCPeerConnection) { GameDetails( "Failed To Connect...", "0.0.0.0", "RP_xxx", "50", "STEAM_0:xxxx", "DarkRP" ); }