сори за повторное сообщение
Почему у меня может столкновение pvtpl1 равна 0, вот код:
Создаём:
Global Player=CreatePivot()
EntityType Player,TypePlayer
EntityRadius Player,80,300
Camera=CreateCamera()
CameraRange Camera,1,15000
EntityParent Camera,Player
MoveEntity Camera,0,150,0
Global pvtpl1=CreatezPivot()
EntityType pvtpl1,TypePlayer
EntityRadius pvtpl1,2,2
Global pvtpl2=CreatePivot()
EntityType pvtpl2,TypePlayer
EntityRadius pvtpl1,2,2
XplayerPl=EntityX(player)
YPlayerPl=EntityY(player)
ZplayerPl=EntityZ(Player)
Ypvtpl1=YPlayerPl-150
Ypvtpl2=YPlayerPl+150
PositionEntity pvtpl1,XplayerPl,Ypvtpl1,ZplayerPl
PositionEntity pvtpl2,XplayerPl,Ypvtpl2,ZplayerPl
как я и сказал выше, колизия с pvtpl1 постоянна равна нулю.Помогите плз