28.01.2013, 02:29
Quote:
Here you go.
Код:
new Float:x, Float:y, Float:z, Float:a; GetPlayerPos(playerid, x, y, z); GetPlayerFacingAngle(playerid, a); CreateVehicle(*params here*,x + 2*floatcos(90+a, degrees), y+ 2*floatsin(90-a, degrees), z); |
teach us your ways master...