OFPEC Forum

Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting Multiplayer => Topic started by: WizzyWig on 19 Feb 2004, 21:50:40

Title: DRop problem
Post by: WizzyWig on 19 Feb 2004, 21:50:40
ok hi again im making a speed boat with nice animated turbos

ok have uploaded script

but my problem is that

1. Players can only see there own fire
2. I get an error with one of the drop lines

please can some one take a look at it for me as i cant fix it

thanks
Title: Re:DRop problem
Post by: MI_Fred on 20 Feb 2004, 02:12:31
1) if the script is exec'd via an action, that limits it to only it's user.
2) _fire exec "\Wizboat\smoke.sqs"
assuming you want to access a folder withing the missions folder, drop the first \. Otherwise  :-X That doesn't solve it tho. If it has come up with an error of a missing file, it wont anymore. I can't see anything wrong with the script. Perhaps it's the way you exec it. Since _fire = _this, it would go:
boat exec "script.sqs". But since if it's an action... then you'd have to give the boat the action, then it'd be _this select 0.
Title: Re:DRop problem
Post by: WizzyWig on 20 Feb 2004, 07:51:18
ok have remove main model and added scripts please if you can hel pme fix the problem please do
Title: Re:DRop problem
Post by: WizzyWig on 20 Feb 2004, 07:54:15
please email me fix's to master_wiz@hotmail.com
Title: Re:DRop problem
Post by: WizzyWig on 23 Feb 2004, 07:54:20
have fixed ddrop script now need to know how to make the fire visibal to all users in multi
thanks