Raptor 2101
Member-
Content Count
8 -
Joined
-
Last visited
-
Medals
Community Reputation
0 NeutralAbout Raptor 2101
-
Rank
Private
-
yes but i play witn ofp normal settings, settings res 1024*xxx*32 texture quality low w buffer off t&L on shadows on object and vehicle
-
problem description: during i play ofp sometime my pc freezing completly for few seconds. (normaly 20 until 50 seconds) after this i can play normaly but this freezing occured continusly. sometimes short after each other, somethimes i can play one whole mission without an freeze but if i put the quality higher the freezing occured more. i try to solve the problems with updating ofp, and all driver but there was no effekt my system windows xp amd athlon 1000 geforce 2 latest driver abit k7 (via chip, latest hyperion driver) sb audigy (1) latest driver 256 mb ram (checked and ok)
-
thanks to all it works now a other it is posibel to let a flying helicopter smoke? i have found no way an with camecreate "SmokeShell" that works with groudn units but, if you try it with a flying unit the granate fell down
-
thanks i will try
-
no because the other order "setDir" works fine
-
Error : Error Typer all: Number expected @editing man: i know how setpos works (from the referens) but i dont understand the massage evere values i give are numbers i dont know who the programm get char values
-
any idia or question ?? please i need help
-
<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">_unit= _this select 0 _add=_this select 1 _time = _this select 2 _ziel = _this select 3 _speed = _this select 4 _Granaten="SmokeShell" camcreate getpos _unit _time= 1 / _time _xs = (velocity _unit) select 0 _ys = (velocity _unit) select 1 #drehung _x=(getPos _unit) select 0 +_xs _y=(getPos _unit) select 1 +_ys _z=(getPos _unit) select 2 _unit setPos[_x,_y,_z] _x1 = (getPos _unit) select 0 _y1 = (getPos _unit) select 1 _z1 = (getPos _unit) select 2 _Granaten setPos [_x1, _y1, _z1+30] _unit setDir ((getDir _unit) + _add) ~(_time) goto "drehung" Exit this code give this error massage "'_unit setPos[_x,_y,_z]'|x| Fehler Typer jeder, zahl erwartet" and i dont understand why. i give the operator setpos legal numbers to operate have anyone a idia