-stolka- Posted April 21, 2014 Share Posted April 21, 2014 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
Bonsai Posted April 21, 2014 Share Posted April 21, 2014 Yeah, because they are deleted. 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