Carregando...
0 arquivos curtidos
1 comentário
0 vídeos
0 envios
0 seguidores
  • 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 de Outubro de 2016