-NHS- Snip
Member-
Content Count
36 -
Joined
-
Last visited
-
Medals
Everything posted by -NHS- Snip
-
Need some help: many script needed
-NHS- Snip replied to -NHS- Snip's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
i've take it from some missions already working. I don't know why it's not working with mine -
Need some help: many script needed
-NHS- Snip posted a topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
Hello all, I've just finish a TDM sniper (at least the background), but i'm stuck with some missing script. What i whish is: 1) Sniper don't start and respawn with nade, but with NV. DONE 2)if a guy go out of the map limit, he will die, with a small message saying he was trying to go out.DONE 3)if a guy cross the middle of the map, he will die, with a small message saying he was trying to cross.DONE 4)From the menu, before starting, i would like to have the choice between night and day. DONE 5) The big question: is it possible to change the distance? I mean the two camp are between 200M/250M, i wish from the menu also having the choice like: 200M and Day 200M and night 300M and Day 300M and night Thanks to give me some help. Ps: sorry for my crap english -
Need some help: many script needed
-NHS- Snip replied to -NHS- Snip's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
I have two trigger 1)trueEnd and forceEnd with End no 1 2) with: (param1<10000 and ((time >= param1) or (TimeEnd >= param1))) or (param2<10000 and ((WScore>=param2) or (EScore>=param2))) and TimeEnd=time; publicVariable "TimeEnd"; titletext[format ["Mission over\nFinal score : NATO %1 - Soviet %2", WScore, EScore], "Plain"]; this one look like is ok because it show the score -
Need some help: many script needed
-NHS- Snip replied to -NHS- Snip's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
I have a new problem. the mission don't finish. I've try many thing. I have Open a Mission to check the end of this mission, but nothing is good. I thing i have forget something -
Need some help: many script needed
-NHS- Snip replied to -NHS- Snip's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
For the number 1 i have try this in a sqs, and it seem to be ok, they don't start and respawn with grenade and smoke shell: player removeMagazines "HandGrenade_West" player removeMagazines "HandGrenade_East" player removeMagazines "HandGrenade" player removeMagazines "SmokeShell" player removeMagazines "SmokeShellYellow" player removeMagazines "SmokeShellGreen" player removeMagazines "SmokeShellRed" player removeMagazines "SmokeShellOrange" player removeMagazines "SmokeShellPurple" player removeMagazines "SmokeShellBlue" Exit -
Need some help: many script needed
-NHS- Snip replied to -NHS- Snip's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
that is correct? estimatedTimeLeft param1 if (local Host) then {Goto Host;} if (local Host) then {goto Client;} Host test goto end Client if local player end -
Need some help: many script needed
-NHS- Snip replied to -NHS- Snip's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
i mean all the camp, respawn AND the background , i wish to increase the distance between both side, via the menu like for the time and the weather. I think i put the mess with my init. Can someone tell me where are the error? wscore = 0 escore = 0 showscore = false nul=[] execVM "briefing.sqf"; [] exec "timer.sqs" // Use the params set in the description.ext // {"RAINY, DAY", "RAINY, NIGHT", "DAY", "NIGHT"}; combatStatus = Param2; switch ( combatStatus ) do { case 1: { skipTime (12 - daytime + 24 ) % 24; 1 setOvercast 1; 1 setRain 1; }; case 2: { skipTime (23 - daytime + 24 ) % 24; 1 setOvercast 1; 1 setRain 1; }; case 3: { skipTime (12 - daytime + 24 ) % 24; }; case 4: { skipTime (23 - daytime + 24 ) % 24; }; }; estimatedTimeLeft param1 ?(local Host):Goto "Host" ?!(local Host) : goto "Client" #Host #test goto "end" #Client ?! local player : exit #end exit -
Need some help: many script needed
-NHS- Snip replied to -NHS- Snip's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
thanks but my english not so good. Still to find the point one and five (not sure it's possible that one) and to fixe that trigger^^ -
Need some help: many script needed
-NHS- Snip replied to -NHS- Snip's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
sorry i just want to be sure i understood well :). Thank again -
Need some help: many script needed
-NHS- Snip replied to -NHS- Snip's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
so, no possibility to have like a storm? -
Need some help: many script needed
-NHS- Snip replied to -NHS- Snip's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
the param it's ok , i've change it. The error, it seem that it didn't take the weather at all now. When i take the night, it's sunny day -
Need some help: many script needed
-NHS- Snip replied to -NHS- Snip's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
sorry, but this doesn't work -
Need some help: many script needed
-NHS- Snip replied to -NHS- Snip's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
you're great, it work. And I prefere more rain, like a storm. Do you think it's possible? I must change: 1 setOvercast 1 or 1 setRain 1 ? -
Need some help: many script needed
-NHS- Snip replied to -NHS- Snip's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
ok i see for the init.sqs i will try to find something to launch this code: titleParam1 = "Time limit:"; valuesParam1[] = {0, 300, 600, 900}; defValueParam1 = 900; textsParam1[] = {"Unlimited", "10 min", "20 min", "30 min", }; titleParam2 = "Weather:"; valuesParam2[] = {1, 2, 3, 4}; defValueParam2 = 3; textsParam2[] = {"RAINY, DAY", "RAINY, NIGHT", "DAY", "NIGHT"}; -
Need some help: many script needed
-NHS- Snip replied to -NHS- Snip's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
i'm not in the trigger area, at least 200M. what is a init.sqf? edit: I put one trigger activated by east, and a second one wich is activated by west. it seem to be ok -
Need some help: many script needed
-NHS- Snip replied to -NHS- Snip's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
i think i've done something wrong because i die when the mission start because of one trigger. When i take it away it's ok. OnLoadMission = "TDM-Sniper-Casttle-Rock"; OnLoadIntro = "Don't cross border!!!"; OnLoadIntroTime = False; OnLoadMissionTime = False; respawn=3; respawndelay=5; titleParam1 = "Time limit:"; valuesParam1[] = {0, 300, 600, 900}; defValueParam1 = 900; textsParam1[] = {"Unlimited", "10 min", "20 min", "30 min", }; disabledAI = true titleParam2 = "Weather:"; valuesParam2[] = {1, 2, 3, 4}; defValueParam2 = 3; textsParam2[] = {"RAINY, DAY", "RAINY, NIGHT", "DAY", "NIGHT"}; class Header { gameType = TDM; minPlayers = 2; maxPlayers = 16; }; -
Need some help: many script needed
-NHS- Snip replied to -NHS- Snip's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
I've put it in my description, i can select it from the menu, but in game it still the same. Can you tell me more about the init? thx -
Need some help: many script needed
-NHS- Snip replied to -NHS- Snip's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
great thanks you -
I agree with you Tomislav (and I'm french) For beaudet u can go there http://www.ofp-fr.net/forum/ for the Forum of OFRP
-
[mod except subject on] Could you be more precise, France history is quiet big. Are you talking about Napoleon? Charlemagne? Guillaume le conquerant, 1st WW, 2WW, or when french army help american for the US independance? [mod except subject off]
-
great thx Mirror I Mirror 2 ps: link updated
-
I have to write here, because i fed up people (noob?) saying i'm a cheater because of my ID. You all have to know i have my copy since the 1st day of release. I know there is a lot of cheat around, but don't be paranoiac when you see my ID, which is 1110. This is strange but i got those problem since 2 weeks. Before i didn't get any about my ID. So what happen in 2 weeks?? If someone from BIS could say something about my REAL ID I will appreciate. Thanks You
-
Thanks gadger, but in fact it was me I've left a message to one of the server member about it. I don't cheat, i never cheat, i always try to fight against cheat. i played against many of the teammate more than ones, they can't say i'm a cheater. Ask them..... Before to come on your server i didn't even know about the 22 virus i got in my ofp folder I have been attaked. that's the point. Now u can do whatever u want, only thing i know, i'm clean. Do you really think i will use my own ID for cheating??
-
Mine is a 4 digits and it's an original, I'm sometimes on the BOP server, didn't have any problem yet a link: http://deviance-stats.co.uk/BOP/ofp.php