42 |
43 |
44 |
45 |
46 |
52 |
53 |
54 |
ITEM INFO
55 |
56 | ...
57 |
58 |
59 |
60 |
61 |
62 |
63 |
64 |
--------------------------------------------------------------------------------
/ServerTools/src/ConsoleCommands/SecureVehicleAccessConsole.cs:
--------------------------------------------------------------------------------
1 | using System;
2 | using System.Collections.Generic;
3 |
4 | namespace ServerTools
5 | {
6 | class SecureVehicleAccessConsole : ConsoleCmdAbstract
7 | {
8 | protected override string getDescription()
9 | {
10 | return "[ServerTools] - Attempts to set access to all secure vehicle.";
11 | }
12 |
13 | protected override string getHelp()
14 | {
15 | return "Usage:\n" +
16 | " 1. st-sva\n" +
17 | "1. Attempts to set access to all secure vehicle\n";
18 | }
19 |
20 | protected override string[] getCommands()
21 | {
22 | return new string[] { "st-SecureVehicleAccess", "sva", "st-sva" };
23 | }
24 |
25 | public override void Execute(List