Home   Help Search Login Register  

Author Topic: Vekterboson's downwash script  (Read 858 times)

0 Members and 1 Guest are viewing this topic.

B-2-0

  • Guest
Vekterboson's downwash script
« on: 26 May 2003, 19:40:13 »
I am getting a 'Type array, expected object' error with the following line of the script:-

@(getpos _this select 2) < 30 && speed _this < 120 && isEngineOn _this

Anyone tell me why?

Thanx in advance :)

hurlothrumbo

  • Guest
Re:Vekterboson's downwash script
« Reply #1 on: 26 May 2003, 19:55:04 »
where is the little error marker?  The # symbol?

B-2-0

  • Guest
Re:Vekterboson's downwash script
« Reply #2 on: 26 May 2003, 20:07:48 »
Thanx for your reply Baron :)

@(getpos _this select|#| 2) < 30 && speed _this < 120 && isEngineOn _this

There.

The error just stays on the screen for some reason also....even when i quit back to the editor! :-\
« Last Edit: 26 May 2003, 20:08:45 by B-2-0 »

Offline LCD

  • Former Staff
  • ****
    • Everon Cartel
Re:Vekterboson's downwash script
« Reply #3 on: 27 May 2003, 09:13:17 »
its in a script ?

how do u activate da script ?

if u activate it like dat

[somin] exec "scriptname"

den u need 2 change it 2

somin exec "scriptname"

LCD OUT
"guess being the community has downsides .." - cheetah
Help Perfecting Da Next Best Thing - O-Team Beta

B-2-0

  • Guest
Re:Vekterboson's downwash script
« Reply #4 on: 27 May 2003, 18:25:44 »
Thanx LCD, i was executing it like this:

[] exec "Downwash.sqs" ::)

 :thumbsup: