12.02.2013, 20:33
The CreateNewPlayerVehicle function's second parameter is the vehicle model you want to create, and PutPlayerInVehicle is asking for a vehicle ID. 411 would not be the vehicle you just created.
and if that doesn't work, I ask to please see the CreateNewPlayerVehicle function.
pawn Код:
new tempcar = CreateNewPlayerVehicle(playerid, 411, 32000);
PutPlayerInVehicle(playerid, tempcar, 0);