new Float:x, Float:y, Float:z, Float:a, vid;GetPlayerPos(playerid, x, y, z);GetPlayerFacingAngle(playerid, a);vid = CreateVehicle(411, x, y, z, a, -1, -1, -1);PutPlayerInVehicle(playerid, vid, 0);