bosslorenz Posted January 6, 2015 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.
Castillo Posted January 6, 2015 Posted January 6, 2015 That's because 'source' is nil, you should bind it when the player joins the server. Use the event: onPlayerJoin San Andreas Utopia RPG (SAUR) Owner & Developer. Education is the most powerful weapon which you can use to change the world.
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