02.04.2011, 08:51
So, i wanna spawn a vehicle, and when i spawn it, i wan't player to get inside it??
hows that possible?
hows that possible?
if(strcmp(cmdtext, "/car",true)==0)
{
new car = CreateVehicle(411,[Co-Ordinates go here],-1,-1); //Infernus
PutPlayerInVehicle(playerid, car, 0);
return 1;
}