Posts: 214
Threads: 31
Joined: Oct 2018
Reputation:
0
Iam trying to make player looking in the specific side when he spawns I have used SetPlayerFacingAngle(playerid,angle) but nothing happens
Posts: 463
Threads: 15
Joined: May 2018
Reputation:
0
By 'nothing happens', do you mean it's just a blank screen (blue or black) or it faces a different way to what you want it to?
Posts: 292
Threads: 87
Joined: Feb 2011
Reputation:
0
You could also post a snipped of your code from OnPlayerSpawn, so we could assist you better
Posts: 4,885
Threads: 57
Joined: Jun 2012
Reputation:
0
Looks like someone is setting the facing able before setting the position of the player. Also you need to set the camera behind the player there is a function for that find it.