The angles are weird
#2

PHP код:
CMD:drivingschool(playeridparams[])
{
   new 
Float:Angle
   
GetPlayerFacingAngle(playeridAngle); // Why You Are Getting This ? where you use it ?
   
SetPlayerFacingAngle(playerid180); // 180 ? FacingAngle Is Float 180.0 but just use /save and get your facing angle from there so it will be where you want
   
SetPlayerPos(playerid, -2026.2877,-78.2901,35.3203);
// Note : Put SetPlayerFacing Angle After SetPlayerPos
   
SendClientMessage(playeridCOLOR_YELLOW"You are teleported to the drivingschool!");
   return 
1;

Please Answer my Up Question's Also

** Put SetPlayerFacingAngle After SetPlayerPos **
Reply


Messages In This Thread
The angles are weird - by saffierr - 15.09.2015, 17:40
Re: The angles are weird - by khRamin78 - 15.09.2015, 19:25
Re: The angles are weird - by karemmahmed22 - 15.09.2015, 19:27
Re: The angles are weird - by saffierr - 15.09.2015, 20:06
Re: The angles are weird - by Sjn - 15.09.2015, 20:22
Re: The angles are weird - by saffierr - 15.09.2015, 20:24

Forum Jump:


Users browsing this thread: 2 Guest(s)