Jump to content

[HELP] Teams


1LoL1

Recommended Posts

Hello, i created script /police, /trucker, /nothing but how i can to: /TEAM

/police = setPlayerTeam to Police

/trucker = setPlayerTeam to Trucker

/nil= setPlayerTeam to Nil

please can anyone help me or get me functions?

function w (source) 
setPlayerTeam(source, team) 
end 
addCommandHandler("trucker", w) 
  
function ww (source) 
setPlayerTeam(source, team2) 
end 
addCommandHandler("police", ww) 
  
function www (source) 
setPlayerTeam(source, nil) 
end 
addCommandHandler("nil", www) 

Link to comment

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...