Laster...
0 filer likt
1 kommentar
0 videoer
0 opplastninger
0 følgere
  • Default

    To get the mod running, just change the following lines 56,64,72,89,97,105,113,121,129,137 from:
    ped = GTA.World.CreatePed("s_m_y_armymech_01", getRandomPos());ped.AddBlip().SetAsHostile();ped.Task.WanderAround();

    to

    ped = GTA.World.CreatePed("s_m_y_armymech_01", getRandomPos());ped.AddBlip();ped.Task.WanderAround();

    Basically all you have to do is to delete ".SetAsHostile()" after "ped.AddBlip()".

    14. oktober 2016