Jump to content

(SWAT TEAM) I want to create Car for SWAT Team Only!


VenomOG

Recommended Posts

function mcc (player,command)
	local team = getPlayerTeam(player)
	local teamName = getTeamName(team)
	if teamName == "SWAT" then 
		createVehicle (432,x,y+2,z+1) 
		outputChatBox ( "You got SWAT MCC",player,255,0,0)
	end
end
addCommandHandler ("mcc",mcc)

do it in server side script

  • Like 1
Link to comment

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...