Jump to content

question about teams


-stolka-

Recommended Posts

i have a resource that creates few teams at startup...

function createGameTeams () 
   createTeam ("Criminal", 250, 0, 0 ) 
   createTeam ("Delta Force", 0, 153, 0) 
   createTeam ("police", 100, 149, 237) 
   createTeam ("Pilot", 255, 255, 0 ) 
   createTeam ("Taxi Driver", 255, 255, 0) 
   createTeam ("Medic", 6, 183, 248) 
end 
addEventHandler ("onResourceStart", resourceRoot, createGameTeams) 

that's the only thing it does... why when i restart it i cannot join a team any more?

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...