Home   Help Search Login Register  

Author Topic: Shell create and explode on truck?  (Read 519 times)

0 Members and 1 Guest are viewing this topic.

ProudPotter2490

  • Guest
Shell create and explode on truck?
« on: 27 Jul 2005, 21:00:55 »
Hi all!
I want to create an explosion such as a mortar or RPG that explodes directly on a truck (thus destroying it). Anyone have an idea?

Offline bedges

  • Administrator
  • *****
    • OFPEC The Editing Center
Re:Shell create and explode on truck?
« Reply #1 on: 27 Jul 2005, 21:04:01 »
Code: [Select]
"shell125" camcreate getpos truck_name
boom.

Offline Blanco

  • Former Staff
  • ****
Re:Shell create and explode on truck?
« Reply #2 on: 27 Jul 2005, 21:09:15 »
Dont you have to make a variable to define the shell?
Code: [Select]
_bomb = "shell125" camcreate getpos truck_nameor
Code: [Select]
bomb = "shell125" camcreate getpos truck_name...in a trigger, cos you can't have a local var in your trigger.

Search or search or search before you ask.

ProudPotter2490

  • Guest
Re:Shell create and explode on truck?
« Reply #3 on: 27 Jul 2005, 21:28:37 »
No variable need Blanco :). Cheers Bedges :D!