14.05.2016, 08:16
Correct. Also you don't need to use the 'veh' var if you only need to use it once. But really, you should be storing the vehicle id globally so it can be destroyed.
Код:
PutPlayerInVehicle(playerid, CreateVehicle(411, // the rest of params), 0);