Ulysses

General => Developers Corner => Topic started by: jcoolj13 on April 04, 2017, 12:34:49 PM

Title: Breach ULX command
Post by: jcoolj13 on April 04, 2017, 12:34:49 PM
Hello, I need a breach ULX command where I can force a player to switch teams. Is that possible?
Title: Re: Breach ULX command
Post by: JamminR on April 04, 2017, 07:05:15 PM
https://forums.ulyssesmod.net/index.php/topic,8043.msg40822.html#msg40822
Some code exists in that thread in the code block at line 79.
You'd need to create your own console command for it, and adjust whatever teams your actual gamemodes use.
Also, I didn't search our releases forums. You may find a gamemode utility there someone has already written.
Even if not for your gamemode, it should be reasonably easy with base lua knowledge to switch.
With little lua knowledge, would be a good place to start learning.