Home
Feedback Tracker
Search
Configure Global Search
Log In
Transactions
T157579
Change Details
Change Details
Old
New
Diff
Spawn AI on a client connected to a server execute this while looking at the AI ```sqf private _unit = cursorObject; private _pos = [0,0,0]; _unit doWatch (ASLtoAGL _pos); _unit doSuppressiveFire _pos; ``` Check server's RPT file
Spawn AI on a client connected to a server execute this while looking at the AI ``` private _unit = cursorObject; private _pos = [0,0,0]; _unit doWatch (ASLtoAGL _pos); _unit doSuppressiveFire _pos; ``` Check server's RPT file
Spawn AI on a client connected to a server execute this while looking at the AI ```
sqf
private _unit = cursorObject; private _pos = [0,0,0]; _unit doWatch (ASLtoAGL _pos); _unit doSuppressiveFire _pos; ``` Check server's RPT file
Continue