Author Topic: spawning tanks  (Read 2741 times)

0 Members and 1 Guest are viewing this topic.

Anonymous

  • Guest
spawning tanks
« Reply #15 on: January 29, 2004, 08:55:09 pm »
.cnfg,spawn tank m1a1_trigger,f1key_set_command:height0,empty

If I ride it like this Ofp say wrong number?????

M. O.

  • Administrator
  • MasstKer
  • *
  • Posts: 9185
    • View Profile
    • http://www.tkc-community.net
spawning tanks
« Reply #16 on: January 29, 2004, 11:08:31 pm »
Quote from: Anonymous
.cnfg,spawn tank m1a1_trigger,f1key_set_command:height0,empty

If I ride it like this Ofp say wrong number?????


That code is false. There is no such thing.

Try hubertus code instead  :wink:
Heckling is an art, and game hacking a science.

[TKC]Hubertus

  • SCP Developer
  • Klass Klown
  • ***
  • Posts: 327
    • View Profile
spawning tanks
« Reply #17 on: January 29, 2004, 11:48:36 pm »
Thats the working one:

 t="m1abrams" createvehicle getpos player

Instead of "m1abrams" you can also use these:
"cobra"
"ah64"
"mi24"
"mi17"
"bradley"
"t72"
"t80"
"carrierw"
"papercar"
"jetrangersilent"
"seagull"
"soldierwb"
"generale"
"angelina"

There are many more things you can spawn, a complete list should be somwhere in the comref.

"t" is the name of the spawned object. For example, you can use "deletevehicle t", "t setdammage 1" or "player moveindriver t"...

Anonymous

  • Guest
spawning tanks
« Reply #18 on: January 30, 2004, 04:24:56 pm »
ok ill explain what i think i should do and if im wrong correct me please....
i go to a server...game starts i download map and it goes to my mp missions catch....i find the map in this folder and un pack it.......i then find this file and put this t="m1abrams" createvehicle getpos player;player moveindriver t.....i then pack it back up and then press f1 to spawn tanks...will this work :S

M. O.

  • Administrator
  • MasstKer
  • *
  • Posts: 9185
    • View Profile
    • http://www.tkc-community.net
spawning tanks
« Reply #19 on: January 30, 2004, 06:35:09 pm »
No, F1 isn't possible. You could create a radio-trigger and call it via the player. However in multiplayer you got to add an action.
Heckling is an art, and game hacking a science.

Anonymous

  • Guest
spawning tanks
« Reply #20 on: January 30, 2004, 07:47:16 pm »
and i do this how?

M. O.

  • Administrator
  • MasstKer
  • *
  • Posts: 9185
    • View Profile
    • http://www.tkc-community.net
spawning tanks
« Reply #21 on: January 30, 2004, 08:45:06 pm »
Read the other posts here in this forum, however you should be familiarized with some basic OFP-missionmaking before you do anything.
Here we discuss how we are doing the cheats from that knowledge. To get the info or training you got to go to www.ofpec.com and ask  :wink:

/Just to keep the topic on cheats and not on editing.
Heckling is an art, and game hacking a science.