16.10.2014, 01:45
Quote:
|
Utiliza esta funciуn:
https://sampwiki.blast.hk/wiki/Function:PutPlayerInVehicle |
pawn Код:
new Float: Pos[4];
GetPlayerPos(playerid, Pos[0], Pos[1], Pos[2]);
GetPlayerFacingAngle(playerid, Pos[3]);
PutPlayerInVehicle(playerid, 460, 0);
CreateVehicle(460, Pos[0], Pos[1], Pos[2], Pos[3], 0, 1, 60);
GivePlayerMoney(playerid, -500);


