Problem with godding doors
Code:
This code doesn't seem to work :\. This is also for TS. the doors keep breaking :( |
Re: Problem with godding doors
You have some problems...
First: door = equali(classname,"func_door") && equali(classname,"func_door_rotating") is going to make door 0, because classname = null/0 right now. Example: equali(classname,"func_door") is going to be 0 equali(classname,"func_door_rotating") is going to be 0 door = 0 && 0 is going to be 0 So you have two problems: One, take out this line door = equali(classname,"func_door") && equali(classname,"func_door_rotating") Two, assign door to be an entity so the classname is not null Type /ent and get the entid, then add the maxplayers to that in your plugin |
| All times are GMT -4. The time now is 07:56. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.