15.09.2015, 17:40
Somehow all of my teleports are not the way I want it.
The facing Angle are not the way I want them to face.
It's always a random Angle they're facing at.
Help would be really appreciated
one of my tps :
The facing Angle are not the way I want them to face.
It's always a random Angle they're facing at.
Help would be really appreciated
one of my tps :
PHP код:
CMD:drivingschool(playerid, params[])
{
new Float:Angle;
GetPlayerFacingAngle(playerid, Angle);
SetPlayerFacingAngle(playerid, 180);
SetPlayerPos(playerid, -2026.2877,-78.2901,35.3203);
SendClientMessage(playerid, COLOR_YELLOW, "You are teleported to the drivingschool!");
return 1;
}