25.10.2013, 07:42
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
any ideas?
sorry for my bad english
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?
}
sorry for my bad english

