sscanf:
https://sampforum.hu/index.php?topic=4400.0
http://forum.sa-mp.com/showthread.php?t=570927
A parancsra pedig megnézed, hogy járműben van-e:
IsPlayerInAnyVehicle(playerid);
Majd ha abban van:
SetVehiclePos(vehicleid, Float:x, Float:y, Float:z);
SetVehicleZAngle(vehicleid, &Float:z_angle); //Ezzel beállítod, hogy merre nézzen a jármű
A \"vehicleid\"-t pedig meghatározod így:
GetPlayerVehicleID(playerid);