Laden...
0 bestanden geliket
1 reactie
0 filmpjes
0 uploads
0 volgers
  • 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