Hakon_H
Member-
Content Count
26 -
Joined
-
Last visited
-
Medals
Community Reputation
0 NeutralAbout Hakon_H
-
Rank
Private First Class
core_pfieldgroups_3
-
Interests
Flashpoint
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Have you set "reportingIP" in server.cfg ? should be set to reportingIP = "master.gamespy.com";
-
try this link
-
Server querry script and also the possebillity to capture player stats would be nice
-
Server querry script and also the possebillity to capture player stats would be nice
-
What about "Operation 2010" Think that is the time periode of the game. Or maby "Flashpoint 2010"
-
Can you please add me to Norway, Bergen.
-
Kegetys's DXDLL Adds reflective water. get it here anything else you need for mission\addon and mod making you can find http://www.ofpec.com/
-
I am using WLAN whitout any difficulties
-
Thanks... will try tomorrow
-
no haven't tested it...LOL what i have tested is this _dir = (getdir player) + 50 hint format["%1",_dir] now if the players azumit is 350 the result is 400.. and it shuld be 40....or what ??
-
hi...I want to know if it's possible to detect if players heading changes with more the 120 degrees!! somthing like: _dir= (getdir player) + 120 ~1 #loop _nextdir = (getdir player) ? (_dir > _nextdir) : Goto "end" goto "loop" possible??
-
Thanks guys!!!! found a nother solution to my problem, but thanks a lot for quick replys !! Â
-
anyone know how to display id nr of a building/vehicle ? I know how to get the class name but i need the id nr!! Think I have seen this, but can't find it again somthing like hint FORMAT["%1",_jeepid] Â
-
This script simulates a satchel charge on a vehicle. No addons needed When a player gets close to a vehicle he can put a satchel on to the vehicle. You can blow the satchel as long as the vehicle is in a range of 300m. If the vehicle gets out of rang you can always wait for it and blow it when it gets back in range. works only on vehicles that comes with OFP Resistance. Any other vehicle that comes with a addon/mod can easely be added to the "Vsatchel.sqs" if you know the class name. To make the script work type in players INIT: [this] exec "Vsatchel\Vsatchel.sqs"; Tested on OFP Resistance V 1.94 Download here Â
-
Problem with variable types
Hakon_H replied to TheMcDeth's topic in OFP : MISSION EDITING & SCRIPTING
forgot then u