diff --git a/gamemodes/irresistible/cnr/commands/admin/_admin.pwn b/gamemodes/irresistible/cnr/commands/admin/_admin.pwn index d4c6574..a4eede9 100644 --- a/gamemodes/irresistible/cnr/commands/admin/_admin.pwn +++ b/gamemodes/irresistible/cnr/commands/admin/_admin.pwn @@ -97,6 +97,8 @@ static stock { 3, "/giveweapon", "Giving a player a weapon" }, { 3, "/cc", "Clearing the main chat" }, { 3, "/clearchat", "Clearing the main chat" }, + { 3, "/vc", "Creating an admin vehicle (short)" }, + { 3, "/vdestroy", "Destroying an admin vehicle" }, { 3, "/vbring", "Bring a vehicle ID to you" }, { 3, "/vgoto", "Teleport to a vehicle ID" }, { 3, "/venter", "Enter a vehicle ID" }, @@ -121,7 +123,6 @@ static stock { 4, "/resetwepall", "Resets all player weapons" }, { 4, "/giveweaponall", "Gives all players a weapon" }, { 4, "/circleall", "Teleports all players around in a circle of you (used for events)" }, - { 4, "/vc", "Creating a admin vehicle (short)" }, { 4, "/vcreate", "Creating a admin vehicle" }, { 4, "/gotopos", "Teleport to a specifc location X Y Z" }, { 4, "/addnote", "Attach a note to a player" },