Explorar el Código

Added new config file save for vehicle re-mappings

aaravamudan2014 hace 8 años
padre
commit
92b169337e
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      Templates/Full/game/scripts/client/init.cs

+ 2 - 1
Templates/Full/game/scripts/client/init.cs

@@ -111,7 +111,8 @@ function initClient()
 
    if (isFile("./config.cs"))
       exec("./config.cs");
-
+   if (isFile("./config_vehicle.cs"))
+      exec("./config_vehicle.cs");
    loadMaterials();
 
    // Really shouldn't be starting the networking unless we are