2021-07-09, 03:16 PM
(This post was last modified: 2021-07-09, 03:17 PM by xbruno1000x.)
Code:
new Float:pP[3];
SetCameraBehindPlayer(playerid);
GetPlayerPos(playerid, pP[0], pP[1], pP[2]);
SetVehiclePos(GetPlayerVehicleID(playerid), pP[0], pP[1], pP[2]);
SetVehicleZAngle(GetPlayerVehicleID(playerid), 0);