Töltés...
0 fájlt kedvelt
1 hozzászólás
0 videó
0 feltöltés
0 követő
  • 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()".

    2016. október 14.