Th3_C1N1BUN Posted January 25, 2016 Report Share Posted January 25, 2016 Hello, I bought a GTX server then bought infistar and put it on my server, everything works great but when i spawn in the crates at the bottum for the spawn it menu everything spawns outside the box and causes lag, any help with a fix to this would be great. It is an overpoch server fyi. Link to comment Share on other sites More sharing options...
Donnovan Posted January 25, 2016 Report Share Posted January 25, 2016 After the last Arma 2 update the med box don't have so many slots. So when the slots are all used, the subsequent added items flood to outside the box because there is no room for it. Link to comment Share on other sites More sharing options...
ElDubya Posted January 25, 2016 Report Share Posted January 25, 2016 Open your AH.sqf with Notepad++. Search "9001". This is where your spawn boxes start. Change them all to this : _b0x = 'USOrdnanceBox' createVehicle _pos; DangerRuss and Donnovan 2 Link to comment Share on other sites More sharing options...
theduke Posted January 25, 2016 Report Share Posted January 25, 2016 1 hour ago, ElDubya said: Open your AH.sqf with Notepad++. Search "9001". This is where your spawn boxes start. Change them all to this : _b0x = 'USOrdnanceBox' createVehicle _pos; im not sure if this will cause an issue if its only admins that spawn it... But i remember testing the tavi server you made eldubya, and i forgot the BE filters, the ordnance box would kick me when trying spawn it to build a origins house. If it does, add this !="USOrdnanceBox" on line 4 of createvehicle.txt. Line 4 for me starts like this 5 "box" !="DebugBoxPlayer_DZ" !"MedBox" !="AmmoBoxSmall_556" The above method is also for a older version of Infistar. The latest version uses foodbox0. Link to comment Share on other sites More sharing options...
Th3_C1N1BUN Posted January 26, 2016 Author Report Share Posted January 26, 2016 I will be honest i am new to this admin/scripting thing, is this as simple as it gets? xD Link to comment Share on other sites More sharing options...
ElDubya Posted January 26, 2016 Report Share Posted January 26, 2016 No. Sometimes things are as simple as adding something to the init.sqf in your mission file :) Link to comment Share on other sites More sharing options...
Th3_C1N1BUN Posted January 26, 2016 Author Report Share Posted January 26, 2016 lol ok, i really dont wanna mess this up xD Link to comment Share on other sites More sharing options...
Th3_C1N1BUN Posted January 26, 2016 Author Report Share Posted January 26, 2016 TBH i have no idea how to find and do that xD Link to comment Share on other sites More sharing options...
Th3_C1N1BUN Posted January 26, 2016 Author Report Share Posted January 26, 2016 21 hours ago, theduke said: im not sure if this will cause an issue if its only admins that spawn it... But i remember testing the tavi server you made eldubya, and i forgot the BE filters, the ordnance box would kick me when trying spawn it to build a origins house. If it does, add this !="USOrdnanceBox" on line 4 of createvehicle.txt. Line 4 for me starts like this 5 "box" !="DebugBoxPlayer_DZ" !"MedBox" !="AmmoBoxSmall_556" The above method is also for a older version of Infistar. The latest version uses foodbox0. Could you help me find the line 4? and do i remove 5 "box" !="DebugBoxPlayer_DZ" !"MedBox" !="AmmoBoxSmall_556"? Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now