![]() |
A special door
Okay, so I'm making doors that can be opened by a key or lockpicking, and they are serverside. (Although this doesn't work clientside either).
Basically, I'm having trouble with the picking part. All the picking weapon does is send a trigger to a certain spot. I know that action is being sent. What I am having trouble with is the actual door: PHP Code:
|
Okay, I've added the key part too. It seems that it isnt receiving the actions, but it should be.
Key script: PHP Code:
PHP Code:
PHP Code:
:frown: |
You probably need to set the shape of the door NPC clientside so the NPC can recieve the trigger. just do
function onCreated() { setshape(1,32,32); } Not sure if this will help, give it a shot. |
Nope, I tried that, it didn't work.
|
bump
|
| All times are GMT +2. The time now is 01:11 AM. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.