#DaNiLiN Posted July 9, 2018 Share Posted July 9, 2018 (edited) I have a panel, but I wanted to click on the "Example" button to drop the "Example" team and be born on the "example" basis when dying, what function do I need? Edited July 9, 2018 by danilin Link to comment
xMKHx Posted July 23, 2018 Share Posted July 23, 2018 destroyElement(getTeamFromName("Team_Name")) spawnPlayer ( source, x, y, z, rot, skinID ) Link to comment
JeViCo Posted July 23, 2018 Share Posted July 23, 2018 onClientGUIClick - to make everything happen when you clicked a button killPed - to kill the player getTeamFromName - you need this for function below setPlayerTeam - move player to the 'team' spawnPlayer - to spawn a player! Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now