Search found 24 matches
- Mon Jun 28, 2004 10:49 pm
- Forum: Scripting
- Topic: Spawning in BT
- Replies: 12
- Views: 241
- Sun Jun 27, 2004 10:33 pm
- Forum: Scripting
- Topic: Spawning in BT
- Replies: 12
- Views: 241
- Sun Jun 27, 2004 9:07 pm
- Forum: Scripting
- Topic: Spawning in BT
- Replies: 12
- Views: 241
- Sun Jun 27, 2004 8:40 pm
- Forum: Scripting
- Topic: Spawning in BT
- Replies: 12
- Views: 241
- Sun Jun 27, 2004 6:37 pm
- Forum: Scripting
- Topic: Spawning in BT
- Replies: 12
- Views: 241
- Tue Jun 15, 2004 7:25 pm
- Forum: Scripting
- Topic: FLYING TUTORIAL + SCRIPT
- Replies: 21
- Views: 639
- Tue Jun 15, 2004 3:58 am
- Forum: Scripting
- Topic: Can anyone help me?
- Replies: 7
- Views: 284
- Fri Jun 11, 2004 2:39 pm
- Forum: Scripting
- Topic: Can anyone help me?
- Replies: 7
- Views: 284
- Mon Jun 07, 2004 3:14 am
- Forum: Scripting
- Topic: Can anyone help me?
- Replies: 7
- Views: 284
- Sun Jun 06, 2004 10:07 pm
- Forum: Scripting
- Topic: Can anyone help me?
- Replies: 7
- Views: 284
Can anyone help me?
I have been trying to glue a player to a splinepath plane for some time now and i still have had no luck. :( Here is my script: plane:
local.trig = spawn trigger_multiple
local.trig.origin = ( 974 -4557 -463 ) // position it
local.trig setsize ( -50 -50 -10 ) ( 50 50 10 ) // give it some SIZZE
local ...
local.trig = spawn trigger_multiple
local.trig.origin = ( 974 -4557 -463 ) // position it
local.trig setsize ( -50 -50 -10 ) ( 50 50 10 ) // give it some SIZZE
local ...
- Mon May 31, 2004 1:53 pm
- Forum: Scripting
- Topic: ring move script
- Replies: 7
- Views: 164
- Fri May 28, 2004 10:01 pm
- Forum: Scripting
- Topic: My Omaha Mod
- Replies: 12
- Views: 380
- Sun May 09, 2004 2:39 pm
- Forum: Scripting
- Topic: Changing player into item?
- Replies: 9
- Views: 259
- Sat May 08, 2004 3:59 pm
- Forum: Scripting
- Topic: Changing player into item?
- Replies: 9
- Views: 259
Changing player into item?
I have seen thid before in a server. When a player walked over a trigger, the player was turned into a toilet for 60 seconds. Can anyone tell me how to do this using triggers and scripts?
- Sat May 08, 2004 2:08 am
- Forum: Scripting
- Topic: Trigger Question
- Replies: 1
- Views: 155
Trigger Question
How can I make a trigger that you could only come back to after five minutes? Here is my cuttent trigger:
allweap:
local.trig1 = spawn trigger_multiple
local.trig1.origin = ( 227.94 474.40 384.13 ) //axis
local.color = ( 0.0 1.0 0.0 )
local.trig1 setsize ( -50 -50 -50 ) ( 50 50 50 )
local ...
allweap:
local.trig1 = spawn trigger_multiple
local.trig1.origin = ( 227.94 474.40 384.13 ) //axis
local.color = ( 0.0 1.0 0.0 )
local.trig1 setsize ( -50 -50 -50 ) ( 50 50 50 )
local ...