Loading...
0 files liked
1 comment
0 videos
0 uploads
0 followers
  • 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()".

    October 14, 2016