Search found 12 matches

by Jayblade
Mon Aug 18, 2003 2:30 am
Forum: Scripting
Topic: Tiger Tank
Replies: 4
Views: 150

Alright, cool. Thanks for your help
by Jayblade
Mon Aug 18, 2003 2:05 am
Forum: Scripting
Topic: Tiger Tank
Replies: 4
Views: 150

Is that an example brush to spawn that I can use?
by Jayblade
Sun Aug 17, 2003 7:00 am
Forum: Scripting
Topic: Tiger Tank
Replies: 4
Views: 150

Tiger Tank

I spawned a tiger tank on Southern France, but people are able to shoot throught it. This is the spawn for the tank.


local.tigertank = spawn models/vehicles/tigertank.tik
local.tigertank.origin = ( 477.89 -300.59 -61.33 )
local.tigertank.angles = 90
local.tigertank solid
local.tigertank ...
by Jayblade
Sat Aug 16, 2003 2:41 am
Forum: Scripting
Topic: Problem with Driveable Tanks
Replies: 0
Views: 117

Problem with Driveable Tanks

I spawned some driveable tanks on my stock maps, but I have a problem. When someone is in the tank, they cannot get shot or hurt in anyway. Is there anyway to make the person in the tank turret "shootable" or "hurtable" ?
by Jayblade
Mon Aug 11, 2003 6:16 pm
Forum: Scripting
Topic: Problem with Driveable Tanks
Replies: 0
Views: 88

Problem with Driveable Tanks

I attempted to spawn driveable tanks on Southern France but the game crashes during loading. I included all the textures and scripts needed in the .pk3. This is the script for the map.



// Dammit 2003 .........Blitzschnee
// CONCEPT MAPPING + ARCHITECTURE: Gary Lack (Small Sumo)
// SCRIPTING + AI ...
by Jayblade
Mon Aug 11, 2003 6:04 pm
Forum: Scripting
Topic: Problem with Tanks
Replies: 0
Views: 79

Problem with Tanks

I attempted to spawn driveable tanks on Southern France but the game crashes during loading. I included all the textures and scripts needed in the .pk3. This is the script for the map.



// Dammit 2003 .........Blitzschnee
// CONCEPT MAPPING + ARCHITECTURE: Gary Lack (Small Sumo)
// SCRIPTING + AI ...
by Jayblade
Mon Aug 11, 2003 6:04 pm
Forum: Scripting
Topic: Problem with Tanks
Replies: 0
Views: 77

Problem with Tanks

I attempted to spawn driveable tanks on Southern France but the game crashes during loading. I included all the textures and scripts needed in the .pk3. This is the script for the map.



// Dammit 2003 .........Blitzschnee
// CONCEPT MAPPING + ARCHITECTURE: Gary Lack (Small Sumo)
// SCRIPTING + AI ...
by Jayblade
Mon Aug 11, 2003 6:01 pm
Forum: Scripting
Topic: Problem with Tanks
Replies: 0
Views: 82

Problem with Tanks

I attempted to spawn driveable tanks on Southern France but the game crashes during loading. I included all the textures and scripts needed in the .pk3. This is the script for the map.



// Dammit 2003 .........Blitzschnee
// CONCEPT MAPPING + ARCHITECTURE: Gary Lack (Small Sumo)
// SCRIPTING + AI ...
by Jayblade
Sat Aug 02, 2003 4:16 am
Forum: Scripting
Topic: The Jeep
Replies: 5
Views: 214

i can't get it to work, but thanks
by Jayblade
Thu Jul 31, 2003 9:59 pm
Forum: Scripting
Topic: The Jeep
Replies: 5
Views: 214

The Jeep

I spawned a jeep on southern france and I was wondering how I would go about making the gun on the back usable. This is my script.

local.jeep = spawn models/vehicles/jeep.tik
local.jeep.origin = ( 106.30 2290.49 384.13 )
local.jeep.angles = ( 7.17 8.80 0.00 )
local.jeep solid
local.jeep immune ...
by Jayblade
Tue Jul 29, 2003 9:14 pm
Forum: Scripting
Topic: Adding Objects
Replies: 3
Views: 124

Ok, thanks for the help
by Jayblade
Tue Jul 29, 2003 8:54 pm
Forum: Scripting
Topic: Adding Objects
Replies: 3
Views: 124

Adding Objects

Can someone tell me how or give me a link so I can find out how to add objects like tanks and boxes to stock maps like Remegan please?