bosslorenz Posted January 6, 2015 Share Posted January 6, 2015 teamA = createTeam ( "REBEL", 255, 0, 0)setTeamFriendlyFire ( REBEL, false ) function teamChoose () spawnPlayer ( source, 214, 1857, 13.10000038147, 0, 312, 0, 0, teamA ) giveWeapon ( source, 31, 200 ) end bindKey ( source, "F1","down",teamChoose ) bindKey doesnt seem working and ammo given to player is infinite. Link to comment
Castillo Posted January 6, 2015 Share Posted January 6, 2015 That's because 'source' is nil, you should bind it when the player joins the server. Use the event: onPlayerJoin Link to comment
LaCosTa Posted January 6, 2015 Share Posted January 6, 2015 But his question is already solved here 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