• ArmA 2 and ArmA 2: Operation Arrowhead v2
    3,539 replies, posted
[QUOTE=Soleeedus;34416265]Joined a Zargabad life server, never played ArmA before. Get banned for "say hello to venom for me :)" what the fuck[/QUOTE] Don't feel bad. [island name] Life servers are mostly shit anyway.
who the fuck is venom [editline]27th January 2012[/editline] [QUOTE=Soleeedus;34416265]Joined a Zargabad life server, never played ArmA before. Get banned for "say hello to venom for me :)" what the fuck[/QUOTE] [IMG]http://i42.tinypic.com/1gq36f.png[/IMG] you son of a bitch what have you done
[QUOTE=Soleeedus;34420319]who the fuck is venom[/QUOTE] hi
[QUOTE=venom;34420386]hi[/QUOTE] what have you done in ArmA to piss people off and get an innocent young boy b&
honestly i have no idea lol my in-game name isn't even venom, so i actually really doubt it's me, but i did get banned from a z-life server a couple weeks ago
is it because you guys crashed a C-130 into a bunch of cops
was with some guy called Luke in the server, we went to terrorist base some guy in a UAZ jumps in front of us, "GET OUT OF THE FUCKING CAR" I do that, then he yells "HANDS ON YOUR HEAD" me being new, "how the fuck do I do that". needless to say, I died.
[QUOTE=simkas;34420515]is it because you guys crashed a C-130 into a bunch of cops[/QUOTE] Lol no, that's history anyway. There's almost always admins on the server, you get banned practically on the spot if you do something uncool [I]and[/I] bannable.
[QUOTE=Soleeedus;34420577]was with some guy called Luke in the server, we went to terrorist base some guy in a UAZ jumps in front of us, "GET OUT OF THE FUCKING CAR" I do that, then he yells "HANDS ON YOUR HEAD" me being new, "how the fuck do I do that". needless to say, I died.[/QUOTE] It's horrible being new and not part of a group on those servers. We usually roll in groups of at least three or four, and preferably with at least two cars about 500m apart. Helps to keep the would-be muggers away if everyone is packing assault rifles too. You should try playing with some of us on those servers next time, if we ever do T-Life again.
[QUOTE=Soleeedus;34420577]was with some guy called Luke in the server, we went to terrorist base some guy in a UAZ jumps in front of us, "GET OUT OF THE FUCKING CAR" I do that, then he yells "HANDS ON YOUR HEAD" me being new, "how the fuck do I do that". needless to say, I died.[/QUOTE] Something like that happened to me. I started spamming all the other animations except that, claiming I couldn't figure out how to put my hands up. Someone else rammed their car off the road so they lost interest in me and went after them instead :v: The reason they wanted to arrest me in the first place was for speeding, and then because I was walking around picking up money that dead people had dropped while they were trying to arrest me.
I can't stand the chernarus/zargabad life servers. It's all just deathmatching and people whining that it's deathmatching, or against some ambiguous rule when they do get killed, irrespective of legitimacy [editline]28th January 2012[/editline] [QUOTE=gudman;34411904]{_x moveInCargo <transport>} forEach [unit1, unit2, unit3...unit453982]; if units are not in group - a lot of single soldiers, for example. Or forEach units [grp1, grp2]; - don't really know if this one will work, however.[/QUOTE] So even if there's a guy with some under his command, I have to go through each of them, give them names and then specify them in that line? I'd rather just stick to copy/pasting this moveincargo <vehicle> in each, it'd be quicker.
darkrp: ArmA 2 edition making hardcore milsims shit since 2009
[QUOTE=Morbo!!!;34422000]I can't stand the chernarus/zargabad life servers. It's all just deathmatching and people whining that it's deathmatching, or against some ambiguous rule when they do get killed, irrespective of legitimacy [editline]28th January 2012[/editline] So even if there's a guy with some under his command, I have to go through each of them, give them names and then specify them in that line? I'd rather just stick to copy/pasting this moveincargo <vehicle> in each, it'd be quicker.[/QUOTE] did you see my post? [editline]28th January 2012[/editline] [QUOTE=Cuel;34407987]hmm from the top of my head something like [php] {_x moveincargo <transport>}forEach units group this; [/php][/QUOTE]
-wrong thread how did this happen-
[QUOTE=Cuel;34426279]did you see my post? [editline]28th January 2012[/editline][/QUOTE] I thought Gudman was correcting you or something, saying that "units" should be [<unit1>, <unit2>, <unit3>]. I'll give yours a go.
[QUOTE=Goz3rr;34418778]Some examples of the lo-res textures: [t]http://cloud.steampowered.com/ugc/596960836474039778/F83F81804934A2858B6603C69A33B30538395665/[/t] [t]http://cloud.steampowered.com/ugc/596960836474032417/D720AF908B6883EEE5504AEAF2B4562C18D7DB43/[/t] [t]http://cloud.steampowered.com/ugc/596960836474041631/11AC9D8E1B6F795A2A7BBB2F17CE6D53B9153A91/[/t] [t]http://cloud.steampowered.com/ugc/596960836474036904/D6420BA35E6E89FC763F18F3CD17823AF63FC3F4/[/t][/QUOTE] I've had this problem before, it usually happens when my PC is running really slowly (background programs and stuff), could be a lack of RAM?
[QUOTE=Morbo!!!;34422000] So even if there's a guy with some under his command, I have to go through each of them, give them names and then specify them in that line? I'd rather just stick to copy/pasting this moveincargo <vehicle> in each, it'd be quicker.[/QUOTE] Nope, I think you just type unit1, unit2, unit3, etc. without need to name them.
[QUOTE=Grotsky;34428120]I've had this problem before, it usually happens when my PC is running really slowly (background programs and stuff), could be a lack of RAM?[/QUOTE] 8GB RAM
[QUOTE=Falchion;34428137]Nope, I think you just type unit1, unit2, unit3, etc. without need to name them.[/QUOTE] no [QUOTE=Morbo!!!;34427850]I thought Gudman was correcting you or something, saying that "units" should be [<unit1>, <unit2>, <unit3>]. I'll give yours a go.[/QUOTE] no i hope he was complementing it [unit1,unit2,unit3] is an array. unit1, unit2, unit3 doesn't refer to anything unless you've named objects with those names what i wrote is basically _x = the object that we're iterating in the foreach loop. so all units in the group, from 0 to X (amount). _x is the current object that we're iterating. it's like a reserved variable. units <group or object> = returns an array of all units in that group/object group this = returns the group ID of the group the object is in might be easier to read like this [code] { _x moveincargo <transport>; } forEach (units(group this)); [/code] [editline]28th January 2012[/editline] you can put this in any unit that is in a group, doesn't have to be the leader.
I haven't got any of the Arma games but I've been thinking about getting them lately. Does the Arma X Anniversary pack on Steam contain all of the Arma games? I'm going to get it whenever it next goes on sale and I'd quite like to have them all to play all the campaigns etc.
yes ARMA X: Anniversary Edition does contain all ARMA games ... also don't forget there is new beta [url]http://forums.bistudio.com/showthread.php?t=130523[/url] fixing some of server and client crashes in MP + interesting Dynamic Weather over network including JIP sync: [url]http://forums.bistudio.com/showthread.php?p=2098044#post2098044[/url] (as much as You may want from scripted solution)
whats our server password :v:
[QUOTE=Whitefox08;34449010]whats our server password :v:[/QUOTE] lol
lol
[QUOTE=Snuffy;34364223]Yep. [media]http://www.youtube.com/watch?v=7ULWYvT3deg[/media] :v:[/QUOTE] Stormtroopers? I want that mod all of a sudden just for the sheer silliness of pitting the Russian army against them.
[QUOTE=Goz3rr;34418778]Some examples of the lo-res textures: [t]http://cloud.steampowered.com/ugc/596960836474039778/F83F81804934A2858B6603C69A33B30538395665/[/t] [t]http://cloud.steampowered.com/ugc/596960836474032417/D720AF908B6883EEE5504AEAF2B4562C18D7DB43/[/t] [t]http://cloud.steampowered.com/ugc/596960836474041631/11AC9D8E1B6F795A2A7BBB2F17CE6D53B9153A91/[/t] [t]http://cloud.steampowered.com/ugc/596960836474036904/D6420BA35E6E89FC763F18F3CD17823AF63FC3F4/[/t][/QUOTE] Change the vram setting to default and don't touch texture quality (unless you want to lower it)
[QUOTE=kukiric;34449692]Change the vram setting to default and don't touch texture quality (unless you want to lower it)[/QUOTE] Can't look right now, but they're both at the highest settings. [editline]29th January 2012[/editline] Why would that affect the texture quality in a negative way?
if you change the vram setting it uses a predefined amount not the actual amount you have which causes slow texture loading, i dont know of any reason you cant set the texture quality to whatever you want
[QUOTE=Morbo!!!;34427850]I thought Gudman was correcting you or something, saying that "units" should be [<unit1>, <unit2>, <unit3>]. I'll give yours a go.[/QUOTE] No, I said that if units are not groupped, you should just type all units' names in the array. zero00, zero01, zero02, gamma08, sigma04, alpha03 etc., for example.
During our practice tonight in TAW I was in a fireteam with two other people. We decided to get in an M1a1 and proceeded to fuck major shit up. Our gunner shot down 4 FUCKING JETS. WITH A FUCKING TANK. We also killed 81 infantry and 3 armored and did the best on our team but that's besides the point. I'm still amazed at how the hell we managed to shoot down 4 jets.
Sorry, you need to Log In to post a reply to this thread.