Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- addEventHandler("onVehicleEnter",root,function(player,seat)
- if(player)and(seat==0)then
- if getPlayerTeam(source, getTeamFromName("State Police") then
- addVehicleSirens(source,3,7)
- elseif getPlayerTeam(source, getTeamFromName("Police Department") then
- addVehicleSirens(source,3,7)
- end
- end
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment