13.12.2012, 16:13
Im trying to make a command /getin but when i attempt to put the player in a vehicle like id 435 Nothing happens.. Any ideals I did a simple code before detecting range of the vehicle
So I can Tow the trailer with semi with player in it
pawn Код:
CMD:getin(playerid,params[])
{
PutPlayerInVehicle(playerid,435,2);
return 1;
}
