You are not logged in.

Dear visitor, welcome to sourceserver.info. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

Neoxx

Professional

  • "Neoxx" started this thread

Posts: 503

Location: Schleswig-Holstein

wcf.user.option.userOption53: Ja

  • Send private message

1

Thursday, June 11th 2015, 10:12pm

Timer 2.x Physics (func_door)

Guten Abend

Ich würde gerne den Timer 2.x für meinen Course Server benutzen.
Das einzige problem was ich habe ist das sich die wände die über func_door betrieben werden nicht mehr öffnen/schließen.
Ich habe alle Timer .cfg's durchgeschaut nach func_door und das war das einzige.

settings.cfg

Spoiler Spoiler

//Overwrite func_door/button to allow multibhop
"multibhop_enable" "1"


Dann habe ich die .sp dateien nach func_door durchsucht und das habe ich gefunden.

timer-physics.sp

Spoiler Spoiler

Line 98: //Func_Door list
Line 99: new g_iBhopDoorList[MAX_BHOPBLOCKS];
Line 100: new g_iBhopDoorTeleList[MAX_BHOPBLOCKS];
Line 101: new g_iBhopDoorCount;

Line 130: //Func_Door Offsets
Line 131: new g_iDoorOffs_vecPosition1 = -1;
Line 132: new g_iDoorOffs_vecPosition2 = -1;
Line 133: new g_iDoorOffs_flSpeed = -1;
Line 134: new g_iDoorOffs_spawnflags = -1;
Line 135: new g_iDoorOffs_NoiseMoving = -1;
Line 136: new g_iDoorOffs_sLockedSound = -1;
Line 137: new g_iDoorOffs_bLocked = -1;

Line 1029: Schaut bitte selber nach


Hoffentlich hat jemand von euch eine lösung für dieses problem. :)

Gruß Neoxx
Neoxx has attached the following file:
  • timer-physics.sp (59.31 kB - 83 times downloaded - latest: May 6th 2024, 4:26pm)

Similar threads