30.04.2014, 03:20
I added train bot but it just stay in spawn it dont be in the train, other bot work good one is driving a plane but this one no work
pawn Код:
SFTrain = CreateVehicle(537, 0.0, 0.0, 5.0, 0.0, -1, -1 , 5000);
pawn Код:
if(!strcmp(NPCName, "Boobalo", true))
{
SetPlayerSkin(playerid, 255);
PutPlayerInVehicle(playerid, SFTrain, 0);
}

