Home   Help Search Login Register  

Author Topic: Disable script  (Read 450 times)

0 Members and 1 Guest are viewing this topic.

netta1234

  • Guest
Disable script
« on: 09 Apr 2004, 19:03:38 »
hey ho guys i nead a Disable script for my mission

(Exsample)

you must Disable the AAs you cant blow it when the soldiers are sleeping
Disable no use able

can some one make or if it already is for download make a link thx ;)


Offline SilentHunter

  • Members
  • *
  • frozen leg'o'lamb (every gamers most loved weapon)
Re:Disable script
« Reply #1 on: 09 Apr 2004, 19:38:04 »
if i understand you correctly (with i probly dont)

you just need two commands

tank setfuel 0
removeallweapons tank

that will render the tank imobile and defenceless.


if its for a mission, then do the following
NAME the aa gun 'tank'
make a trigger (no prefrence on size),

in the 'condition' field, delete 'this' and add
(player distance tank) < 4

and in the 'on activation' field put
tank setfuel 0; removeallweapons tank; player sidechat "The AA is down, moveing to extraction point"
or somthing creative

have fun

SILENTHUNTER
« Last Edit: 09 Apr 2004, 19:43:57 by SilentHunter »
[size=4.5]NERDS HAVE FEELINGS TOO! [/size] [size=2.5]*adjusts glasses*[/size]

netta1234

  • Guest
Re:Disable script
« Reply #2 on: 09 Apr 2004, 21:12:20 »
thx that shoud help me alot brb testing ;D

netta1234

  • Guest
Re:Disable script
« Reply #3 on: 09 Apr 2004, 21:18:18 »
Great :) it works thx buddy