Posts: 303
Threads: 71
Joined: Mar 2011
Okay so I want to make a city hall right check point entry mark right where the red arrow is:
And when I exit city hall, I want to come out and spawn back at the same place i entered but facing the other way. Can someone please help me? Thanks
Posts: 937
Threads: 106
Joined: Jan 2010
Reputation:
0
SetPlayerFacingAngle(playerid, Angle);
To get this angle face the way you want, and then do /save.
Goto your SavePositions file, and it should be like
AddPlayerClass(ClassID, X, Y, Z, A, blahhhhhh);
Copy + Paste the A(ngle) into the SetPlayerFacingAngle.
Posts: 303
Threads: 71
Joined: Mar 2011
Wait I don't get it. How do I add an "enter" icon or something like that so people know to go there to enter and then it will take me to city hall and inside city hall there will be another icon so when people go to it, they will enter and spawn back outside.
Posts: 303
Threads: 71
Joined: Mar 2011
Do you think you can do it for me please? I don't understand at all.
Posts: 937
Threads: 106
Joined: Jan 2010
Reputation:
0
What are you wanting exactly?