*-HWS-*SubZero
Member-
Content Count
11 -
Joined
-
Last visited
-
Medals
Community Reputation
0 NeutralAbout *-HWS-*SubZero
-
Rank
Private First Class
-
Thx a lot dude, if anybody have another site, I'll enjoy all of them, to compare prices.. thx again
-
Thx a lot dude, if anybody have another site, I'll enjoy all of them, to compare prices.. thx again
-
Hi all, I got a question about dedicated server furnisher for ArmA. We are seraching for a company that could rent us a GOOD server with 20 slots for let's say a year, but the only company we found is for CS: Source, BF2 - 2142 and games like that, got any company - web site name that could come in handy. Thx a lot!
-
Hi all, I got a question about dedicated server furnisher for ArmA. We are seraching for a company that could rent us a GOOD server with 20 slots for let's say a year, but the only company we found is for CS: Source, BF2 - 2142 and games like that, got any company - web site name that could come in handy. Thx a lot!
-
Thanks a lot of answering !! Gonna go try this out...
-
Just got this problem, It's the third time now that It does that, when I'm playing , the game freeze for a couple of seconds, then turn off, kick me off to desktop and pop me this error messages: <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">Cannot create system memory surface DXT5,2048x2048 (size 5592416 B) Error code 8007000e Wasn't doing this with 1.07 and 1.06 Does anyone understand what this mean cause It really sucks
-
Hi all again. I got a multiple objectives mission, and I whant a Mi-17 to start on afther the obective 7 is completed... The problem is that if you let the chopper full fuel, It will take off and do some stationary #@i& in the air till the condition is met... If you remove the fuel, well the pilot and the gunner get's out ..OMG.. and then, when condition is met...sometimes they returns inside the chopper...or sometimes (most often) 1 of them get stuck under the Mi-17, get hurts or I don't know what..: Why Do They Disembark !!?? I was doing the same thing in Flashpoint and It use to work properly, I was using: a Hind with no fuel named <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">Hind1 a soldier named <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">sol1 a trigger with: Condition: <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">Not Alive sol1 On Activation: <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">hind1 setFuel 1 Use to work fine... So the question is how do I set up a chopper to take off, and do his waypoints thing when a certain objective is done... ...Whitout the pilot / gunner to disembark whit no reason and then getting hurt under the chopper, unable to walk again and freezing up on the side door!? Thx
-
setFlagTexture problem
*-HWS-*SubZero replied to *-HWS-*SubZero's topic in ARMA - MISSION EDITING & SCRIPTING
Well thx for the reply, problem fix, <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">this setFlagTexture "Images\Flags\myFlag.jpg" I just re-name my img folder to images and create a Flags folder inside the images folder and it worked... Dunno If that was the problem ?! Thx anyway, I appreciate  -
Hi all, got a flag problem. I whant to put a flag, my own flag into a pole, but doesn't seems to work. Ive read and try what the wiki said but, It's not positive. The wiki said to put that in the Init field: Wiki url I got a .paa named hws.paa located in: C:\...\ArmA Other Profiles\-HWS-SubZero\missions\-HWS-DesertAmbush.Sara\img\ Ive tried to put this in the init field: This doesn't work either. I got the 1.06 version U.S. release, and theres no flag international, or empty flag pole like there was in flashpoint and It's all Flag(US), Flag(SLA), Flag(RACS).. Anyone got the answer of how to fix that ? Thx
-
Custom Weathers & Timing
*-HWS-*SubZero replied to *-HWS-*SubZero's topic in ARMA - MISSION EDITING & SCRIPTING
Well thx to everyone for this fast reply, really nice from you guys. Im Fixed! Don't have a lot of time to edit like I used to have in ofp... Thx Again! -
Hi there dudes, I was wondering about a question... I would like to have a choice for the weather and the time before starting a MP mission. *-My description.ext is set up like this ////////////////////////////// titleParam1 = "Wetter"; valuesParam2[] = {1, 2, 3, 4, 5, 6}; defValueParam2 = 6; textsParam2[] = {"Clear", "Cloudy", "Fog", "Rain", "Wind", "Random"}; ////////////////////////////// *-My init.sqs is this way: [] exec "server.sqs" *-And I got a script named server.sqs with this in: #weather ? param1 == 2: 0 setovercast 0.9 ? param1 == 3: 0 setfog 0.8 ? param1 == 4: 0 setovercast 0.75; 0 setrain 0.9 ? param1 == 5: 0 setovercast 1; 0 setrain 1 ? param1 == 6: 0 setfog (random 1); 0 setovercast (random 1); 0 setrain (random 1) exit But It doesn't seems to work at all, so am I missing something out there or maybe theres something missing... Thanks for help!