Guest e34p Posted May 11, 2012 Report Share Posted May 11, 2012 I want to be able to change a person from an ambulance personnel to a firefighter. I have changed the group in the edittor but the person still won't go into a fire engine.Any help would be much appreciated. Quote Link to comment Share on other sites More sharing options...
kimdaniel Posted May 11, 2012 Report Share Posted May 11, 2012 Hey!try this, go to commands folder and get entercar script, edit this partcase VT_FIREFIGHTERS_ASF :case VT_FIREFIGHTERS_DLK :case VT_FIREFIGHTERS_RW :case VT_FIREFIGHTERS_TLF :case VT_FIREFIGHTERS_LF :case VT_FIREFIGHTERS_FLB :case VT_FIREFIGHTERS_LPF :case VT_FIREFIGHTERS_GTF :if(!p.HasCommand("Extinguish") && !p.HasCommand("GetShears") && !p.HasCommand("Dive") && !p.HasCommand("Heal"))return false;break;notice the "heal" command. add it and now your doctors would be able to enter fire trucks.you cant change person type, a person is a person. its the commands that enables them to enter a spesific vehicle.hope this helps Quote Link to comment Share on other sites More sharing options...
Guest e34p Posted May 11, 2012 Report Share Posted May 11, 2012 Thanks for the advice but I don't want the person to be a paramedic. I want the person to be a firefighter.Basically, How do I make someone a firefighter? What to I need to change? Quote Link to comment Share on other sites More sharing options...
kimdaniel Posted May 12, 2012 Report Share Posted May 12, 2012 you just need to add some firefighters commands. like Extinguish or GetShears. then the person will be able to enter firetrucks Quote Link to comment Share on other sites More sharing options...
Guest e34p Posted May 12, 2012 Report Share Posted May 12, 2012 Ok I'll give that a go on Monday. Hopfully that will work Quote Link to comment Share on other sites More sharing options...