SoMoRay Posted June 3, 2013 Share Posted June 3, 2013 I want create a blips for some team what I wil use ! Link to comment
PaiN^ Posted June 3, 2013 Share Posted June 3, 2013 ipairs getPlayersInTeam createBlipAttachedTo Link to comment
SoMoRay Posted June 3, 2013 Author Share Posted June 3, 2013 ipairs getPlayersInTeam createBlipAttachedTo any example please Link to comment
Vision Posted June 3, 2013 Share Posted June 3, 2013 for _, players in ipairs ( getPlayersInTeam ( getTeamFromName ( "SomeTeam" ) ) ) do createBlipAttachedTo ( players ) end 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