Like the trigger under the ladder, to stop landsharkers?
Thanks
- Shortricci
Moderator: Moderators
Code: Select all
disconnect_player:
parm.other remove
end
Sure why not...The Jackal wrote:If you are gonna use a trigger for landsharking its gotta be a trigger_use. But I never got my triggers to work in Demo![]()
I know I am doing something wrong, just to busy lately to try.
I wish someone would write me a nice lil trigger_multiple all to trigger a thread (for which I will specify the thread later).
If only someone would be so kinda to me.
Code: Select all
local.switch = spawn trigger_multiple
local.switch origin ( -497.80 -786.89 136.19 )
local.switch setsize (0 0 0) (128 128 128)
local.switch setthread mythread
mythread:
local.player = parm.other
local.player remove
end