Quote:
Originally Posted by Rirre
trigger_push
|
Push this entity the player?
or
Push player this entity?
EDIT:
ok i found a map with this entity, the player is pushed, but this have no effect with team semiclip. i mean all works fine.
Code:
/* All supported entity classes */
new const ENTITY_CLASSES[][] =
{
"func_button",
"func_door",
"func_door_rotating",
"func_guntarget",
"func_pendulum",
"func_plat",
"func_platrot",
"func_rot_button",
"func_rotating",
"func_tracktrain",
"func_train",
"func_vehicle",
"momentary_door",
"momentary_rot_button"
}
but by guntarget, plat, platrot and both momentary im not sure.
can somebody tell about issues with team semiclip plugin?
__________________