Fantanic Posted January 23, 2014 Share Posted January 23, 2014 Hello , Im trying to send a message to the team 'Police' : local Police = getPlayerTeam("Police") outputChatBox(There is a jailbreak respond fast!",Police) Link to comment
Gallardo9944 Posted January 23, 2014 Share Posted January 23, 2014 local police = getTeamFromName("Police") local players = getPlayersInTeam(police) for i,v in ipairs(players) do outputChatBox("There is a jailbreak respond fast!",v,255,255,255,true) 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