hawkstride

BE restriction 0/16 [edited]

7 posts in this topic

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 by hawkstride

Share this post


Link to post
Share on other sites

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
Advertisement

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 :P

 

also thanks for trying to help earlier Hogansheroes.

Share this post


Link to post
Share on other sites
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 :P

 

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

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

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
Advertisement

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.