Search found 12 matches
- Mon Aug 18, 2003 2:30 am
- Forum: Scripting
- Topic: Tiger Tank
- Replies: 4
- Views: 150
- Mon Aug 18, 2003 2:05 am
- Forum: Scripting
- Topic: Tiger Tank
- Replies: 4
- Views: 150
- 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 ...
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 ...
- 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" ?
- 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 ...
// Dammit 2003 .........Blitzschnee
// CONCEPT MAPPING + ARCHITECTURE: Gary Lack (Small Sumo)
// SCRIPTING + AI ...
- 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 ...
// Dammit 2003 .........Blitzschnee
// CONCEPT MAPPING + ARCHITECTURE: Gary Lack (Small Sumo)
// SCRIPTING + AI ...
- 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 ...
// Dammit 2003 .........Blitzschnee
// CONCEPT MAPPING + ARCHITECTURE: Gary Lack (Small Sumo)
// SCRIPTING + AI ...
- 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 ...
// Dammit 2003 .........Blitzschnee
// CONCEPT MAPPING + ARCHITECTURE: Gary Lack (Small Sumo)
// SCRIPTING + AI ...
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 ...
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 ...
- Tue Jul 29, 2003 9:14 pm
- Forum: Scripting
- Topic: Adding Objects
- Replies: 3
- Views: 124
- 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?