16.07.2012, 16:01
For example:
When you type that command you'll be on the RC car.
P.S Used ZCMD as example.
pawn Код:
CMD:PutMeInRC(playerid, params[])
{
new RCveh = CreateVehicle(/*RC Vehicle*/);
PutPlayerInVehicle(playerid, RCveh, 0);
return 1;
}
P.S Used ZCMD as example.