moving skin selection - moving ballon - follow ballon camera
#1

Hello, I created a balloon that flies around the map (MoveObject)
I would now like to put skin in the form of the skin selection (SetPlayerPos) in moved ballon - the problem is that the balloon flying on the map - camera is not followed the balloon

Код:
public SetupPlayerForClassSelection(playerid)
{
	SetPlayerPos(playerid, x, y, z ); // in flying ballon
	SetPlayerCameraPos(playerid,x, y, z); //how to create follow ballon camera?
}
any ideas?
sorry for my bad english
Reply
#2

https://sampwiki.blast.hk/wiki/AttachCameraToObject
Reply
#3

hmm, how add this to camerapos... in skin selection?
Reply
#4

https://sampwiki.blast.hk/wiki/SetPlayerCameraPos
https://sampwiki.blast.hk/wiki/SetPlayerCameraLookAt
That will help you.
Reply
#5

thx;p
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)