hawkstride 0 Report post Posted June 1, 2017 (edited) Hello, Could use some help with this Restriction. im getting this error: #0 "e _veh = _this; _grp = createGroup civilian; _unit = _grp createUnit ["C_Man_1", [0,0,0], [], 0, "CAN_COLLIDE"]; _unit hideObj" Neither worked, could some help. Update: Found the issue its due, to missiles. in create vehicle #0 "R_80mm_HE" 5:3 2:57 NetworkMessageCreateHelicopterRTD [14672,16743,18] [43,4,3] #0 "R_mas_MAAWS_AT" 3:38 2:889 Exile_Unit_Player [14598,16754,19] [17,-36,2] Not sure how to create filters for this one help be great Also restriction 16 "issionnamespace getvariable ["BIS_fnc_camera_cam","camera" camcreate _camPos]; _cam cameraeffect ["internal","back"]; _cam campr" tried !="issionnamespace getvariable [\"BIS_fnc_camera_cam\",\"camera\" camcreate _camPos];\n\n_cam cameraeffect [\"internal\",\"back\"];\n\n_cam campr" didn't work Edited June 1, 2017 by hawkstride Share this post Link to post Share on other sites
hogansheroes 374 Report post Posted June 1, 2017 try this !="e _veh = _this;\n\n \n_grp = createGroup civilian;\n_unit = _grp createUnit ["C_Man_1", [0,0,0], [], 0, "CAN_COLLIDE"];\n\n \n_unit hideObj" or this !="e _veh = _this;\n\n _grp = createGroup civilian;_unit = _grp createUnit ["C_Man_1", [0,0,0], [], 0, "CAN_COLLIDE"];\n\n _unit hideObj" Add to the end of line 2 make sure there is a space between the last " Share this post Link to post Share on other sites
hawkstride 0 Report post Posted June 1, 2017 Just tested, neither work. Share this post Link to post Share on other sites
hawkstride 0 Report post Posted June 1, 2017 Found the issue its due, to missiles. in create vehicle #0 "R_80mm_HE" 5:3 2:57 NetworkMessageCreateHelicopterRTD [14672,16743,18] [43,4,3] #0 "R_mas_MAAWS_AT" 3:38 2:889 Exile_Unit_Player [14598,16754,19] [17,-36,2] Not sure how to create filters for this one help be great also thanks for trying to help earlier Hogansheroes. Share this post Link to post Share on other sites
hogansheroes 374 Report post Posted June 1, 2017 8 hours ago, hawkstride said: Found the issue its due, to missiles. in create vehicle #0 "R_80mm_HE" 5:3 2:57 NetworkMessageCreateHelicopterRTD [14672,16743,18] [43,4,3] #0 "R_mas_MAAWS_AT" 3:38 2:889 Exile_Unit_Player [14598,16754,19] [17,-36,2] Not sure how to create filters for this one help be great also thanks for trying to help earlier Hogansheroes. !"R_80mm_HE" !"R_mas_MAAWS_AT" add to line 2 on createvechicle.txt Share this post Link to post Share on other sites
hogansheroes 374 Report post Posted June 1, 2017 for the filters if you dont know how to create the filters, that means you dont know how to put the filters in correctlty, without rcon are you restarting your server when you add these filters Share this post Link to post Share on other sites
Gattaca 16 Report post Posted June 14, 2017 just add this to the end of your line. This will cover all variants of ""R_80mm_HE" or "R_mas_MAAWS_AT" or anything else that starts with R_ !"R_*" I did this with Titans missiles for my server. !"M_Titan_*" Share this post Link to post Share on other sites