12.03.2011, 02:32
Well a combination of this:
and
To make the person go into a go cart do this:
First this:
-Creates the gokart
Then this:
-Puts the player into the drivers seat of the gokart
Of coarse you add these to your command
Код:
CreateVehicle(carid, X,Y,Z,A, color1, color2, respawn delay);
Код:
PutPlayerInVehicle(playerid,vehicleid,seatid);
First this:
Код:
CreateVehicle(571, X,Y,Z,A, 0, 0, -1)
Then this:
Код:
PutPlayerInVehicle(playerid,571,0);
Of coarse you add these to your command