Ver código fonte

Merge pull request #35 from Bebiano86/master

add redm protocol
OwN-3m-All 6 anos atrás
pai
commit
7c3a7f816e
1 arquivos alterados com 7 adições e 4 exclusões
  1. 7 4
      php-query/lgsl/lgsl_protocol.php

+ 7 - 4
php-query/lgsl/lgsl_protocol.php

@@ -119,11 +119,12 @@ if (!function_exists('lgsl_version')) { // START OF DOUBLE LOAD PROTECTION
 		"ravenshield"	=> "Raven Shield",
 		"redorchestra"	=> "Red Orchestra",
 		"redorchestra2"	=> "Red Orchestra 2 & Rising Storm",
+		"redm"			=> "Red Dead Redemption 2 RedM",	
 		"reignofkings"	=> "Reign of Kings",
 		"rfactor"		=> "RFactor",
 		"risingstorm2"	=> "Rising Storm 2: Vietnam",
 		"ror"			=> "Rigs of Rods",
-		"rust"			=> "Rust",
+		"rust"			=> "Rust",	
 		"samp"			=> "San Andreas Multiplayer",
 		"savage"		=> "Savage",
 		"savage2"		=> "Savage 2",
@@ -279,11 +280,12 @@ if (!function_exists('lgsl_version')) { // START OF DOUBLE LOAD PROTECTION
 		"ravenshield"	=> "04",
 		"redorchestra"	=> "13",
 		"redorchestra2"	=> "05",
+		"redm"		=> "41",	
 		"reignofkings"	=> "05",
 		"rfactor"		=> "16",
 		"risingstorm2"	=> "05",
-		"ror"			=> "36",
-		"rust"			=> "05",
+		"ror"			=> "36",	
+		"rust"			=> "05",	
 		"samp"			=> "12",
 		"savage"		=> "17",
 		"savage2"		=> "18",
@@ -436,11 +438,12 @@ if (!function_exists('lgsl_version')) { // START OF DOUBLE LOAD PROTECTION
 		"ravenshield"	=> "http://en.wikipedia.org/wiki/Tom_Clancy's_Rainbow_Six_3",
 		"redorchestra"	=> "steam://connect/{IP}:{C_PORT}",
 		"redorchestra2"	=> "steam://connect/{IP}:{S_PORT}",
+		"redm"		=> "http://redm.gg/",	
 		"rfactor"		=> "rfactor://{IP}:{S_PORT}",
 		"risingstorm2"	=> "steam://connect/{IP}:{S_PORT}",
 		"reignofkings"	=> "steam://connect/{IP}:{Q_PORT}",
 		"ror"			=> "http://www.rigsofrods.com/servers/",
-		"rust"			=> "steam://connect/{IP}:{S_PORT}",
+		"rust"			=> "steam://connect/{IP}:{S_PORT}",		
 		"samp"			=> "samp://{IP}:{C_PORT}",
 		"savage"		=> "http://en.wikipedia.org/wiki/Savage:_The_Battle_for_Newerth",
 		"savage2"		=> "http://en.wikipedia.org/wiki/Savage_2:_A_Tortured_Soul",