Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Admin commands for resources? #389

Closed
DarkSideDK opened this issue Apr 25, 2018 · 4 comments
Closed

Admin commands for resources? #389

DarkSideDK opened this issue Apr 25, 2018 · 4 comments

Comments

@DarkSideDK
Copy link

Hello,

is there a way for an admin to add resources like supplies, ammunition and fuel for the FOB? Either by a command, air-drop or something similar?

Thank you in advance.

@Wyqer Wyqer added the question label Apr 25, 2018
@Wyqer
Copy link
Member

Wyqer commented Apr 25, 2018

// Run via debug console and execute local.

// Crate with 100 supplies spawns at player position.
[] call F_createCrate;

// Crate with 100 ammo spawns at player position.
[KP_liberation_ammo_crate] call F_createCrate;

// Crate with 100 fuel spawns at player position.
[KP_liberation_fuel_crate] call F_createCrate;

@Wyqer Wyqer added the Done label Apr 25, 2018
@Wyqer Wyqer closed this as completed Apr 25, 2018
@Wyqer Wyqer added this to Backlog in KP Liberation via automation Nov 20, 2019
@Wyqer Wyqer moved this from Backlog to Done in KP Liberation Nov 20, 2019
@TokyoHojo
Copy link

Are there any commands that work? These do not.

@Valdas-Stonkus
Copy link

These commands do not work for me too:

// Run via debug console and execute local.

// Crate with 100 supplies spawns at player position.
[] call F_createCrate;

// Crate with 100 ammo spawns at player position.
[KP_liberation_ammo_crate] call F_createCrate;

// Crate with 100 fuel spawns at player position.
[KP_liberation_fuel_crate] call F_createCrate;

Where could be the problem?

@Valdas-Stonkus
Copy link

I found that commands have changed, look here: https://github.com/KillahPotatoes/KP-Liberation/wiki/EN_Commands

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
KP Liberation
  
Done
Development

No branches or pull requests

4 participants