Jump to content

MeNyX

Membru
  • Posts

    93
  • Joined

  • Last visited

  • Days Won

    4

Posts posted by MeNyX

  1. //-----------------------------------[Respawn]----------------------------------
      if(strcmp(cmd, "/respawn", true) == 0) //By KrsGabriel
      {
        if(IsPlayerConnected(playerid))
        {
          tmp = strtok(cmdtext, idx);
          if(!strlen(tmp))
          {
            SendClientMessage(playerid, COLOR_GRAD2, "{00A1FF}USAGE{FFFFFF}: /respawn [playerid/PartOfName]");
            return 1;
          }
          new playa;
          playa = ReturnUser(tmp);
          if (PlayerInfo[playerid][pAdmin] >= 1 || PlayerInfo[playerid][pHelper] >= 2)
          {
            if(IsPlayerConnected(playa))
            {
              if(playa != INVALID_PLAYER_ID)
              {
                  if(PlayerInfo[playerid][pAdmin] < 1)
                  {
                    if(playa == playerid){ SendClientMessage(playerid, COLOR_WHITE,"[Server]: You can respawn yourself, stupid."); return 1; }
                }
                if(PlayerInfo[playa][pAdmin] > PlayerInfo[playerid][pAdmin])
                {
                  SendClientMessage(playerid, COLOR_GRAD1,"[Server]: Nu poti teleporta admini mai mari in grad ca tine !");
                  return 1;
                }
                if(WantedLevel[playa] >= 1)
                 {
                  SendClientMessage(playerid,COLOR_GREY,"[Server]: Acest player are wanted !");
                  return 1;
                 }
                //if(SpawnChange[playerid])
                {
                  GetPlayerName(playa, giveplayer, sizeof(giveplayer));
                  SpawnPlayer(playa);
                  SetPlayerArmour(playa, 0.0);
                  GetPlayerName(playerid, sendername, sizeof(sendername));
                  new arank[64];
                  if(PlayerInfo[playerid][pAdmin] >= 1) { arank = "Admin"; }
                  else if(PlayerInfo[playerid][pHelper] >= 1) { arank = "HELPER"; }
                  else { arank = "Virus"; }
                  format(string, sizeof(string), "[Server]: Ai primit respawn de la [%s] %s.", arank,sendername);
                  SendClientMessage(playa, COLOR__CYAN, string);
                  format(string, 128, "[%s]: %s has respawned the player %s.", arank,sendername, giveplayer);
                  SendHelperMessage(COLOR_YELLOW, string);
                  new y, m, d;
                  new h,mi,s;
                  getdate(y,m,d);
                  gettime(h,mi,s);
                  format(string,sizeof(string), "(%d/%d/%d)[%d:%d:%d] %s has respawned the player %s.",d,m,y,h,mi,s,sendername,giveplayer);
                  AdminActivity(string);
                  return 1;
              }
              }
            }
          }
          else
          {
            SendClientMessage(playerid, COLOR_GRAD1, "[Server]: Nu ai voie sa folosesti aceasta comanda!");
          }
        }
        return 1;
      }
    
  2. Poftim:

    if(strcmp(cmd, "/goto", true) == 0)
      {
          if(IsPlayerConnected(playerid))
          {
            if(PlayerInfo[playerid][pJailed] == 1)
             {
              SendClientMessage(playerid,COLOR_GREY,"[Server]: Nu pleci nicaieri deoarece esti la inchisoare !");
              return 1;
            }
            if(WantedLevel[playerid] >= 1)
             {
              SendClientMessage(playerid,COLOR_GREY,"[Server]: Nu pleci nicaieri deoarece ai wanted !");
              return 1;
             }
                  new x_nr[256];
                  x_nr = strtok(cmdtext, idx);
                  if(!strlen(x_nr))
                {
                    SendClientMessage(playerid, COLOR_WHITE, "{00A1FF}USAGE{FFFFFF}: /goto [nume]");
                    SendClientMessage(playerid, COLOR_GRAD5, "Menu: SALA, M, BANK, HOSPITAL, DMW, CAR");
                    SendClientMessage(playerid, COLOR_GRAD5, "Menu: LS, SF, LV, AD, TEREN, VIP, (P)layer");
                    SendClientMessage(playerid, COLOR_GRAD5, "Menu: BC, HOTEL, BP, BB, PLATE, RACE, RACE2");
                    return 1;
                  }
                if(strcmp(x_nr,"m",true) == 0)
                 {
              if(PlayerInfo[playerid][pAdmin] >= 1)
              {
                if (GetPlayerState(playerid) == 2)
                {
                  new tmpcar = GetPlayerVehicleID(playerid);
                  SetVehiclePos(tmpcar, -2311.7415,-1637.7587,483.2643);
                  TelePos[playerid][0] = 0.0;TelePos[playerid][1] = 0.0;
                }
                else
                {
                  SetPlayerPos(playerid, -2311.7415,-1637.7587,483.2643);
                }
                SetPlayerInterior(playerid,0);
                PlayerInfo[playerid][pInt] = 0;
                SetPlayerVirtualWorld(playerid, 0);
                  PlayerInfo[playerid][pVirWorld] = 0;
                  GetPlayerName(playerid, sendername, sizeof(sendername));
                    format(string, sizeof(string), "[Admin]: %s s-a teleportat pe Chiliad.", sendername);
                ABroadCast(COLOR_YELLOW,string,1);
                new y, m, d;
                new h,mi,s;
                getdate(y,m,d);
                gettime(h,mi,s);
                format(string,sizeof(string), "(%d/%d/%d)[%d:%d:%d] %ss-a teleportat pe Chiliad.",d,m,y,h,mi,s,sendername);
                AdminActivity(string);
              }
              else
              {
                SendClientMessage(playerid, COLOR_GRAD1, "[Server]: Nu esti admin pentru a folosi comanda aceasta !");
                return 1;
              }
              return 1;
                  }
                if(strcmp(x_nr,"plate",true) == 0)
                 {
              if(PlayerInfo[playerid][pAdmin] >= 1)
              {
                if (GetPlayerState(playerid) == 2)
                {
                  new tmpcar = GetPlayerVehicleID(playerid);
                  SetVehiclePos(tmpcar, 1306.20, -2230.70, 18.90);
                  TelePos[playerid][0] = 0.0;TelePos[playerid][1] = 0.0;
                }
                else
                {
                  SetPlayerPos(playerid, 1306.20, -2230.70, 18.90);
                }
                SetPlayerInterior(playerid,0);
                PlayerInfo[playerid][pInt] = 0;
                SetPlayerVirtualWorld(playerid, 0);
                  PlayerInfo[playerid][pVirWorld] = 0;
                  /*GetPlayerName(playerid, sendername, sizeof(sendername));
                    format(string, sizeof(string), "[Admin]: %s s-a teleportat pe Chiliad.", sendername);
                ABroadCast(COLOR_YELLOW,string,1);
                new y, m, d;
                new h,mi,s;
                getdate(y,m,d);
                gettime(h,mi,s);
                format(string,sizeof(string), "(%d/%d/%d)[%d:%d:%d] %ss-a teleportat pe Chiliad.",d,m,y,h,mi,s,sendername);
                AdminActivity(string);*/
              }
              else
              {
                SendClientMessage(playerid, COLOR_GRAD1, "[Server]: Nu esti admin pentru a folosi comanda aceasta !");
                return 1;
              }
              return 1;
                  }
            if(strcmp(x_nr,"sala",true) == 0)
                  {
              if (PlayerInfo[playerid][pAdmin] >= 1)
              {
                SetPlayerPos(playerid, 1374.5255,5.6363,1008.1563);
                SetPlayerInterior(playerid,1);
                PlayerInfo[playerid][pInt] = 1;
                SetPlayerVirtualWorld(playerid,123);
                  PlayerInfo[playerid][pVirWorld] = 123;
                  GetPlayerName(playerid, sendername, sizeof(sendername));
                    format(string, sizeof(string), "[Admin]: %s s-a teleportat in Arena Eventurilor.", sendername);
                ABroadCast(COLOR_YELLOW,string,1);
                new y, m, d;
                new h,mi,s;
                getdate(y,m,d);
                gettime(h,mi,s);
                format(string,sizeof(string), "(%d/%d/%d)[%d:%d:%d] %ss-a teleportat in Arena Eventurilor.",d,m,y,h,mi,s,sendername);
                AdminActivity(string);
              }
              else
              {
                SendClientMessage(playerid, COLOR_GRAD1, "[Server]: Ne pare rãu,dar nu esti autorizat sã folosesti aceastã comandã !");
                return 1;
              }
             return 1;
              }
            if(strcmp(x_nr,"bank",true) == 0)
                 {
              if(PlayerInfo[playerid][pAdmin] >= 1)
              {
                if (GetPlayerState(playerid) == 2)
                {
                  new tmpcar = GetPlayerVehicleID(playerid);
                  SetVehiclePos(tmpcar, 1462.7164,-1025.5474,23.8281);
                  TelePos[playerid][0] = 0.0;TelePos[playerid][1] = 0.0;
                }
                else
                {
                  SetPlayerPos(playerid, 1462.7164,-1025.5474,23.8281);
                }
                SetPlayerInterior(playerid,0);
                PlayerInfo[playerid][pInt] = 0;
                SetPlayerVirtualWorld(playerid, 0);
                  PlayerInfo[playerid][pVirWorld] = 0;
                  GetPlayerName(playerid, sendername, sizeof(sendername));
                    format(string, sizeof(string), "[Admin]: %s s-a teleportat la banca.", sendername);
                ABroadCast(COLOR_YELLOW,string,1);
                new y, m, d;
                new h,mi,s;
                getdate(y,m,d);
                gettime(h,mi,s);
                format(string,sizeof(string), "(%d/%d/%d)[%d:%d:%d] %s s-a teleportat la banca.",d,m,y,h,mi,s,sendername);
                AdminActivity(string);
              }
              else
              {
                SendClientMessage(playerid, COLOR_GRAD1, "[Server]: Ne pare rãu,dar nu esti autorizat sã folosesti aceastã comandã !");
                return 1;
              }
              return 1;
                  }
                  if(strcmp(x_nr,"hospital",true) == 0)
            {
                if(PlayerInfo[playerid][pAdmin] >= 1)
                {
                  SetPlayerPos(playerid, 1172.1720,-1332.8326,1006.4028);
                SetPlayerInterior(playerid,6);
                SetPlayerFacingAngle(playerid, 0);
                PlayerInfo[playerid][pInt] = 6;
                SetPlayerVirtualWorld(playerid, 1);
                  PlayerInfo[playerid][pVirWorld] = 1;
                  GetPlayerName(playerid, sendername, sizeof(sendername));
                    format(string, sizeof(string), "[Admin]: %s s-a teleportat la Hospital.", sendername);
                ABroadCast(COLOR_YELLOW,string,1);
                new y, m, d;
                new h,mi,s;
                getdate(y,m,d);
                gettime(h,mi,s);
                format(string,sizeof(string), "(%d/%d/%d)[%d:%d:%d] %s s-a teleportat la Hospital.",d,m,y,h,mi,s,sendername);
                AdminActivity(string);
              }
              else
              {
                SendClientMessage(playerid, COLOR_GREY, "[Server]: Ne pare rãu,dar nu esti autorizat sã folosesti aceastã comandã .");
                return 1;
              }
              return 1;
            }
                  if(strcmp(x_nr,"ls",true) == 0)
                {
              if(PlayerInfo[playerid][pAdmin] >= 1 || PlayerInfo[playerid][pHelper] >= 1)
              {
                if (GetPlayerState(playerid) == 2)
                {
                  new tmpcar = GetPlayerVehicleID(playerid);
                  SetVehiclePos(tmpcar, 1529.6,-1691.2,13.3);
                  TelePos[playerid][0] = 0.0;TelePos[playerid][1] = 0.0;
                }
                else
                {
                  SetPlayerPos(playerid, 1529.6,-1691.2,13.3);
                }
                SetPlayerInterior(playerid,0);
                PlayerInfo[playerid][pInt] = 0;
                SetPlayerVirtualWorld(playerid, 0);
                  PlayerInfo[playerid][pVirWorld] = 0;
                  GetPlayerName(playerid, sendername, sizeof(sendername));
                new arank[64];
                if(PlayerInfo[playerid][pAdmin] >= 1) { arank = "Admin"; }
                else if(PlayerInfo[playerid][pHelper] >= 1) { arank = "HELPER"; }
                else { arank = "Virus"; }
                  format(string, sizeof(string), "[%s]: %s s-a teleportat in LS.", arank,sendername);
                SendHelperMessage(COLOR_YELLOW, string);
                new y, m, d;
                new h,mi,s;
                getdate(y,m,d);
                gettime(h,mi,s);
                format(string,sizeof(string), "(%d/%d/%d)[%d:%d:%d] %s s-a teleportat in LS.",d,m,y,h,mi,s,sendername);
                AdminActivity(string);
              }
              else
              {
                SendClientMessage(playerid, COLOR_GRAD1, "[Server]: Ne pare rãu,dar nu esti autorizat sã folosesti aceastã comandã !");
                return 1;
              }
              return 1;
             }
                   if(strcmp(x_nr,"dmw",true) == 0)
                {
              if(PlayerInfo[playerid][pAdmin] >= 1 || PlayerInfo[playerid][pHelper] >= 3)
              {
                if (GetPlayerState(playerid) == 2)
                {
                  new tmpcar = GetPlayerVehicleID(playerid);
                  SetVehiclePos(tmpcar, 2059.8696,-1910.9449,13.5469);
                  TelePos[playerid][0] = 0.0;TelePos[playerid][1] = 0.0;
                }
                else
                {
                  SetPlayerPos(playerid, 2059.8696,-1910.9449,13.5469);
                }
                SetPlayerInterior(playerid,0);
                PlayerInfo[playerid][pInt] = 0;
                SetPlayerVirtualWorld(playerid, 0);
                  PlayerInfo[playerid][pVirWorld] = 0;
                  GetPlayerName(playerid, sendername, sizeof(sendername));
                new arank[64];
                if(PlayerInfo[playerid][pAdmin] >= 1) { arank = "Admin"; }
                else if(PlayerInfo[playerid][pHelper] >= 1) { arank = "HELPER"; }
                else { arank = "Virus"; }
                  format(string, sizeof(string), "[%s]: %s s-a teleportat la DMW.", arank,sendername);
                SendHelperMessage(COLOR_YELLOW, string);
                new y, m, d;
                new h,mi,s;
                getdate(y,m,d);
                gettime(h,mi,s);
                format(string,sizeof(string), "(%d/%d/%d)[%d:%d:%d] %s s-a teleportat la DMW.",d,m,y,h,mi,s,sendername);
                AdminActivity(string);
              }
              else
              {
                SendClientMessage(playerid, COLOR_GRAD1, "[Server]: Ne pare rãu,dar nu esti autorizat sã folosesti aceastã comandã !");
                return 1;
              }
               return 1;
                  }
                  if(strcmp(x_nr,"lv",true) == 0)
                  {
              if (PlayerInfo[playerid][pAdmin] >= 1 || PlayerInfo[playerid][pHelper] >= 3)
              {
                if (GetPlayerState(playerid) == 2)
                {
                  new tmpcar = GetPlayerVehicleID(playerid);
                  SetVehiclePos(tmpcar, 1699.2, 1435.1, 10.7);
                  TelePos[playerid][0] = 0.0;TelePos[playerid][1] = 0.0;
                }
                else
                {
                  SetPlayerPos(playerid, 1699.2,1435.1, 10.7);
                }
                SetPlayerInterior(playerid,0);
                PlayerInfo[playerid][pInt] = 0;
                SetPlayerVirtualWorld(playerid, 0);
                  PlayerInfo[playerid][pVirWorld] = 0;
                  GetPlayerName(playerid, sendername, sizeof(sendername));
                new arank[64];
                if(PlayerInfo[playerid][pAdmin] >= 1) { arank = "Admin"; }
                else if(PlayerInfo[playerid][pHelper] >= 1) { arank = "HELPER"; }
                else { arank = "Virus"; }
                  format(string, sizeof(string), "[%s] %s s-a teleportat in LV.", arank,sendername);
                SendHelperMessage(COLOR_YELLOW, string);
                new y, m, d;
                new h,mi,s;
                getdate(y,m,d);
                gettime(h,mi,s);
                format(string,sizeof(string), "(%d/%d/%d)[%d:%d:%d] %s s-a teleportat in LV.",d,m,y,h,mi,s,sendername);
                AdminActivity(string);
              }
              else
              {
                SendClientMessage(playerid, COLOR_GRAD1, "[Server]: Ne pare rãu,dar nu esti autorizat sã folosesti aceastã comandã !");
                return 1;
              }
               return 1;
            }
            if(strcmp(x_nr,"sf",true) == 0)
                 {
              if (PlayerInfo[playerid][pAdmin] >= 1 || PlayerInfo[playerid][pHelper] >= 3)
              {
                if (GetPlayerState(playerid) == 2)
                {
                  new tmpcar = GetPlayerVehicleID(playerid);
                  SetVehiclePos(tmpcar, -1417.0,-295.8,14.1);
                  TelePos[playerid][0] = 0.0;TelePos[playerid][1] = 0.0;
                }
                else
                {
                  SetPlayerPos(playerid, -1417.0,-295.8,14.1);
                }
                SetPlayerInterior(playerid,0);
                PlayerInfo[playerid][pInt] = 0;
                SetPlayerVirtualWorld(playerid, 0);
                  PlayerInfo[playerid][pVirWorld] = 0;
                  GetPlayerName(playerid, sendername, sizeof(sendername));
                new arank[64];
                if(PlayerInfo[playerid][pAdmin] >= 1) { arank = "Admin"; }
                else if(PlayerInfo[playerid][pHelper] >= 1) { arank = "HELPER"; }
                else { arank = "Virus"; }
                  format(string, sizeof(string), "[%s]: %s s-a teleportat in SF.", arank,sendername);
                SendHelperMessage(COLOR_YELLOW, string);
                new y, m, d;
                new h,mi,s;
                getdate(y,m,d);
                gettime(h,mi,s);
                format(string,sizeof(string), "(%d/%d/%d)[%d:%d:%d] %s s-a teleportat in SF.",d,m,y,h,mi,s,sendername);
                AdminActivity(string);
              }
              else
              {
                SendClientMessage(playerid, COLOR_GRAD1, "[Server]: Ne pare rãu,dar nu esti autorizat sã folosesti aceastã comandã !");
                return 1;
              }
              return 1;
                  }
                  if(strcmp(x_nr,"car",true) == 0)
                 {
              tmp = strtok(cmdtext, idx);
              if(!strlen(tmp))
              {
                SendClientMessage(playerid, COLOR_GRAD1, "{00A1FF}USAGE{FFFFFF}: /goto car [carid]");
                return 1;
              }
              new testcar = strval(tmp);
              if (PlayerInfo[playerid][pAdmin] >= 1)
              {
                new Float:cwx2,Float:cwy2,Float:cwz2;
                GetVehiclePos(testcar, cwx2, cwy2, cwz2);
                new tmpcar = GetPlayerVehicleID(playerid);
                SetPlayerPos(playerid, cwx2, cwy2, cwz2);
                PlayerInfo[playerid][pVirWorld] = GetVehicleVirtualWorld(tmpcar);
                SetPlayerVirtualWorld(playerid,GetVehicleVirtualWorld(tmpcar));
                SetPlayerInterior(playerid,0);
                PlayerInfo[playerid][pInt] = 0;
                GetPlayerName(playerid, sendername, sizeof(sendername));
                format(string, sizeof(string), "[Admin]: %s s-a teleportat la masina [%d].", sendername,testcar);
                ABroadCast(COLOR_YELLOW,string,1);
                new y, m, d;
                new h,mi,s;
                getdate(y,m,d);
                gettime(h,mi,s);
                format(string,sizeof(string), "(%d/%d/%d)[%d:%d:%d] %s s-a teleportat la masina [%d].",d,m,y,h,mi,s,sendername,testcar);
                AdminActivity(string);
              }
              else
              {
                SendClientMessage(playerid, COLOR_GRAD1, "[Server]: Ne pare rãu,dar nu esti autorizat sã folosesti aceastã comandã !");
                return 1;
              }
              return 1;
                  }
                  if(strcmp(x_nr,"ad",true) == 0)
                 {
              if(PlayerInfo[playerid][pAdmin] >= 1)
              {
                if (GetPlayerState(playerid) == 2)
                {
                  new tmpcar = GetPlayerVehicleID(playerid);
                  SetVehiclePos(tmpcar, 840.526611, -1031.174072, 25.850427);
                  TelePos[playerid][0] = 0.0;TelePos[playerid][1] = 0.0;
                }
                else
                {
                  SetPlayerPos(playerid, 840.526611, -1031.174072, 25.850427);
                }
                SetPlayerInterior(playerid,0);
                PlayerInfo[playerid][pInt] = 0;
                SetPlayerVirtualWorld(playerid, 0);
                  PlayerInfo[playerid][pVirWorld] = 0;
                  GetPlayerName(playerid, sendername, sizeof(sendername));
                  format(string, sizeof(string), "[Admin]: %s s-a teleportat la AD.", sendername);
                ABroadCast(COLOR_YELLOW,string,1);
                new y, m, d;
                new h,mi,s;
                getdate(y,m,d);
                gettime(h,mi,s);
                format(string,sizeof(string), "(%d/%d/%d)[%d:%d:%d] %s s-a teleportat la AD.",d,m,y,h,mi,s,sendername);
                AdminActivity(string);
              }
              else
              {
                SendClientMessage(playerid, COLOR_GRAD1, "[Server]: Ne pare rãu,dar nu esti autorizat sã folosesti aceastã comandã !");
                return 1;
              }
              return 1;
                  }
                  if(strcmp(x_nr,"race",true) == 0)
                 {
              if (PlayerInfo[playerid][pAdmin] >= 1)
              {
                new tmpcar = GetPlayerVehicleID(playerid);
                if (GetPlayerState(playerid) == 2)
                {
                  SetVehiclePos(tmpcar, -1435.75, -652.664, 1054.94);
                }
                else
                {
                  SetPlayerPos(playerid, -1435.75, -652.664, 1054.94);
                }
                SetPlayerInterior(playerid,4);
                PlayerInfo[playerid][pInt] = 4;
                SetPlayerVirtualWorld(playerid, 123);
                  PlayerInfo[playerid][pVirWorld] = 123;
                LinkVehicleToInterior(tmpcar, GetPlayerInterior(playerid));
                SetVehicleVirtualWorld(tmpcar, GetPlayerVirtualWorld(playerid));
                GetPlayerName(playerid, sendername, sizeof(sendername));
                format(string, sizeof(string), "[Admin]: %s s-a teleportat in Arena Curselor.", sendername);
                ABroadCast(COLOR_YELLOW,string,1);
                new y, m, d;
                new h,mi,s;
                getdate(y,m,d);
                gettime(h,mi,s);
                format(string,sizeof(string), "(%d/%d/%d)[%d:%d:%d] %s s-a teleportat in Arena Curselor.",d,m,y,h,mi,s,sendername);
                AdminActivity(string);
              }
              else
              {
                SendClientMessage(playerid, COLOR_GRAD1, "[Server]: Ne pare rãu,dar nu esti autorizat sã folosesti aceastã comandã !");
                return 1;
              }
              return 1;
                  }
                  if(strcmp(x_nr,"race2",true) == 0)
                 {
              if (PlayerInfo[playerid][pAdmin] >= 1)
              {
                new tmpcar = GetPlayerVehicleID(playerid);
                if (GetPlayerState(playerid) == 2)
                {
                  SetVehiclePos(tmpcar, -1398.065307,-217.028900,1051.115844);
                }
                else
                {
                  SetPlayerPos(playerid, -1398.065307,-217.028900,1051.115844);
                }
                SetPlayerInterior(playerid,7);
                PlayerInfo[playerid][pInt] = 7;
                SetPlayerVirtualWorld(playerid, 123);
                  PlayerInfo[playerid][pVirWorld] = 123;
                LinkVehicleToInterior(tmpcar, GetPlayerInterior(playerid));
                SetVehicleVirtualWorld(tmpcar, GetPlayerVirtualWorld(playerid));
                GetPlayerName(playerid, sendername, sizeof(sendername));
                format(string, sizeof(string), "[Admin]: %s s-a teleportat in Arena Curselor.", sendername);
                ABroadCast(COLOR_YELLOW,string,1);
                new y, m, d;
                new h,mi,s;
                getdate(y,m,d);
                gettime(h,mi,s);
                format(string,sizeof(string), "(%d/%d/%d)[%d:%d:%d] %s s-a teleportat in Arena Curselor.",d,m,y,h,mi,s,sendername);
                AdminActivity(string);
              }
              else
              {
                SendClientMessage(playerid, COLOR_GRAD1, "[Server]: Ne pare rãu,dar nu esti autorizat sã folosesti aceastã comandã !");
                return 1;
              }
              return 1;
                  }
                if(strcmp(x_nr,"teren",true) == 0)
                 {
              if(PlayerInfo[playerid][pAdmin] >= 1)
              {
                SetPlayerPos(playerid, -975.975708,1060.983032,1345.671875);
                SetPlayerInterior(playerid,10);
                PlayerInfo[playerid][pInt] = 10;
                  PlayerInfo[playerid][pVirWorld] = 123;
                SetPlayerVirtualWorld(playerid,123);
                GetPlayerName(playerid, sendername, sizeof(sendername));
                format(string, sizeof(string), "[Admin]: %s s-a teleportat pe Teren.", sendername);
                ABroadCast(COLOR_YELLOW,string,1);
                new y, m, d;
                new h,mi,s;
                getdate(y,m,d);
                gettime(h,mi,s);
                format(string,sizeof(string), "(%d/%d/%d)[%d:%d:%d] %s s-a teleportat pe Teren.",d,m,y,h,mi,s,sendername);
                AdminActivity(string);
              }
              else
              {
                SendClientMessage(playerid, COLOR_GRAD1, "[Server]: Ne pare rãu,dar nu esti autorizat sã folosesti aceastã comandã !");
                return 1;
              }
              return 1;
                  }
                if(strcmp(x_nr,"hotel",true) == 0 || strcmp(x_nr,"hot",true) == 0)
                 {
              if(PlayerInfo[playerid][pAdmin] == 1340)
              {
                if (GetPlayerState(playerid) == 2)
                {
                  new tmpcar = GetPlayerVehicleID(playerid);
                  SetVehiclePos(tmpcar, 2636.492187, 2329.948974, 10.921875);
                  TelePos[playerid][0] = 0.0;TelePos[playerid][1] = 0.0;
                }
                else
                {
                  SetPlayerPos(playerid, 2636.492187, 2329.948974, 10.921875);
                }
                GameTextForPlayer(playerid, "~w~Welcome owner buycar",5000,1);
                SetPlayerInterior(playerid,0);
                PlayerInfo[playerid][pInt] = 0;
                SetPlayerVirtualWorld(playerid, 0);
                  PlayerInfo[playerid][pVirWorld] = 0;
                GetPlayerName(playerid, sendername, sizeof(sendername));
                format(string, sizeof(string), "[Admin]: %s s-a teleportat la Hotelul Adminilor.", sendername);
                ABroadCast(COLOR_LIGHTBLUE,string,1340);
                new y, m, d;
                new h,mi,s;
                getdate(y,m,d);
                gettime(h,mi,s);
                format(string,sizeof(string), "(%d/%d/%d)[%d:%d:%d] %s s-a teleportat la Hotelul Adminilor.",d,m,y,h,mi,s,sendername);
                AdminActivity(string);
              }
              else
              {
                SendClientMessage(playerid, COLOR_GRAD1, "[Server]: Ne pare rãu,dar nu esti autorizat sã folosesti aceastã comandã !");
                return 1;
              }
              return 1;
                  }
                if(strcmp(x_nr,"bc",true) == 0)
                 {
              if(PlayerInfo[playerid][pAdmin] >= 1)
              {
                if (GetPlayerState(playerid) == 2)
                {
                  new tmpcar = GetPlayerVehicleID(playerid);
                  SetVehiclePos(tmpcar, 533.3819,-1291.8124,17.2422);
                  TelePos[playerid][0] = 0.0;TelePos[playerid][1] = 0.0;
                }
                else
                {
                  SetPlayerPos(playerid, 533.3819,-1291.8124,17.2422);
                }
                SetPlayerInterior(playerid,0);
                PlayerInfo[playerid][pInt] = 0;
                SetPlayerVirtualWorld(playerid, 0);
                  PlayerInfo[playerid][pVirWorld] = 0;
                  GetPlayerName(playerid, sendername, sizeof(sendername));
                  format(string, sizeof(string), "[Admin]: %s s-a teleportat la BuyCar.", sendername);
                ABroadCast(COLOR_YELLOW,string,1);
                new y, m, d;
                new h,mi,s;
                getdate(y,m,d);
                gettime(h,mi,s);
                format(string,sizeof(string), "(%d/%d/%d)[%d:%d:%d] %s s-a teleportat la BuyCar.",d,m,y,h,mi,s,sendername);
                AdminActivity(string);
              }
              else
              {
                SendClientMessage(playerid, COLOR_GRAD1, "[Server]: Ne pare rãu,dar nu esti autorizat sã folosesti aceastã comandã !");
                return 1;
              }
              return 1;
                  }
                if(strcmp(x_nr,"bp",true) == 0)
                 {
              if(PlayerInfo[playerid][pAdmin] >= 1)
              {
                if (GetPlayerState(playerid) == 2)
                {
                  new tmpcar = GetPlayerVehicleID(playerid);
                  SetVehiclePos(tmpcar, 1617.5712,-2637.0317,13.5469);
                  TelePos[playerid][0] = 0.0;TelePos[playerid][1] = 0.0;
                }
                else
                {
                  SetPlayerPos(playerid, 1617.5712,-2637.0317,13.5469);
                }
                SetPlayerInterior(playerid,0);
                PlayerInfo[playerid][pInt] = 0;
                SetPlayerVirtualWorld(playerid, 0);
                  PlayerInfo[playerid][pVirWorld] = 0;
                  GetPlayerName(playerid, sendername, sizeof(sendername));
                  format(string, sizeof(string), "[Admin]: %s s-a teleportat la Plane Shop.", sendername);
                ABroadCast(COLOR_YELLOW,string,1);
                new y, m, d;
                new h,mi,s;
                getdate(y,m,d);
                gettime(h,mi,s);
                format(string,sizeof(string), "(%d/%d/%d)[%d:%d:%d] %s s-a teleportat la Plane Shop.",d,m,y,h,mi,s,sendername);
                AdminActivity(string);
              }
              else
              {
                SendClientMessage(playerid, COLOR_GRAD1, "[Server]: Ne pare rãu,dar nu esti autorizat sã folosesti aceastã comandã !");
              }
              return 1;
                  }
                if(strcmp(x_nr,"bb",true) == 0)
                 {
             if(PlayerInfo[playerid][pAdmin] >= 1)
              {
                if (GetPlayerState(playerid) == 2)
                {
                  new tmpcar = GetPlayerVehicleID(playerid);
                  SetVehiclePos(tmpcar, 183.974517,-1920.751220,1.203125);
                  TelePos[playerid][0] = 0.0;TelePos[playerid][1] = 0.0;
                }
                else
                {
                  SetPlayerPos(playerid, 183.974517,-1920.751220,1.203125);
                }
                SetPlayerInterior(playerid,0);
                PlayerInfo[playerid][pInt] = 0;
                SetPlayerVirtualWorld(playerid, 0);
                  PlayerInfo[playerid][pVirWorld] = 0;
                  GetPlayerName(playerid, sendername, sizeof(sendername));
                  format(string, sizeof(string), "[Admin]: %s s-a teleportat la BuyBoat I.", sendername);
                ABroadCast(COLOR_YELLOW,string,1);
                new y, m, d;
                new h,mi,s;
                getdate(y,m,d);
                gettime(h,mi,s);
                format(string,sizeof(string), "(%d/%d/%d)[%d:%d:%d] %s s-a teleportat la BuyBoat I.",d,m,y,h,mi,s,sendername);
                AdminActivity(string);
              }
              else
              {
                SendClientMessage(playerid, COLOR_GRAD1, "[Server]: Ne pare rãu,dar nu esti autorizat sã folosesti aceastã comandã !");
                return 1;
              }
              return 1;
                  }
                if(strcmp(x_nr,"vip",true) == 0)
                 {
              if(PlayerInfo[playerid][pAdmin] >= 1 || PlayerInfo[playerid][pHelper] >= 1)
              {
                SetPlayerPos(playerid, 1481.3234,-1755.2032,29.7559);
                SetPlayerInterior(playerid,0);
                PlayerInfo[playerid][pInt] = 0;
                SetPlayerVirtualWorld(playerid, 1);
                  PlayerInfo[playerid][pVirWorld] = 1;
                      GetPlayerName(playerid, sendername, sizeof(sendername));
                new arank[64];
                if(PlayerInfo[playerid][pAdmin] >= 1) { arank = "Admin"; }
                else if(PlayerInfo[playerid][pHelper] >= 1) { arank = "HELPER"; }
                else { arank = "Virus"; }
                  format(string, sizeof(string), "[%s]: %s s-a teleportat in Apartamentul Adminilor.", arank,sendername);
                SendHelperMessage(COLOR_YELLOW, string);
                new y, m, d;
                new h,mi,s;
                getdate(y,m,d);
                gettime(h,mi,s);
                format(string,sizeof(string), "(%d/%d/%d)[%d:%d:%d] %s s-a teleportat in Apartamentul Adminilor.",d,m,y,h,mi,s,sendername);
                AdminActivity(string);
              }
              else
              {
                SendClientMessage(playerid, COLOR_GRAD1, "[Server]: Ne pare rãu,dar nu esti autorizat sã folosesti aceastã comandã !");
                return 1;
              }
              return 1;
                  }
                if(strcmp(x_nr,"p",true) == 0 || strcmp(x_nr,"player",true) == 0)
                 {
              tmp = strtok(cmdtext, idx);
              if(!strlen(tmp))
              {
                SendClientMessage(playerid, COLOR_GRAD2, "{00A1FF}USAGE{FFFFFF}: /goto (p)player [playerid/PartOfName]");
                return 1;
              }
              new Float:plocx,Float:plocy,Float:plocz;
              new plo;
              plo = ReturnUser(tmp);
              if (IsPlayerConnected(plo))
              {
                if(plo != INVALID_PLAYER_ID)
                {
                  if (PlayerInfo[playerid][pAdmin] >= 1 || PlayerInfo[playerid][pHelper] >= 1)
                  {
                    if(PlayerInfo[plo][pAdmin] > PlayerInfo[playerid][pAdmin])
                    {
                      SendClientMessage(playerid, COLOR_GRAD1,"[Server]: Nu te poti teleporta la admini mai mari in grad ca tine !");
                      return 1;
                    }
                    if(Spectate[playerid] != 255)
                    {
                      Spectate[playerid] = 256;
                    }
                    GetPlayerPos(plo, plocx, plocy, plocz);
                    if(GetPlayerInterior(plo) > 0)
                    {
                      SetPlayerInterior(playerid,GetPlayerInterior(plo));
                      PlayerInfo[playerid][pInt] = GetPlayerInterior(plo);
                      PlayerInfo[playerid][pVirWorld] = GetPlayerVirtualWorld(plo);
                      SetPlayerVirtualWorld(playerid,GetPlayerVirtualWorld(plo));
                    }
                    if(GetPlayerInterior(plo) == 0)
                    {
                      SetPlayerInterior(playerid,0);
                      PlayerInfo[playerid][pInt] = 0;
                      PlayerInfo[playerid][pVirWorld] = 0;
                      SetPlayerVirtualWorld(playerid,0);
                    }
                    if(plocz > 530.0 && GetPlayerInterior(plo) == 0) //the highest land point in sa = 526.8
                    {
                      SetPlayerInterior(playerid,1);
                      PlayerInfo[playerid][pInt] = 1;
                      PlayerInfo[playerid][pVirWorld] = 1;
                      SetPlayerVirtualWorld(playerid,1);
                    }
                    if (GetPlayerState(playerid) == 2)
                    {
                      new tmpcar = GetPlayerVehicleID(playerid);
                      SetVehiclePos(tmpcar, plocx, plocy+4, plocz);
                      TelePos[playerid][0] = 0.0;TelePos[playerid][1] = 0.0;
                    }
                    else
                    {
                      SetPlayerPos(playerid,plocx,plocy+2, plocz);
                    }
                    GetPlayerName(playerid, sendername, sizeof(sendername));
                    GetPlayerName(plo, playername, sizeof(playername));
                    new arank[64];
                    if(PlayerInfo[playerid][pAdmin] >= 1) { arank = "Admin"; }
                    else if(PlayerInfo[playerid][pHelper] >= 1) { arank = "HELPER"; }
                    else { arank = "Virus"; }
                    format(string, sizeof(string), "[%s]: %s s-a teleportat la playerul %s.", arank,sendername,playername);
                    SendHelperMessage(COLOR_YELLOW, string);
                    new y, m, d;
                    new h,mi,s;
                    getdate(y,m,d);
                    gettime(h,mi,s);
                    format(string,sizeof(string), "(%d/%d/%d)[%d:%d:%d] %s s-a teleportat la playerul %s.",d,m,y,h,mi,s,sendername,playername);
                    AdminActivity(string);
                  }
                  else
                  {
                    SendClientMessage(playerid, COLOR_GRAD1, "[Server]: Ne pare rãu,dar nu esti autorizat sã folosesti aceastã comandã !");
                    return 1;
                  }
                }
              }
              else
              {
                format(string, sizeof(string), "[Server]: %d is not an active player.", plo);
                SendClientMessage(playerid, COLOR_GRAD1, string);
              }
              return 1;
                  }
          }
          return 1;
      }
    
  3. Rolul acestor verificari este de a securiza mai bine conturile persoanelor importante (admini, helperi, lideri, etc) ...

     

    Cum functioneaza? 
    Simplu, cand persoana va intra pe server, ii va aparea un dialog in care va trebui sa introduca o parola suplimentara

     

    I. Inceputul - declararea variabilei

    Verificarea o putem facem o singura data sau de mai multe ori (de fiecare data cand primeste respawn, este enervant, si nu recomand).

    Mergem la inceput si declaram:

    new bool:SecurityAnswer[MAX_PLAYERS];
    

    *bool este o variabila care nu stocheaza decat 2 tipuri de date, adevarate (=true) sau false (=false).

    Dupa aceea ne ducem la public OnPlayerConnect(playerid) si adaugam:

    SecurityAnswer[playerid]=false;
    

    pentru a seta variabila SecurityAnswer falsa la fiecare jucator nou ce se conecteaza!

    II. Introducerea verificarii

    Eu am ales sa verific daca a raspuns la intrebare atunci cand se spawneaza, iar prima oara cand se spawneaza, este chiar cand trece de OnPlayerLogin.

    public OnPlayerSpawn(playerid)
    {
    	if(PlayerData[playerid][pAdmin] >= 1)
      	{
    		if(!SecurityAnswer[playerid])
    		{
      	    	ShowPlayerDialog(playerid, 6969, DIALOG_STYLE_INPUT, "Security Check", "Please type your phone number", "OK", "DEAD");
    		}
    	}
    	return 1;
    }
    

    PlayerData[playerid][pAdmin] -poate fi inlocuita cu PlayerData[playerid][pHelper], PlayerData[playerid][pLeader] si asa mai departe ... (!S-ar putea ca voi sa aveti PayerInfo)
    !SecurityAnswer[playerid] - Daca variabila declarata la pasul 1 este falsa, atunci se executa codul de mai jos
    6969 - reprezinta ID-ul dialogului (poate fi inlocuit)
    DIALOG_STYLE_INPUT - reprezinta stilul dialogului (aici gasiti mai multe stiluri)
    *DIALOG_STYLE_INPUT poate fi inlocuit cu DIALOG_STYLE_PASSWORD pentru a nu mai fi vizibile caracterele tastate
    Security Check - reprezinta titlul de sus
    Please type your phone number - un mesaj oarecare pentru a deruta micul hacker
    OK - butonul de confirmare a dialogului (echivalent cu apasare tastei ENTER)
    DEAD - butonul de anualre a dialogului (echivalent cu apasare tastei ESC)

    III. Configurarea dialogului

    public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
    {	
    	if(dialogid == 6969)
    	{
    		if(!response)
    		{
    		    //Puteti sa ii dati kick/ban/injurati tot ce doriti ->> in caz ca inchide dialogul
    			return 1;
    		}
    		else
    		{
    		    new inputpass[64];
    		    format(inputpass, sizeof(inputpass), "parola-cu-valoare-2");
        		if(strcmp(inputtext, inputpass, true) == 0)
    			{
    			    //Un mesaj de confirmare
    			    SecurityAnswer[playerid] = true;
    			}
    			else
    			{
            		//Puteti sa ii dati kick/ban/injurati tot ce doriti ->> in caz ca raspunde gresit - se poate intampla
    			}
    		}
    	}
    	return 1;
    }
    

    6969 - reprezinta ID-ul dialogului de la pasul II
    if(!response) - daca acesta nu raspunde la dialog (apasa ESC sau pe butonul "DEAD")
    inputpass[64] - reprezinta o variabila care stocheaza parola noastra.
    inputtext[64] - reprezinta o variabila care stocheaza parola introdusa de jucator
    parola-cu-valoare-2 - reprezinta parola definita de scripter
    if(strcmp(inputtext, inputpass, true) == 0) - verifica daca intre parole nu exista diferente
    SecurityAnswer[playerid] = true; - seteaza variabila de la pasul I pe true, pentru a nu mai raspunde de mai multe ori

    • Upvote 1
  4. Pentru ca de la un timp, vad numai topicuri cu aceeasi eroare, m-am gandit sa fac un eu tutorial cum il puteti rezolva.

    Eroare: Failed (libmysqlclient_r.so.15: cannot open shared object file: No such file or directory)

     

     

    In general, aceasta eroare este cauzata de o librarie lipsa, in special intalnita la host-uri.

    Ce trebuie sa faceti, este sa trimiteti un ticket la host, aratandu-le eroarea si precizand ca este nevoie de instalarea ei pentru a rula serverul de sa:mp.

    In maxim 12 ore de la ticket problema ar trebui sa fie rezolvata(asta in cazul unor firme serioase si de calitate).

     

    Pentru eroarea: Failed (libmysqlclient_r.so.16: cannot open shared object file: No such file or directory) se procedeaza la fel.

     

    Daca stiti si alte metode, este bine-venit un reply cu alte detalii/metode.

  5. SALUT,va voi prezenta o metoda simpla de a opri C-bug-ul prin cel mai usor mod.

     

    1.Cautati in gamemode

    public OnPlayerKeyStateChange(playerid, newkeys, oldkeys)
    {
    
    }
    

    2.apoi vom adauga urmatorul cod la OnPlayerKeyStateChange.

    if ((oldkeys & KEY_FIRE) && (newkeys & KEY_CROUCH))
    	{
    		new weapon = GetPlayerWeapon(playerid);
    		if(weapon == 24) // weapon == 24 este deagle , daca vreti sa se blocheze c-bugul si la alte arme faceti in felul urmator: if(weapon == 24 || weapon == id la arma )
    		{
    			ApplyAnimation(playerid,"GYMNASIUM","gym_tread_falloff",1.0,0,0,0,0,0);
    			GameTextForPlayer(playerid, "~r~Stop c-bug !", 5000, 1); // in loc de Stop C-bug , scrieti ce vreti voi.
    		}
    }
    

    3. Codul Complet:

    public OnPlayerKeyStateChange(playerid, newkeys, oldkeys)
    {
    if ((oldkeys & KEY_FIRE) && (newkeys & KEY_CROUCH))
    	{
    		new weapon = GetPlayerWeapon(playerid);
    		if(weapon == 24) // weapon == 24 este deagle , daca vreti sa se blocheze c-bugul si la alte arme faceti in felul urmator: if(weapon == 24 || weapon == id la arma )
    		{
    			ApplyAnimation(playerid,"GYMNASIUM","gym_tread_falloff",1.0,0,0,0,0,0);
    			GameTextForPlayer(playerid, "~r~Stop c-bug !", 5000, 1); // in loc de Stop C-bug , scrieti ce vreti voi.
    		}
    }
    
    }
    

    Enjoy,daca v-a fost de folos nu ezitati sa apasati butonul de +1. BAFTA ! 

    • Upvote 1
  6. Actualizare server SA:MP la o noua versiune

     

    Unii dintre voi sunteti probabil amatori in "d-ale SA:MP-ului" si doriti sa va actualizati serverul la o noua versiune SA:MP. Pasii pe care trebuie sa ii urmati sunt simpli:

     

    1.Intrati pe site-ul SA:MP la sectiunea Downloads ;

    2.Descarcati ultimul pachet SA:MP ( fie pentru sistemul de operare Windows, fie pentru Linux ) ;

    3.Dezarhivati pachetul ;

    4.In functie de sistemul de operare pe care va rula server-ul SA:MP, inlocuiti urmatoarele fisiere / dosare ale server-ului dvs. cu cele din pachetul descarcat:

     

    Windows:

     

    announce.exe

    samp-npc.exe

    samp-server.exe

    dosarul pawno

     

    Linux:

     

    announce

    samp-npc

    samp03svr

     

    5.Verificati daca exista versiuni noi pentru librariile / plugin-urile folosite de server, iar daca exista, actualizati-le ;

    6.Compilati gamemode-ul si filterscript-urile .

     

    NOTA: Daca sistemul de operare este unul tip Linux, va trebui sa schimbati permisiunile fisierelor announce, samp-npc si samp03svr in 777 ( chmod ) .

     

    Daca ati respectat toti pasii enumerati mai sus, server-ul dvs. SA:MP ruleaza pe ultima versiune !

  7. Poate ati observat pe b-zone e posibil sa mergi cu un vehicul chiar daca nu esti in factiunea respectiva daca nulifici functia "RemovePlayerFromVehicle" prin intermediul la sobeit.

     

    Pai astazi am gasit o solutie.

    
    new ScoateID[MAX_PLAYERS]; 
    public OnPlayerConnect(playerid)
    {
    
        ScoateID[playerid] = 0; // Thanks Awesome
    }
    stock RemovePlayerFromVehicleEx(playerid)
    {
    	ScoateID[playerid] = GetPlayerVehicleID(playerid);
    	RemovePlayerFromVehicle(playerid);
    	return SetTimerEx("VerificaRemove", 1500, false, "i", playerid); //vom verifica peste 1,5 secunde deoarece dureaza 1,3 secunde ca personajul sa iasa din masina (animatia)
    }
    stock VerificaRemove(playerid)
    {
    	if(ScoateID[playerid] == GetPlayerVehicleID(playerid)) //daca el este inca in masina asta insemnand ca functia nu are efect pe el (sob)
    	{
                Kick(playerid);
    	}
    	return 0;
    }
    

    Modificati pe oriunde aveati  RemovePlayerFromVehicle(playerid); in  RemovePlayerFromVehicleEx(playerid);

  8. new tmpobjid;

    tmpobjid = CreateDynamicObjectEx(8661,961.700,388.594,-34.269,0.000,0.000,0.000,300.000,300.000);
    SetDynamicObjectMaterial(tmpobjid, 0, 14584, "ab_abbatoir01", "ab_concFloor", 0);
    tmpobjid = CreateDynamicObjectEx(19377,956.973,393.134,-33.203,0.000,0.000,90.000,300.000,300.000);
    SetDynamicObjectMaterial(tmpobjid, 0, 16640, "a51", "sw_olddrum1", 0);
    tmpobjid = CreateDynamicObjectEx(19377,956.894,383.499,-33.203,0.000,0.000,90.000,300.000,300.000);
    SetDynamicObjectMaterial(tmpobjid, 0, 16640, "a51", "sw_olddrum1", 0);
    tmpobjid = CreateDynamicObjectEx(19377,966.552,393.133,-33.203,0.000,0.000,90.000,300.000,300.000);
    SetDynamicObjectMaterial(tmpobjid, 0, 16640, "a51", "sw_olddrum1", 0);
    tmpobjid = CreateDynamicObjectEx(19377,966.497,383.500,-33.203,0.000,0.000,90.000,300.000,300.000);
    SetDynamicObjectMaterial(tmpobjid, 0, 16640, "a51", "sw_olddrum1", 0);
    tmpobjid = CreateDynamicObjectEx(19377,969.124,394.437,-33.203,0.000,0.000,0.000,300.000,300.000);
    SetDynamicObjectMaterial(tmpobjid, 0, 16640, "a51", "sw_olddrum1", 0);
    tmpobjid = CreateDynamicObjectEx(19377,969.149,381.783,-33.203,0.000,0.000,0.000,300.000,300.000);
    SetDynamicObjectMaterial(tmpobjid, 0, 16640, "a51", "sw_olddrum1", 0);
    tmpobjid = CreateDynamicObjectEx(19377,974.218,389.588,-33.203,0.000,0.000,90.000,300.000,300.000);
    SetDynamicObjectMaterial(tmpobjid, 0, 16093, "a51_ext", "BLOCK2", 0);
    tmpobjid = CreateDynamicObjectEx(19377,974.195,386.294,-33.203,0.000,0.000,90.000,300.000,300.000);
    SetDynamicObjectMaterial(tmpobjid, 0, 16093, "a51_ext", "BLOCK2", 0);
    tmpobjid = CreateDynamicObjectEx(19364,981.471,386.144,-34.339,0.000,90.000,57.251,300.000,300.000);
    SetDynamicObjectMaterial(tmpobjid, 0, 14584, "ab_abbatoir01", "ab_concFloor", 0);
    tmpobjid = CreateDynamicObjectEx(8661,988.699,370.169,-34.374,90.000,0.000,236.426,300.000,300.000);
    SetDynamicObjectMaterial(tmpobjid, 0, 16093, "a51_ext", "BLOCK2", 0);
    tmpobjid = CreateDynamicObjectEx(8661,1003.732,380.533,-34.374,90.000,0.000,327.733,300.000,300.000);
    SetDynamicObjectMaterial(tmpobjid, 0, 16093, "a51_ext", "BLOCK2", 0);
    tmpobjid = CreateDynamicObjectEx(8661,973.554,365.958,-34.374,90.000,0.000,56.561,300.000,300.000);
    SetDynamicObjectMaterial(tmpobjid, 0, 16093, "a51_ext", "BLOCK2", 0);
    tmpobjid = CreateDynamicObjectEx(8661,981.585,359.414,-34.374,90.000,0.000,236.426,300.000,300.000);
    SetDynamicObjectMaterial(tmpobjid, 0, 16093, "a51_ext", "BLOCK2", 0);
    tmpobjid = CreateDynamicObjectEx(8661,949.956,360.154,-34.374,90.000,0.000,143.060,300.000,300.000);
    SetDynamicObjectMaterial(tmpobjid, 0, 16093, "a51_ext", "BLOCK2", 0);
    tmpobjid = CreateDynamicObjectEx(8661,984.556,334.418,-34.374,90.000,0.000,143.060,300.000,300.000);
    SetDynamicObjectMaterial(tmpobjid, 0, 16093, "a51_ext", "BLOCK2", 0);
    tmpobjid = CreateDynamicObjectEx(19377,963.350,344.067,-35.580,0.000,0.000,326.823,300.000,300.000);
    SetDynamicObjectMaterial(tmpobjid, 0, 16093, "a51_ext", "BLOCK2", 0);
    tmpobjid = CreateDynamicObjectEx(19377,965.538,342.692,-35.580,0.000,0.000,326.823,300.000,300.000);
    SetDynamicObjectMaterial(tmpobjid, 0, 16093, "a51_ext", "BLOCK2", 0);
    tmpobjid = CreateDynamicObjectEx(19377,962.738,340.697,-33.904,0.000,90.000,326.824,300.000,300.000);
    SetDynamicObjectMaterial(tmpobjid, 0, 14584, "ab_abbatoir01", "ab_concFloor", 0);
    tmpobjid = CreateDynamicObjectEx(19377,961.897,341.871,-35.580,0.000,0.000,326.823,300.000,300.000);
    SetDynamicObjectMaterial(tmpobjid, 0, 16093, "a51_ext", "BLOCK2", 0);
    tmpobjid = CreateDynamicObjectEx(8661,958.936,325.310,-43.898,90.000,0.000,56.561,300.000,300.000);
    SetDynamicObjectMaterial(tmpobjid, 0, 16093, "a51_ext", "BLOCK2", 0);
    tmpobjid = CreateDynamicObjectEx(8661,953.641,317.573,-39.157,90.000,0.000,56.561,300.000,300.000);
    SetDynamicObjectMaterial(tmpobjid, 0, 16093, "a51_ext", "BLOCK2", 0);
    tmpobjid = CreateDynamicObjectEx(19377,976.586,320.574,-36.762,0.000,0.000,328.605,300.000,300.000);
    SetDynamicObjectMaterial(tmpobjid, 0, 16093, "a51_ext", "BLOCK2", 0);
    tmpobjid = CreateDynamicObjectEx(19377,983.173,330.730,-36.762,0.000,0.000,328.605,300.000,300.000);
    SetDynamicObjectMaterial(tmpobjid, 0, 16093, "a51_ext", "BLOCK2", 0);
    tmpobjid = CreateDynamicObjectEx(19377,956.882,388.176,-33.203,0.000,0.000,0.000,300.000,300.000);
    SetDynamicObjectMaterial(tmpobjid, 0, 16640, "a51", "sw_olddrum1", 0);
    /////////////////////////////////////////////////////////////////////////////////////////////////////////////////
    /////////////////////////////////////////////////////////////////////////////////////////////////////////////////
    /////////////////////////////////////////////////////////////////////////////////////////////////////////////////
    tmpobjid = CreateDynamicObjectEx(1508,957.046,388.622,-32.826,0.000,0.000,0.000,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(900,948.091,389.595,-26.111,0.000,0.000,180.000,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(900,959.180,391.428,-26.111,0.000,0.000,180.000,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(3498,969.196,386.408,-32.440,0.000,0.000,0.000,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(3498,969.205,389.596,-32.440,0.000,0.000,0.000,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(3498,969.379,388.326,-31.163,0.000,90.000,90.000,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(3498,972.131,386.416,-32.440,0.000,0.000,0.000,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(3498,975.090,386.419,-32.440,0.000,0.000,0.000,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(3498,979.158,386.493,-32.440,0.000,0.000,0.000,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(3498,972.131,389.596,-32.439,0.000,0.000,0.000,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(3498,975.090,389.596,-32.439,0.000,0.000,0.000,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(3498,979.158,389.596,-32.439,0.000,0.000,0.000,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(3498,972.117,388.720,-31.163,0.000,90.000,90.000,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(3498,974.981,389.174,-31.163,0.000,90.000,90.000,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(3498,979.117,389.758,-31.163,0.000,90.000,90.000,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(3498,982.551,387.149,-30.755,0.000,90.000,57.251,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(3498,982.762,387.326,-32.439,0.000,0.000,0.000,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(3498,981.367,385.135,-32.439,0.000,0.000,0.000,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(900,988.033,393.419,-27.324,0.000,0.000,180.000,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(14407,984.535,384.231,-37.457,0.000,0.000,237.742,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(751,980.352,384.870,-35.833,0.000,0.000,0.000,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(751,979.480,385.717,-35.833,0.000,0.000,0.000,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(751,979.439,390.248,-35.833,0.000,0.000,0.000,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(751,980.458,389.648,-35.833,0.000,0.000,0.000,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(751,981.399,389.119,-35.833,0.000,0.000,0.000,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(751,981.903,388.466,-35.833,0.000,0.000,0.000,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(751,982.309,387.952,-35.833,0.000,0.000,0.000,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(750,983.428,387.831,-35.833,0.000,0.000,0.000,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(750,984.433,387.032,-36.554,0.000,0.000,0.000,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(750,985.429,386.925,-37.383,0.000,0.000,0.000,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(750,981.133,384.165,-34.862,0.000,0.000,0.000,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(750,981.512,383.750,-35.799,0.000,0.000,0.000,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(750,982.413,383.190,-36.090,0.000,0.000,0.000,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(750,986.330,386.421,-36.842,0.000,0.000,0.000,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(3498,984.637,386.130,-32.439,0.000,0.000,0.000,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(3498,983.087,383.893,-32.439,0.000,0.000,0.000,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(3498,984.580,385.868,-30.755,0.000,90.000,57.251,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(3498,986.428,385.194,-32.439,0.000,0.000,0.000,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(3498,984.553,382.813,-32.439,0.000,0.000,0.000,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(3498,986.352,384.666,-30.755,0.000,90.000,57.251,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(900,988.078,393.375,-27.324,0.000,0.000,180.000,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(5064,959.040,331.023,-35.931,0.000,0.000,56.333,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(900,988.311,380.022,-27.324,0.000,0.000,180.000,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(900,981.683,366.752,-27.324,0.000,0.000,180.000,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(900,976.555,358.944,-27.324,0.000,0.000,180.000,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(750,987.117,387.651,-36.889,0.000,0.000,0.000,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(750,988.198,388.729,-36.889,0.000,0.000,0.000,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(750,989.353,389.842,-36.889,0.000,0.000,0.000,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(750,986.248,386.383,-35.461,0.000,0.000,0.000,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(750,987.304,387.674,-35.461,0.000,0.000,0.000,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(750,988.414,388.932,-35.461,0.000,0.000,0.000,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(750,984.663,387.002,-35.461,0.000,0.000,0.000,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(750,983.109,382.603,-36.090,0.000,0.000,0.000,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(750,983.532,382.927,-36.090,0.000,0.000,0.000,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(879,972.722,351.386,-36.904,0.000,0.000,0.000,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(879,980.545,355.495,-36.904,0.000,0.000,0.000,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(879,974.022,365.967,-36.904,0.000,0.000,278.936,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(879,994.843,377.711,-36.904,0.000,0.000,278.936,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(3498,997.649,384.137,-32.439,0.000,0.000,0.000,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(3498,993.630,377.793,-32.439,0.000,0.000,0.000,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(3498,990.382,372.653,-32.439,0.000,0.000,0.000,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(3498,986.709,367.301,-32.439,0.000,0.000,0.000,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(3498,983.453,362.206,-32.439,0.000,0.000,0.000,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(3498,980.064,357.110,-32.439,0.000,0.000,0.000,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(3498,976.763,352.197,-32.439,0.000,0.000,0.000,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(3498,971.430,344.502,-32.439,0.000,0.000,0.000,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(3498,968.449,346.695,-32.439,0.000,0.000,0.000,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(3498,966.047,348.421,-32.439,0.000,0.000,0.000,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(3498,963.263,350.315,-32.439,0.000,0.000,0.000,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(3498,968.503,358.255,-32.439,0.000,0.000,0.000,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(3498,971.435,362.488,-32.439,0.000,0.000,0.000,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(3498,976.064,369.394,-32.439,0.000,0.000,0.000,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(3498,978.781,373.829,-32.439,0.000,0.000,0.000,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(14407,966.222,346.381,-37.008,0.000,0.000,328.140,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(3498,968.174,346.987,-30.626,0.000,90.000,324.681,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(3498,960.824,352.217,-30.645,0.000,90.000,324.681,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(900,982.446,356.767,-27.324,0.000,0.000,180.000,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(3498,964.162,344.973,-32.439,0.000,0.000,0.000,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(3498,965.984,343.560,-32.439,0.000,0.000,0.000,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(750,959.062,337.683,-34.781,0.000,0.000,0.000,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(750,959.834,336.950,-34.781,0.000,0.000,0.000,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(750,960.697,336.278,-34.781,0.000,0.000,0.000,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(750,961.577,335.712,-34.781,0.000,0.000,0.000,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(750,964.194,338.557,-34.781,0.000,0.000,0.000,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(750,965.191,337.925,-34.781,0.000,0.000,0.000,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(750,965.896,337.341,-34.781,0.000,0.000,0.000,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(750,962.436,335.183,-34.781,0.000,0.000,0.000,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(750,963.552,334.301,-34.781,0.000,0.000,0.000,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(750,964.117,333.918,-34.781,0.000,0.000,0.000,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(3498,959.957,338.464,-32.439,0.000,0.000,0.000,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(3498,963.067,338.910,-32.439,0.000,0.000,0.000,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(3498,963.565,335.525,-32.439,0.000,0.000,0.000,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(3498,965.610,343.778,-30.626,0.000,90.000,324.681,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(3498,962.104,338.889,-30.626,0.000,90.000,8.828,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(898,967.299,335.123,-41.235,0.000,0.000,0.000,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(898,972.494,331.906,-44.895,0.000,0.000,0.000,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(898,973.475,326.341,-43.566,0.000,0.000,0.000,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(898,983.467,325.219,-43.566,0.000,0.000,0.000,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(898,988.234,322.858,-43.566,0.000,0.000,0.000,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(898,980.766,341.755,-37.135,0.000,0.000,0.000,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(898,965.283,323.303,-36.588,0.000,0.000,306.353,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(898,974.947,317.304,-36.588,0.000,0.000,306.353,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(898,981.427,313.348,-36.588,0.000,0.000,306.353,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(899,992.514,338.888,-38.940,0.000,0.000,62.659,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(899,998.385,332.467,-38.940,0.000,0.000,62.659,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(898,986.272,309.841,-36.588,0.000,0.000,306.353,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(880,972.978,342.376,-34.275,0.000,0.000,0.000,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(898,976.019,342.743,-42.803,0.000,0.000,0.000,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(880,972.978,342.376,-35.885,0.000,0.000,0.000,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(880,972.978,342.376,-37.435,0.000,0.000,0.000,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(880,972.978,342.376,-33.150,0.000,0.000,0.000,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(880,969.432,341.589,-37.418,0.000,0.000,0.000,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(880,969.432,341.589,-35.094,0.000,0.000,0.000,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(880,965.291,339.695,-32.770,0.000,0.000,0.000,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(880,968.104,340.880,-32.770,0.000,0.000,0.000,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(16644,971.943,331.460,-34.362,0.000,4.000,326.000,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(898,979.950,330.608,-43.566,0.000,0.000,0.000,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(898,976.480,322.036,-43.566,0.000,0.000,0.000,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(898,979.943,319.647,-43.566,0.000,0.000,0.000,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(900,966.916,343.268,-27.324,0.000,0.000,180.000,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(900,975.585,337.445,-28.038,0.000,0.000,180.000,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(900,990.054,329.310,-28.038,0.000,0.000,180.000,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(899,991.476,338.682,-34.122,0.000,0.000,62.659,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(900,969.971,320.037,-28.548,0.000,0.000,180.000,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(898,989.774,327.339,-36.588,0.000,0.000,306.353,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(898,980.917,314.771,-35.431,0.000,0.000,306.353,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(898,985.372,322.891,-39.352,0.000,0.000,306.353,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(898,999.011,310.896,-35.431,0.000,0.000,306.353,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(898,989.093,319.540,-40.691,0.000,0.000,306.353,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(898,993.947,318.729,-42.300,0.000,0.000,306.353,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(899,1003.724,329.123,-35.581,0.000,0.000,62.659,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(3498,979.053,324.722,-32.439,0.000,0.000,0.000,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(3498,980.859,326.674,-32.439,0.000,0.000,0.000,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(3498,980.165,325.268,-32.469,0.000,90.000,56.509,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(900,1000.768,322.338,-28.038,0.000,0.000,180.000,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(898,990.099,307.760,-34.264,0.000,0.000,306.353,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(905,980.511,325.738,-31.947,0.000,0.000,0.000,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(905,980.149,325.151,-31.947,0.000,0.000,0.000,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(905,979.840,324.669,-31.947,0.000,0.000,0.000,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(905,979.446,324.417,-31.947,0.000,0.000,0.000,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(16083,993.901,383.014,-35.301,0.000,0.000,45.465,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(16079,989.199,372.315,-36.764,0.000,0.000,36.058,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(16077,989.637,371.379,-38.015,0.000,0.000,36.058,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(3633,984.129,380.390,-35.637,0.000,0.000,53.242,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(3632,983.045,379.540,-35.675,0.000,0.000,53.242,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(3632,982.434,378.784,-35.675,0.000,0.000,53.242,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(3632,982.003,377.983,-35.675,0.000,0.000,53.242,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(3632,983.017,378.285,-35.675,0.000,0.000,53.242,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(3632,980.804,375.803,-35.375,0.000,0.000,53.242,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(16531,973.739,365.079,-36.379,0.000,0.000,60.320,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(2669,981.046,374.223,-34.609,0.000,0.000,147.459,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(3632,980.444,374.894,-35.375,0.000,0.000,53.242,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(3632,980.824,372.082,-35.375,0.000,0.000,53.242,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(3632,979.367,373.256,-35.375,0.000,0.000,53.242,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(2669,981.046,374.223,-37.305,0.000,0.000,147.459,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(931,967.421,392.019,-33.259,0.000,0.000,0.000,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(942,966.307,384.715,-32.043,0.000,0.000,0.000,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(931,962.294,384.245,-33.259,0.000,0.000,0.000,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(1217,965.835,392.415,-33.919,0.000,0.000,0.000,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(1217,964.830,391.453,-33.919,0.000,0.000,0.000,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(1217,963.799,392.602,-33.919,0.000,0.000,0.000,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(1217,962.295,392.132,-33.919,0.000,0.000,0.000,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(1223,971.054,386.119,-36.717,0.000,0.000,109.200,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(1223,978.003,386.097,-36.717,0.000,0.000,109.200,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(1223,992.270,375.184,-36.717,0.000,0.000,159.267,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(1223,984.913,364.120,-36.717,0.000,0.000,159.267,300.000,300.000);
    tmpobjid = CreateDynamicObjectEx(1223,978.244,353.997,-36.717,0.000,0.000,159.267,300.000,300.000);
    

    POZE:

    10440829_762366457148623_517270083583676

     

    10488235_762366490481953_394956241735872

    10517537_762366503815285_644382224755934

    10351725_762366500481952_311157693521141

    10514706_762367027148566_163437008428856

    10413411_762366453815290_201131278895891

     

    • Upvote 1
  9. COD:

                    new siena = CreateObject(19463, 1351.72949, -627.25787, 109.6063,   0.00000, 0.00000, 108.91000);
                    SetObjectMaterial(siena, 0, 3605, "bevmans01_la", "hottop5d_law", 0);
                     siena = CreateObject(19463, 1342.67224, -630.36151, 109.6063,   0.00000, 0.00000, 108.91000);
                    SetObjectMaterial(siena, 0, 3605, "bevmans01_la", "hottop5d_law", 0);
                     siena = CreateObject(19463, 1333.57605, -633.48090, 109.6063,   0.00000, 0.00000, 108.91000);
                    SetObjectMaterial(siena, 0, 3605, "bevmans01_la", "hottop5d_law", 0);
                     siena = CreateObject(19463, 1324.47632, -636.59711, 109.6063,   0.00000, 0.00000, 108.91000);
                    SetObjectMaterial(siena, 0, 3605, "bevmans01_la", "hottop5d_law", 0);
                     siena = CreateObject(19463, 1357.78955, -630.36041, 109.6063,   0.00000, 0.00000, 18.91000);
                    SetObjectMaterial(siena, 0, 3605, "bevmans01_la", "hottop5d_law", 0);
                     siena = CreateObject(19371, 1357.94043, -635.49573, 109.6063,   0.00000, 0.00000, 108.91000);
                    SetObjectMaterial(siena, 0, 3605, "bevmans01_la", "hottop5d_law", 0);
                     siena = CreateObject(19371, 1354.91016, -636.53638, 109.6063,   0.00000, 0.00000, 108.91000);
                    SetObjectMaterial(siena, 0, 3605, "bevmans01_la", "hottop5d_law", 0);
                     siena = CreateObject(19444, 1352.96082, -637.20093, 109.6063,   0.00000, 0.00000, 108.91000);
                    SetObjectMaterial(siena, 0, 3605, "bevmans01_la", "hottop5d_law", 0);
                     siena = CreateObject(19463, 1350.57581, -632.83002, 109.6063,   0.00000, 0.00000, 18.91000);
                    SetObjectMaterial(siena, 0, 3605, "bevmans01_la", "hottop5d_law", 0);
                     siena = CreateObject(19463, 1321.52783, -642.61133, 109.6063,   0.00000, 0.00000, 18.91000);
                    SetObjectMaterial(siena, 0, 3605, "bevmans01_la", "hottop5d_law", 0);
     
                    new langas =  CreateObject(19463, 1327.57324, -645.53510, 109.6063,   0.00000, 0.00000, 108.91000);
                    SetObjectMaterial(langas, 0, 1649, "wglass", "carshowwin2", 0);
                     langas = CreateObject(19463, 1336.68726, -642.41779, 109.6063,   0.00000, 0.00000, 108.91000);
                    SetObjectMaterial(langas, 0, 1649, "wglass", "carshowwin2", 0);
                     langas = CreateObject(19463, 1342.70703, -645.40979, 109.6063,   0.00000, 0.00000, 18.91000);
                    SetObjectMaterial(langas, 0, 1649, "wglass", "carshowwin2", 0);
                     langas = CreateObject(19463, 1345.82568, -654.50812, 109.6063,   0.00000, 0.00000, 18.91000);
                    SetObjectMaterial(langas, 0, 1649, "wglass", "carshowwin2", 0);
                     langas = CreateObject(19463, 1348.93884, -663.61133, 109.6063,   0.00000, 0.00000, 18.91000);
                    SetObjectMaterial(langas, 0, 1649, "wglass", "carshowwin2", 0);
                     langas = CreateObject(19463, 1354.94360, -666.54651, 109.6063,   0.00000, 0.00000, 108.91000);
                    SetObjectMaterial(langas, 0, 1649, "wglass", "carshowwin2", 0);
                     langas = CreateObject(19463, 1353.70215, -641.95660, 109.6063,   0.00000, 0.00000, 18.91000);
                    SetObjectMaterial(langas, 0, 1649, "wglass", "carshowwin2", 0);
                     langas = CreateObject(19463, 1356.80896, -651.02759, 109.6063,   0.00000, 0.00000, 18.91000);
                    SetObjectMaterial(langas, 0, 1649, "wglass", "carshowwin2", 0);
                     langas = CreateObject(19463, 1359.79980, -659.76788, 109.6063,   0.00000, 0.00000, 18.91000);
                    SetObjectMaterial(langas, 0, 1649, "wglass", "carshowwin2", 0);
                     langas = CreateObject(19463, 1356.89648, -665.89380, 109.60630,   0.00000, 0.00000, 108.91000);
                    SetObjectMaterial(langas, 0, 1649, "wglass", "carshowwin2", 0);
     
                    CreateObject(19362, 1343.11816, -641.93103, 107.76770,   0.00000, 90.00000, 108.91000);
                    CreateObject(19377, 1344.08386, -634.42499, 107.76970,   0.00000, 90.00000, 108.91000);
                    CreateObject(19377, 1349.29919, -643.69196, 107.76970,   0.00000, 90.00000, 108.91000);
                    CreateObject(19377, 1352.69666, -653.60760, 107.76800,   0.00000, 90.00000, 108.91000);
                    CreateObject(19377, 1355.21826, -661.01208, 107.76970,   0.00000, 90.00000, 108.91000);
                    CreateObject(19377, 1334.98193, -637.54279, 107.76970,   0.00000, 90.00000, 108.91000);
                    CreateObject(19377, 1325.87903, -640.65997, 107.76970,   0.00000, 90.00000, 108.91000);
                    CreateObject(19377, 1353.17627, -631.31342, 107.76970,   0.00000, 90.00000, 108.91000);
     
                    new grindys = CreateObject(9339, 1346.87866, -655.59729, 107.70920,   0.00000, 90.00000, 198.84000);
                    SetObjectMaterial(grindys, 0, 19377, "all_walls", "la_carp3", 0);
                     grindys = CreateObject(9339, 1348.18018, -655.16180, 107.70920,   0.00000, 90.00000, 198.84000);
                    SetObjectMaterial(grindys, 0, 19377, "all_walls", "la_carp3", 0);
                     grindys = CreateObject(9339, 1356.58179, -652.22491, 107.73000,   0.00000, 90.00000, 198.84000);
                    SetObjectMaterial(grindys, 0, 19377, "all_walls", "la_carp3", 0);
                     grindys = CreateObject(9339, 1355.33728, -652.64612, 107.72900,   0.00000, 90.00000, 198.84000);
                    SetObjectMaterial(grindys, 0, 19377, "all_walls", "la_carp3", 0);
     
                    CreateObject(2957, 1353.67993, -626.53503, 109.51650,   0.00000, 0.00000, 18.91000); // garazas
                    new langai = CreateObject(3034, 1344.42456, -629.6680, 109.76450,   0.00000, 0.00000, -161.08009);
                    SetObjectMaterial(langai, 0, 13816, "lahills_safe1", "sw_mansionwin", 0);
                     langai = CreateObject(3034, 1324.60486, -636.4600, 109.76450,   0.00000, 0.00000, -161.08009);
                    SetObjectMaterial(langai, 0, 13816, "lahills_safe1", "sw_mansionwin", 0);
     
                    CreateObject(19380, 1353.51648, -640.88464, 102.90112,   0.00000, 0.00000, 18.91000);
                    CreateObject(19380, 1356.52808, -649.70923, 102.66208,   3.00000, 0.00000, 18.91000);
                    CreateObject(19380, 1359.75525, -648.66266, 103.80364,   3.00000, -40.00000, 18.91000);
                    CreateObject(19380, 1357.05615, -639.74811, 104.37506,   0.00000, -45.00000, 18.91000);
     
                    new zeme = CreateObject(19454, 1325.43091, -652.71588, 107.76850,   0.00000, 90.00000, 18.91000);
                    SetObjectMaterial(zeme, 0, 13816, "lahills_safe1", "la_tilered", 0);
                     zeme = CreateObject(19454, 1328.53613, -661.81567, 107.76900,   0.00000, 90.00000, 18.91000);
                    SetObjectMaterial(zeme, 0, 13816, "lahills_safe1", "la_tilered", 0);
                     zeme = CreateObject(19454, 1335.71228, -662.59485, 107.76900,   0.00000, 90.00000, 108.91000);
                    SetObjectMaterial(zeme, 0, 13816, "lahills_safe1", "la_tilered", 0);
                     zeme = CreateObject(19454, 1328.01514, -647.32159, 107.76900,   0.00000, 90.00000, 108.91000);
                    SetObjectMaterial(zeme, 0, 13816, "lahills_safe1", "la_tilered", 0);
                     zeme = CreateObject(19454, 1337.11621, -644.20313, 107.76900,   0.00000, 90.00000, 108.91000);
                    SetObjectMaterial(zeme, 0, 13816, "lahills_safe1", "la_tilered", 0);
                     zeme = CreateObject(19454, 1342.15161, -649.39398, 107.76900,   0.00000, 90.00000, 18.91000);
                    SetObjectMaterial(zeme, 0, 13816, "lahills_safe1", "la_tilered", 0);
                     zeme = CreateObject(19454, 1345.27112, -658.48041, 107.76900,   0.00000, 90.00000, 18.91000);
                    SetObjectMaterial(zeme, 0, 13816, "lahills_safe1", "la_tilered", 0);
                     zeme = CreateObject(19454, 1318.69263, -640.41241, 107.76850,   0.00000, 90.00000, 108.91000);
                    SetObjectMaterial(zeme, 0, 13816, "lahills_safe1", "la_tilered", 0);
                     zeme = CreateObject(19454, 1319.82581, -643.72467, 107.76850,   0.00000, 90.00000, 108.91000);
                    SetObjectMaterial(zeme, 0, 13816, "lahills_safe1", "la_tilered", 0);
                     zeme = CreateObject(19454, 1320.95679, -647.03571, 107.76850,   0.00000, 90.00000, 108.91000);
                    SetObjectMaterial(zeme, 0, 13816, "lahills_safe1", "la_tilered", 0);
                     zeme = CreateObject(19435, 1323.10449, -648.85083, 107.76694,   0.00000, 90.00000, 108.91000);
                    SetObjectMaterial(zeme, 0, 13816, "lahills_safe1", "la_tilered", 0);
                     zeme = CreateObject(19362, 1347.35278, -664.54962, 107.76900,   0.00000, 90.00000, 18.91000);
                    SetObjectMaterial(zeme, 0, 13816, "lahills_safe1", "la_tilered", 0);
                     zeme = CreateObject(19362, 1348.40417, -667.55786, 107.76900,   0.00000, 90.00000, 18.91000);
                    SetObjectMaterial(zeme, 0, 13816, "lahills_safe1", "la_tilered", 0);
                     zeme = CreateObject(19435, 1360.07324, -665.72076, 107.76900,   0.00000, 90.00000, 18.91000);
                    SetObjectMaterial(zeme, 0, 13816, "lahills_safe1", "la_tilered", 0);
                     zeme = CreateObject(19435, 1356.77710, -666.84277, 107.76900,   0.00000, 90.00000, 18.91000);
                    SetObjectMaterial(zeme, 0, 13816, "lahills_safe1", "la_tilered", 0);
                     zeme = CreateObject(19435, 1353.46875, -667.97272, 107.76900,   0.00000, 90.00000, 18.91000);
                    SetObjectMaterial(zeme, 0, 13816, "lahills_safe1", "la_tilered", 0);
                     zeme = CreateObject(19435, 1350.17102, -669.10291, 107.7686,   0.00000, 90.00000, 18.91000);
                    SetObjectMaterial(zeme, 0, 13816, "lahills_safe1", "la_tilered", 0);
                     zeme = CreateObject(19435, 1349.06946, -669.49060, 107.7682,   0.00000, 90.00000, 18.91000);
                    SetObjectMaterial(zeme, 0, 13816, "lahills_safe1", "la_tilered", 0);
                     zeme = CreateObject(19454, 1334.59192, -659.28137, 107.76900,   0.00000, 90.00000, 108.91000);
                    SetObjectMaterial(zeme, 0, 13816, "lahills_safe1", "la_tilered", 0);
                     zeme = CreateObject(19454, 1343.73755, -659.84052, 107.76000,   0.00000, 90.00000, 108.91000);
                    SetObjectMaterial(zeme, 0, 13816, "lahills_safe1", "la_tilered", 0);
                     zeme = CreateObject(19454, 1342.64478, -656.52338, 107.76000,   0.00000, 90.00000, 108.91000);
                    SetObjectMaterial(zeme, 0, 13816, "lahills_safe1", "la_tilered", 0);
     
                    new baseinas1 = CreateObject(19454, 1340.96875, -651.07190, 106.08510,   0.00000, 0.00000, 18.91000);
                    SetObjectMaterial(baseinas1, 0, 3741, "cehillhse14", "swimpoolside1_128", 0);
                     baseinas1 = CreateObject(19454, 1338.11658, -645.62561, 106.08510,   0.00000, 0.00000, 108.91000);
                    SetObjectMaterial(baseinas1, 0, 3741, "cehillhse14", "swimpoolside1_128", 0);
                     baseinas1 = CreateObject(19454, 1327.02783, -652.16162, 106.08510,   0.00000, 0.00000, 18.91000);
                    SetObjectMaterial(baseinas1, 0, 3741, "cehillhse14", "swimpoolside1_128", 0);
                     baseinas1 = CreateObject(19454, 1329.12012, -648.70813, 106.08510,   0.00000, 0.00000, 108.91000);
                    SetObjectMaterial(baseinas1, 0, 3741, "cehillhse14", "swimpoolside1_128", 0);
                     baseinas1 = CreateObject(19454, 1330.12488, -661.16699, 106.08510,   0.00000, 0.00000, 18.91000);
                    SetObjectMaterial(baseinas1, 0, 3741, "cehillhse14", "swimpoolside1_128", 0);
                     baseinas1 = CreateObject(19454, 1333.45056, -657.88391, 106.08510,   0.00000, 0.00000, 108.91000);
                    SetObjectMaterial(baseinas1, 0, 3741, "cehillhse14", "swimpoolside1_128", 0);
                     baseinas1 = CreateObject(19454, 1342.51184, -654.80786, 106.08511,   0.00000, 0.00000, 108.91000);
                    SetObjectMaterial(baseinas1, 0, 3741, "cehillhse14", "swimpoolside1_128", 0);
                     baseinas1 = CreateObject(19454, 1338.28162, -643.23834, 106.08510,   0.00000, 0.00000, 18.91000);
                    SetObjectMaterial(baseinas1, 0, 3741, "cehillhse14", "swimpoolside1_128", 0);
     
                    new baseinas = CreateObject(19377, 1331.82495, -653.05011, 106.53000,   6.00000, 90.00000, 108.91000);
                    SetObjectMaterial(baseinas, 0, 5886, "garag3_lawn", "bluestucco1", 0);
                     baseinas = CreateObject(19377, 1340.97009, -650.12524, 106.03224,   0.00000, 90.00000, 108.91000);
                    SetObjectMaterial(baseinas, 0, 5886, "garag3_lawn", "bluestucco1", 0);
                    CreateObject(3440, 1314.28650, -640.83667, 109.2044,   0.00000, 0.00000, 0.00000);
                    CreateObject(3440, 1317.25610, -649.29834, 109.2044,   0.00000, 0.00000, 0.00000);
                    CreateObject(3440, 1321.43091, -647.92926, 109.2044,   0.00000, 0.00000, 0.00000);
                    CreateObject(985, 1315.29785, -643.86572, 103.53806,   0.00000, 0.00000, 108.91000);
                    CreateObject(985, 1316.10437, -646.22632, 103.53806,   0.00000, 0.00000, 108.91000);
                    CreateObject(3440, 1348.34668, -668.79193, 105.35404,   0.00000, 0.00000, 0.00000);
                    CreateObject(3440, 1348.34668, -668.79193, 100.61307,   0.00000, 0.00000, 0.00000);
                    CreateObject(3440, 1360.04358, -664.78571, 105.35400,   0.00000, 0.00000, 0.00000);
                    CreateObject(3440, 1360.04358, -664.78571, 100.60738,   0.00000, 0.00000, 0.00000);
                    CreateObject(3440, 1360.04358, -664.78571, 95.85506,   0.00000, 0.00000, 0.00000);
                    CreateObject(1688, 1326.51428, -642.44318, 113.34540,   0.00000, 0.00000, 108.91000);
                    CreateObject(1688, 1330.82959, -640.92072, 113.34540,   0.00000, 0.00000, 108.91000);
                    CreateObject(1691, 1349.84387, -652.02814, 112.78610,   0.00000, 0.00000, 108.91000);
                    CreateObject(1691, 1353.43335, -661.45190, 112.78610,   0.00000, 0.00000, 108.91000);
                    CreateObject(1688, 1347.06140, -644.09058, 113.34540,   0.00000, 0.00000, 18.91000);
                    CreateObject(1690, 1344.20984, -636.40399, 113.02720,   0.00000, 0.00000, 108.91000);
                    CreateObject(1536, 1330.96497, -634.46136, 107.86320,   0.00000, 0.00000, 18.91000);
                    CreateObject(1536, 1333.80615, -633.44873, 107.86320,   0.00000, 0.00000, 198.91000);
                    CreateObject(2566, 1325.03491, -644.87598, 108.27074,   0.00000, 0.00000, 108.91100);
     
                    new vidus = CreateObject(19362, 1330.73950, -639.56750, 109.60400,   0.00000, 0.00000, 18.91000);
                    SetObjectMaterial(vidus, 0, 9132, "triadcasino", "imperial03_128", 0);
                     vidus = CreateObject(19362, 1329.71228, -636.54718, 109.60400,   0.00000, 0.00000, 18.91000);
                    SetObjectMaterial(vidus, 0, 9132, "triadcasino", "imperial03_128", 0);
                     vidus = CreateObject(19389, 1331.74255, -642.48480, 109.60400,   0.00000, 0.00000, 18.91000);
                    SetObjectMaterial(vidus, 0, 9132, "triadcasino", "imperial03_128", 0);
                     vidus = CreateObject(19362, 1322.75354, -641.06305, 109.60400,   0.00000, 0.00000, 108.91000);
                    SetObjectMaterial(vidus, 0, 9132, "triadcasino", "imperial03_128", 0);
                     vidus = CreateObject(19362, 1325.79004, -640.02502, 109.60400,   0.00000, 0.00000, 108.91000);
                    SetObjectMaterial(vidus, 0, 9132, "triadcasino", "imperial03_128", 0);
                     vidus = CreateObject(19389, 1328.77173, -639.00299, 109.60400,   0.00000, 0.00000, 108.91000);
                    SetObjectMaterial(vidus, 0, 9132, "triadcasino", "imperial03_128", 0);
                     vidus = CreateObject(19435, 1331.08044, -635.25842, 109.60400,   0.00000, 0.00000, 18.91000);
                    SetObjectMaterial(vidus, 0, 9132, "triadcasino", "imperial03_128", 0);
                     vidus = CreateObject(19435, 1332.15356, -638.40747, 109.60400,   0.00000, 0.00000, 18.91000);
                    SetObjectMaterial(vidus, 0, 9132, "triadcasino", "imperial03_128", 0);
                     vidus = CreateObject(19435, 1331.56653, -639.36224, 109.60400,   0.00000, 0.00000, 108.91000);
                    SetObjectMaterial(vidus, 0, 9132, "triadcasino", "imperial03_128", 0);
     
                    CreateObject(2522, 1321.12134, -639.73248, 107.81319,   0.00000, 0.00000, 108.91000);
                    CreateObject(2517, 1322.44434, -640.50537, 107.8234,   0.00000, 0.00000, 108.91000);
                    CreateObject(2521, 1324.69800, -637.08362, 107.82413,   0.00000, 0.00000, 18.91000);
                    CreateObject(2524, 1325.21387, -639.43341, 107.80810,   0.00000, 0.00000, 198.91000);
                    CreateObject(2141, 1325.30676, -639.73083, 106.14720,   0.00000, 0.00000, 198.91000);
                    CreateObject(2141, 1324.36890, -640.05035, 106.14720,   0.00000, 0.00000, 198.91000);
                    CreateObject(18001, 1325.22742, -640.09882, 106.27810,   0.00000, 90.00000, 198.91000);
                    CreateObject(18001, 1324.68054, -640.28210, 106.27810,   0.00000, 90.00000, 198.91000);
                    CreateObject(2141, 1323.80481, -637.41321, 106.14720,   0.00000, 0.00000, 18.91000);
                    CreateObject(2141, 1322.87805, -637.72998, 106.14720,   0.00000, 0.00000, 18.91000);
                    CreateObject(1620, 1328.23865, -635.38641, 110.87395,   0.00000, 0.00000, 108.91000);
                    CreateObject(2140, 1326.52490, -636.47620, 107.81050,   0.00000, 0.00000, 18.91000);
                    CreateObject(2140, 1327.35010, -636.18689, 107.81050,   0.00000, 0.00000, 18.91000);
                    CreateObject(14455, 1326.64868, -639.91095, 109.46812,   0.00000, 0.00000, 198.91000);
                    CreateObject(2140, 1330.15222, -639.37207, 107.83470,   0.00000, 0.00000, 288.91000);
                    CreateObject(2140, 1330.44775, -640.26062, 107.83470,   0.00000, 0.00000, 288.91000);
                    CreateObject(2140, 1330.75000, -641.15302, 107.83470,   0.00000, 0.00000, 288.91000);
                    CreateObject(1491, 1328.02124, -639.27252, 107.84840,   0.00000, 0.00000, 18.91000);
                    CreateObject(1491, 1332.00220, -643.18799, 107.84840,   0.00000, 0.00000, 108.91000);
                    CreateObject(2475, 1330.68811, -639.06152, 108.36197,   0.00000, 0.00000, 108.91000);
                    CreateObject(2475, 1330.17139, -637.54590, 108.36197,   0.00000, 0.00000, 108.91000);
                    CreateObject(2397, 1329.88171, -636.06464, 109.17858,   0.00000, 0.00000, 108.91000);
                    CreateObject(2397, 1329.64771, -635.45984, 109.17858,   0.00000, 0.00000, 108.91000);
                    CreateObject(2357, 1342.19287, -635.30109, 108.17600,   0.00000, 0.00000, 18.91000);
                    CreateObject(2123, 1341.39868, -637.18524, 108.48241,   0.00000, 0.00000, 280.86996);
                    CreateObject(2123, 1343.50317, -636.33264, 108.48241,   0.00000, 0.00000, 291.06992);
                    CreateObject(2123, 1342.54358, -633.45984, 108.48241,   0.00000, 0.00000, 464.77005);
                    CreateObject(2123, 1340.62341, -634.18182, 108.48241,   0.00000, 0.00000, 474.91000);
                    CreateObject(2123, 1339.17603, -636.32086, 108.48241,   0.00000, 0.00000, 558.19006);
                    CreateObject(2123, 1345.12280, -634.27350, 108.48241,   0.00000, 0.00000, 735.43018);
                    CreateObject(19435, 1318.49146, -639.34198, 107.71167,   25.00000, 90.00000, 18.91000);
                    CreateObject(19435, 1315.82605, -640.26544, 107.71167,   25.00000, 90.00000, 18.91000);
                    CreateObject(1598, 1338.23071, -648.85168, 106.44044,   0.00000, 90.00000, 97.26000);
                    CreateObject(1641, 1340.63269, -657.24603, 107.86497,   0.00000, 0.00000, -148.73999);
                    CreateObject(1255, 1332.62292, -660.85187, 108.37344,   0.00000, 0.00000, 104.76001);
                    CreateObject(1255, 1337.40149, -659.23914, 108.37344,   0.00000, 0.00000, 111.36000);
                    CreateObject(1255, 1335.21313, -660.12146, 108.37344,   0.00000, 0.00000, 110.76003);
                    CreateObject(1744, 1339.26111, -631.43048, 109.43225,   0.00000, 0.00000, 18.91000);
                    CreateObject(2305, 1348.63367, -628.88977, 107.84673,   0.00000, 0.00000, 18.91000);
                    CreateObject(2138, 1347.72119, -629.21381, 107.84670,   0.00000, 0.00000, 18.91000);
                    CreateObject(2138, 1346.79333, -629.52869, 107.84670,   0.00000, 0.00000, 18.91000);
                    CreateObject(2137, 1345.86560, -629.84351, 107.84670,   0.00000, 0.00000, 18.91000);
                    CreateObject(2140, 1344.94019, -630.16205, 107.84670,   0.00000, 0.00000, 18.91000);
                    CreateObject(2140, 1344.07739, -630.45721, 107.84670,   0.00000, 0.00000, 18.91000);
                    CreateObject(2137, 1348.93750, -629.77283, 107.84670,   0.00000, 0.00000, 288.91000);
                    CreateObject(2135, 1349.26038, -630.70850, 107.84670,   0.00000, 0.00000, 288.91000);
                    CreateObject(2137, 1349.56860, -631.62897, 107.84670,   0.00000, 0.00000, 288.91000);
                    CreateObject(2136, 1349.90186, -632.55511, 107.84670,   0.00000, 0.00000, 288.91000);
                    CreateObject(2303, 1350.54004, -634.42798, 107.84670,   0.00000, 0.00000, 288.91000);
                    CreateObject(19325, 1335.29944, -636.42975, 109.42130,   0.00000, 0.00000, 18.91000);
                    CreateObject(19461, 1334.80237, -635.04688, 106.21970,   0.00000, 0.00000, 18.91000);
                    CreateObject(19172, 1336.68079, -632.56226, 109.81620,   2.50000, 0.00000, 18.91000);
                    CreateObject(2710, 1323.05017, -645.41382, 108.41476,   0.00000, 0.00000, 120.47999);
                    CreateObject(2332, 1329.85339, -635.67419, 108.07080,   0.00000, 0.00000, 108.91000);
                    CreateObject(2315, 1353.15686, -664.16199, 107.83570,   0.00000, 0.00000, 18.91000);
                    CreateObject(2315, 1355.44666, -663.37872, 107.83570,   0.00000, 0.00000, 18.91000);
                    CreateObject(1703, 1351.08130, -661.10321, 107.82460,   0.00000, 0.00000, 108.91000);
                    CreateObject(1703, 1350.80273, -658.35193, 107.82460,   0.00000, 0.00000, 18.91000);
                    CreateObject(1703, 1353.14331, -657.54285, 107.82460,   0.00000, 0.00000, 18.91000);
                    CreateObject(1823, 1352.30957, -660.29132, 107.82218,   0.00000, 0.00000, 18.91000);
                    CreateObject(2010, 1350.78333, -667.34235, 107.85369,   0.00000, 0.00000, 0.00000);
                    CreateObject(2010, 1360.63184, -664.05347, 107.85369,   0.00000, 0.00000, 0.00000);
                    CreateObject(2253, 1340.51013, -631.35779, 110.03748,   0.00000, 0.00000, 18.95998);
                    CreateObject(2253, 1339.27832, -631.76263, 110.03748,   0.00000, 0.00000, 18.95998);
                    CreateObject(1792, 1355.21960, -663.55835, 108.31760,   0.00000, 0.00000, -158.76001);
                    CreateObject(2344, 1352.24719, -659.44653, 107.89362,   0.00000, 0.00000, 0.00000);
                    CreateObject(2404, 1323.18396, -646.70972, 109.05070,   -10.00000, 0.00000, 110.00000);
                    CreateObject(2384, 1330.57654, -638.31903, 109.27355,   0.00000, 0.00000, 18.91000);
                    CreateObject(2384, 1330.74573, -638.79980, 109.27355,   0.00000, 0.00000, 18.91000);
                    CreateObject(2389, 1329.88171, -636.06458, 110.24290,   0.00000, 0.00000, 108.91000);
                    CreateObject(2389, 1329.71936, -635.54010, 110.24290,   0.00000, 0.00000, 108.91000);
                    CreateObject(2384, 1330.54651, -638.30829, 109.96320,   0.00000, 0.00000, 108.91000);
                    CreateObject(2384, 1330.06042, -636.78619, 109.96320,   0.00000, 0.00000, 18.91000);
                    CreateObject(2384, 1330.54651, -638.30829, 110.16879,   0.00000, 0.00000, 108.91000);
                    CreateObject(2384, 1330.27795, -637.65912, 110.64850,   0.00000, 0.00000, 108.91000);
                    CreateObject(2663, 1345.74500, -629.70148, 109.12738,   0.00000, 0.00000, 44.34000);
                    CreateObject(2750, 1324.01514, -640.18585, 108.68527,   90.00000, 90.00000, -21.42000);
                    CreateObject(2822, 1350.09204, -632.76422, 108.90225,   0.00000, 0.00000, 42.54000);
                    CreateObject(2707, 1347.59595, -628.92737, 109.41811,   0.00000, 0.00000, 0.00000);
                    CreateObject(2707, 1346.64697, -629.29034, 109.41811,   0.00000, 0.00000, 0.00000);
                    CreateObject(2707, 1349.85352, -631.59192, 109.41811,   0.00000, 0.00000, 0.00000);
                    CreateObject(2230, 1357.52393, -662.68817, 107.78519,   0.00000, 0.00000, 210.71989);
                    CreateObject(2230, 1351.99316, -664.59888, 107.78519,   0.00000, 0.00000, 191.27985);
                    CreateObject(2099, 1351.92261, -640.67346, 107.87788,   0.00000, 0.00000, -53.70002);
                    CreateObject(14455, 1349.68079, -649.22253, 109.52710,   0.00000, 0.00000, 108.91000);
                    CreateObject(14455, 1348.61829, -644.99445, 109.52710,   0.00000, 0.00000, 288.91000);
                    CreateObject(1703, 1354.38037, -647.10760, 107.85253,   0.00000, 0.00000, -85.02000);
                    CreateObject(1703, 1352.53027, -642.75488, 107.85253,   0.00000, 0.00000, -66.83998);
                    CreateObject(1823, 1353.27771, -646.43555, 107.83590,   0.00000, 0.00000, 18.91000);
                    CreateObject(2894, 1353.56201, -645.82208, 108.33031,   0.00000, 0.00000, -18.84000);
                    CreateObject(1734, 1359.71484, -663.59937, 111.37070,   0.00000, 0.00000, 18.91000);
                    CreateObject(1734, 1351.30640, -666.39008, 111.37070,   0.00000, 0.00000, 18.91000);
                    CreateObject(1734, 1350.38074, -650.74567, 111.37070,   0.00000, 0.00000, 18.91000);
                    CreateObject(1734, 1348.04834, -644.03326, 111.37070,   0.00000, 0.00000, 18.91000);
                    CreateObject(1734, 1342.11572, -635.29358, 111.37070,   0.00000, 0.00000, 18.91000);
                    CreateObject(1734, 1333.37427, -637.04828, 111.37070,   0.00000, 0.00000, 18.91000);
                    CreateObject(19466, 1332.17639, -638.21198, 110.31677,   90.00000, 0.00000, 18.91000);
                    CreateObject(19466, 1332.17639, -638.21198, 108.07780,   90.00000, 0.00000, 18.91000);
                    CreateObject(19466, 1331.19604, -635.43835, 108.07780,   90.00000, 0.00000, 18.91000);
                    CreateObject(19466, 1331.19604, -635.43835, 110.31677,   90.00000, 0.00000, 18.91000);
                    CreateObject(2108, 1331.81189, -640.40619, 107.83752,   0.00000, 0.00000, 0.00000);
                    CreateObject(2108, 1321.95508, -641.94141, 107.83752,   0.00000, 0.00000, 0.00000);
                    CreateObject(2108, 1325.68933, -636.71344, 107.83752,   0.00000, 0.00000, 0.00000);
                    CreateObject(2251, 1334.99561, -637.32782, 108.69412,   0.00000, 0.00000, -49.50000);
                    CreateObject(2245, 1342.06140, -635.36951, 108.87492,   0.00000, 0.00000, 0.00000);
                    CreateObject(2251, 1328.67285, -635.75848, 108.70422,   0.00000, 0.00000, 45.17999);
                    CreateObject(19463, 1348.81702, -646.06061, 106.41331,   90.00000, 90.00000, 108.91000);
                    CreateObject(19463, 1349.51270, -648.15210, 106.41331,   90.00000, 90.00000, 108.91000);
     
                    new stogas2 = CreateObject(3095, 1327.15515, -639.55048, 111.35400,   0.00000, 0.00000, 108.91000);
                    SetObjectMaterial(stogas2, 0, 1649, "lahills_safe1", "gry_roof", 0);
                    SetObjectMaterial(stogas2, 1, 1649, "lahills_safe1", "gry_roof", 0);
                     stogas2 = CreateObject(3095, 1318.64441, -642.47223, 111.35400,   0.00000, 0.00000, 108.91000);
                    SetObjectMaterial(stogas2, 0, 1649, "lahills_safe1", "gry_roof", 0);
                    SetObjectMaterial(stogas2, 1, 1649, "lahills_safe1", "gry_roof", 0);
                     stogas2 = CreateObject(3095, 1335.66162, -636.64050, 111.35400,   0.00000, 0.00000, 108.91000);
                    SetObjectMaterial(stogas2, 0, 1649, "lahills_safe1", "gry_roof", 0);
                    SetObjectMaterial(stogas2, 1, 1649, "lahills_safe1", "gry_roof", 0);
                     stogas2 = CreateObject(3095, 1344.14258, -633.73492, 111.35400,   0.00000, 0.00000, 108.91000);
                    SetObjectMaterial(stogas2, 0, 1649, "lahills_safe1", "gry_roof", 0);
                    SetObjectMaterial(stogas2, 1, 1649, "lahills_safe1", "gry_roof", 0);
                     stogas2 = CreateObject(3095, 1352.64575, -630.81830, 111.35440,   0.00000, 0.00000, 108.91000);
                    SetObjectMaterial(stogas2, 0, 1649, "lahills_safe1", "gry_roof", 0);
                    SetObjectMaterial(stogas2, 1, 1649, "lahills_safe1", "gry_roof", 0);
                     stogas2 = CreateObject(3095, 1353.45789, -630.54327, 111.35450,   0.00000, 0.00000, 108.91000);
                    SetObjectMaterial(stogas2, 0, 1649, "lahills_safe1", "gry_roof", 0);
                    SetObjectMaterial(stogas2, 1, 1649, "lahills_safe1", "gry_roof", 0);
                     stogas2 = CreateObject(3095, 1354.11560, -632.48218, 111.35400,   0.00000, 0.00000, 108.91000);
                    SetObjectMaterial(stogas2, 0, 1649, "lahills_safe1", "gry_roof", 0);
                    SetObjectMaterial(stogas2, 1, 1649, "lahills_safe1", "gry_roof", 0);
                     stogas2 = CreateObject(3095, 1348.79919, -640.88092, 111.35450,   0.00000, 0.00000, 108.91000);
                    SetObjectMaterial(stogas2, 0, 1649, "lahills_safe1", "gry_roof", 0);
                    SetObjectMaterial(stogas2, 1, 1649, "lahills_safe1", "gry_roof", 0);
                     stogas2 = CreateObject(3095, 1351.70728, -649.38599, 111.35400,   0.00000, 0.00000, 108.91000);
                    SetObjectMaterial(stogas2, 0, 1649, "lahills_safe1", "gry_roof", 0);
                    SetObjectMaterial(stogas2, 1, 1649, "lahills_safe1", "gry_roof", 0);
                     stogas2 = CreateObject(3095, 1354.62036, -657.87708, 111.35400,   0.00000, 0.00000, 108.91000);
                    SetObjectMaterial(stogas2, 0, 1649, "lahills_safe1", "gry_roof", 0);
                    SetObjectMaterial(stogas2, 1, 1649, "lahills_safe1", "gry_roof", 0);
                     stogas2 = CreateObject(3095, 1356.54126, -663.48499, 111.35460,   0.00000, 0.00000, 108.91000);
                    SetObjectMaterial(stogas2, 0, 1649, "lahills_safe1", "gry_roof", 0);
                    SetObjectMaterial(stogas2, 1, 1649, "lahills_safe1", "gry_roof", 0);
                     stogas2 = CreateObject(3095, 1351.84106, -665.08832, 111.35440,   0.00000, 0.00000, 108.91000);
                    SetObjectMaterial(stogas2, 0, 1649, "lahills_safe1", "gry_roof", 0);
                    SetObjectMaterial(stogas2, 1, 1649, "lahills_safe1", "gry_roof", 0);
                     stogas2 = CreateObject(3095, 1348.93994, -656.62952, 111.35440,   0.00000, 0.00000, 108.91000);
                    SetObjectMaterial(stogas2, 0, 1649, "lahills_safe1", "gry_roof", 0);
                    SetObjectMaterial(stogas2, 1, 1649, "lahills_safe1", "gry_roof", 0);
                     stogas2 = CreateObject(3095, 1346.04565, -648.16962, 111.35440,   0.00000, 0.00000, 108.91000);
                    SetObjectMaterial(stogas2, 0, 1649, "lahills_safe1", "gry_roof", 0);
                    SetObjectMaterial(stogas2, 1, 1649, "lahills_safe1", "gry_roof", 0);
                     stogas2 = CreateObject(3095, 1343.13416, -639.67462, 111.35440,   0.00000, 0.00000, 108.91000);
                    SetObjectMaterial(stogas2, 0, 1649, "lahills_safe1", "gry_roof", 0);
                    SetObjectMaterial(stogas2, 1, 1649, "lahills_safe1", "gry_roof", 0);
                     stogas2 = CreateObject(3095, 1334.05713, -640.90973, 111.35440,   0.00000, 0.00000, 108.91000);
                    SetObjectMaterial(stogas2, 0, 1649, "lahills_safe1", "gry_roof", 0);
                    SetObjectMaterial(stogas2, 1, 1649, "lahills_safe1", "gry_roof", 0);
                     stogas2 = CreateObject(3095, 1325.55176, -643.82758, 111.35460,   0.00000, 0.00000, 108.91000);
                    SetObjectMaterial(stogas2, 0, 1649, "lahills_safe1", "gry_roof", 0);
                    SetObjectMaterial(stogas2, 1, 1649, "lahills_safe1", "gry_roof", 0);
                     stogas2 = CreateObject(3095, 1319.79016, -645.80078, 111.35440,   0.00000, 0.00000, 108.91000);
                    SetObjectMaterial(stogas2, 0, 1649, "lahills_safe1", "gry_roof", 0);
                    SetObjectMaterial(stogas2, 1, 1649, "lahills_safe1", "gry_roof", 0);
     
                    new stogas1 = CreateObject(3095, 1320.52893, -643.71973, 111.85020,   0.00000, 0.00000, 108.91000);
                    SetObjectMaterial(stogas1, 0, 1649, "lahills_safe1", "black16", 0);
                    SetObjectMaterial(stogas1, 1, 1649, "lahills_safe1", "black16", 0);
                     stogas1 = CreateObject(3095, 1329.00940, -640.81458, 111.85020,   0.00000, 0.00000, 108.91000);
                    SetObjectMaterial(stogas1, 0, 1649, "lahills_safe1", "black16", 0);
                    SetObjectMaterial(stogas1, 1, 1649, "lahills_safe1", "black16", 0);
                     stogas1 = CreateObject(3095, 1337.49438, -637.90509, 111.85020,   0.00000, 0.00000, 108.91000);
                    SetObjectMaterial(stogas1, 0, 1649, "lahills_safe1", "black16", 0);
                    SetObjectMaterial(stogas1, 1, 1649, "lahills_safe1", "black16", 0);
                     stogas1 = CreateObject(3095, 1346.00415, -634.99109, 111.85020,   0.00000, 0.00000, 108.91000);
                    SetObjectMaterial(stogas1, 0, 1649, "lahills_safe1", "black16", 0);
                    SetObjectMaterial(stogas1, 1, 1649, "lahills_safe1", "black16", 0);
                     stogas1 = CreateObject(3095, 1353.98779, -632.25958, 111.84970,   0.00000, 0.00000, 108.91000);
                    SetObjectMaterial(stogas1, 0, 1649, "lahills_safe1", "black16", 0);
                    SetObjectMaterial(stogas1, 1, 1649, "lahills_safe1", "black16", 0);
                     stogas1 = CreateObject(3095, 1347.01416, -644.15277, 111.85020,   0.00000, 0.00000, 108.91000);
                    SetObjectMaterial(stogas1, 0, 1649, "lahills_safe1", "black16", 0);
                    SetObjectMaterial(stogas1, 1, 1649, "lahills_safe1", "black16", 0);
                     stogas1 = CreateObject(3095, 1349.90710, -652.65710, 111.85020,   0.00000, 0.00000, 108.91000);
                    SetObjectMaterial(stogas1, 0, 1649, "lahills_safe1", "black16", 0);
                    SetObjectMaterial(stogas1, 1, 1649, "lahills_safe1", "black16", 0);
                     stogas1 = CreateObject(3095, 1352.84229, -661.16467, 111.85020,   0.00000, 0.00000, 108.91000);
                    SetObjectMaterial(stogas1, 0, 1649, "lahills_safe1", "black16", 0);
                    SetObjectMaterial(stogas1, 1, 1649, "lahills_safe1", "black16", 0);
     
                     stogas2 = CreateObject(3095, 1356.29504, -663.12512, 107.29700,   0.00000, 0.00000, 108.85000);
                    SetObjectMaterial(stogas2, 0, 1649, "lahills_safe1", "gry_roof", 0);
                    SetObjectMaterial(stogas2, 1, 1649, "lahills_safe1", "gry_roof", 0);
                     stogas2 = CreateObject(3095, 1350.44141, -665.13629, 107.29730,   0.00000, 0.00000, 108.91000);
                    SetObjectMaterial(stogas2, 0, 1649, "lahills_safe1", "gry_roof", 0);
                    SetObjectMaterial(stogas2, 1, 1649, "lahills_safe1", "gry_roof", 0);
                     stogas2 = CreateObject(3095, 1353.43579, -654.64453, 107.29700,   0.00000, 0.00000, 108.85000);
                    SetObjectMaterial(stogas2, 0, 1649, "lahills_safe1", "gry_roof", 0);
                    SetObjectMaterial(stogas2, 1, 1649, "lahills_safe1", "gry_roof", 0);
                     stogas2 = CreateObject(3095, 1347.54895, -656.63202, 107.29400,   0.00000, 0.00000, 108.91000);
                    SetObjectMaterial(stogas2, 0, 1649, "lahills_safe1", "gry_roof", 0);
                    SetObjectMaterial(stogas2, 1, 1649, "lahills_safe1", "gry_roof", 0);
     
                    new asfaltas = CreateObject(19377, 1342.98975, -624.74341, 108.04065,   0.00000, 90.00000, 108.91000);
                    SetObjectMaterial(asfaltas, 0, 13673, "mullho03a_lahills", "crazypave", 0);
                     asfaltas = CreateObject(19377, 1333.85059, -627.77753, 108.04060,   0.00000, 90.00000, 108.91000);
                    SetObjectMaterial(asfaltas, 0, 13673, "mullho03a_lahills", "crazypave", 0);
                     asfaltas = CreateObject(19377, 1324.74109, -630.90271, 108.04065,   0.00000, 90.00000, 108.91000);
                    SetObjectMaterial(asfaltas, 0, 13673, "mullho03a_lahills", "crazypave", 0);
                     asfaltas = CreateObject(19377, 1316.80383, -633.65991, 108.04000,   0.00000, 90.00000, 108.91000);
                    SetObjectMaterial(asfaltas, 0, 13673, "mullho03a_lahills", "crazypave", 0);
                     asfaltas = CreateObject(19435, 1312.71753, -638.74036, 107.70667,   -25.00000, 90.00000, 108.91000);
                    SetObjectMaterial(asfaltas, 0, 13673, "mullho03a_lahills", "crazypave", 0);
                     asfaltas = CreateObject(19435, 1311.58850, -635.44299, 107.70667,   -25.00000, 90.00000, 108.91000);
                    SetObjectMaterial(asfaltas, 0, 13673, "mullho03a_lahills", "crazypave", 0);
                     asfaltas = CreateObject(19435, 1310.46191, -632.15686, 107.70952,   -25.00000, 90.00000, 108.91000);
                    SetObjectMaterial(asfaltas, 0, 13673, "mullho03a_lahills", "crazypave", 0);
                     asfaltas = CreateObject(19435, 1309.70801, -628.91449, 107.86024,   0.00000, 90.00000, 108.91000);
                    SetObjectMaterial(asfaltas, 0, 13673, "mullho03a_lahills", "crazypave", 0);
                     asfaltas = CreateObject(19435, 1310.03406, -632.04309, 107.86024,   0.00000, 90.00000, 108.91000);
                    SetObjectMaterial(asfaltas, 0, 13673, "mullho03a_lahills", "crazypave", 0);
                     asfaltas = CreateObject(19435, 1310.88513, -634.46466, 107.72129,   0.00000, 90.00000, 108.91000);
                    SetObjectMaterial(asfaltas, 0, 13673, "mullho03a_lahills", "crazypave", 0);
                     asfaltas = CreateObject(19435, 1308.84070, -629.63879, 107.82546,   0.00000, 90.00000, 108.91000);
                    SetObjectMaterial(asfaltas, 0, 13673, "mullho03a_lahills", "crazypave", 0);
                     asfaltas = CreateObject(19435, 1312.79590, -638.70819, 107.57568,   -25.00000, 90.00000, 108.91000);
                    SetObjectMaterial(asfaltas, 0, 13673, "mullho03a_lahills", "crazypave", 0);
     
                    CreateObject(812, 1335.26111, -611.31427, 109.07888,   0.00000, 0.00000, 60.42000);
                    CreateObject(869, 1331.26428, -613.98755, 107.81505,   -1.50000, -2.70000, 0.00000);
                    CreateObject(870, 1326.77832, -616.51727, 108.04590,   -3.90000, -1.26000, 0.00000);
                    CreateObject(812, 1327.90002, -614.68573, 108.01190,   0.00000, 0.00000, 8.34000);
                    CreateObject(813, 1322.61292, -617.82507, 109.51105,   11.16001, -24.90001, -97.43998);
                    CreateObject(620, 1333.46436, -615.01208, 107.33451,   0.00000, 0.00000, 67.32001);
                    CreateObject(620, 1314.42175, -623.43884, 107.33451,   0.00000, 0.00000, -1.13999);
                    CreateObject(620, 1294.29956, -631.75958, 104.18063,   0.00000, 0.00000, -1.13999);
                    CreateObject(620, 1270.43530, -625.54456, 103.27995,   0.00000, 0.00000, 114.00000);
                    CreateObject(620, 1268.61047, -655.47534, 102.29636,   0.00000, 0.00000, 61.68001);
                    CreateObject(656, 1269.62122, -671.31848, 101.08071,   356.85840, 0.00000, 3.14159);
                    CreateObject(656, 1267.72534, -639.88800, 102.78576,   356.85840, 0.00000, -99.15842);
                    CreateObject(813, 1309.69421, -625.24164, 109.51105,   11.16001, -24.90001, -97.43998);
                    CreateObject(813, 1306.09961, -635.53320, 109.75354,   11.16001, -24.90001, -127.62000);
                    CreateObject(812, 1309.41125, -639.87231, 109.25728,   0.00000, 0.00000, 33.60000);
                    CreateObject(1428, 1338.39856, -645.69476, 106.60507,   15.00000, 0.00000, 18.91000);
                    CreateObject(1428, 1338.18494, -645.03351, 106.73779,   40.00000, 0.00000, 18.91000);
     
                     zeme = CreateObject(19435, 1338.91553, -651.78986, 107.76690,   0.00000, 90.00000, 18.91000);
                    SetObjectMaterial(zeme, 0, 13816, "lahills_safe1", "la_tilered", 0);
                     zeme = CreateObject(19435, 1337.94226, -656.79816, 107.76690,   0.00000, 90.00000, 108.91000);
                    SetObjectMaterial(zeme, 0, 13816, "lahills_safe1", "la_tilered", 0);
                     zeme = CreateObject(19435, 1336.82336, -653.51654, 107.76690,   0.00000, 90.00000, 108.91000);
                    SetObjectMaterial(zeme, 0, 13816, "lahills_safe1", "la_tilered", 0);
                     zeme = CreateObject(19435, 1342.22375, -650.65326, 107.76690,   0.00000, 90.00000, 18.91000);
                    SetObjectMaterial(zeme, 0, 13816, "lahills_safe1", "la_tilered", 0);
     
                     baseinas1 = CreateObject(19454, 1337.14355, -656.63263, 106.08510,   0.00000, 0.00000, 18.91000);
                    SetObjectMaterial(baseinas1, 0, 3741, "cehillhse14", "swimpoolside1_128", 0);
                     baseinas1 = CreateObject(19454, 1340.10510, -650.62891, 106.08510,   0.00000, 0.00000, 108.91000);
                    SetObjectMaterial(baseinas1, 0, 3741, "cehillhse14", "swimpoolside1_128", 0);
                     baseinas1 = CreateObject(19454, 1340.97351, -651.84637, 106.08510,   0.00000, 0.00000, 108.91000);
                    SetObjectMaterial(baseinas1, 0, 3741, "cehillhse14", "swimpoolside1_128", 0);
                     baseinas1 = CreateObject(19454, 1338.73340, -656.81757, 106.08510,   0.00000, 0.00000, 18.91000);
                    SetObjectMaterial(baseinas1, 0, 3741, "cehillhse14", "swimpoolside1_128", 0);
     
                     baseinas = CreateObject(19454, 1341.26001, -653.53516, 106.84497,   0.00000, 90.00000, 108.91000);
                    SetObjectMaterial(baseinas, 0, 5886, "garag3_lawn", "bluestucco1", 0);
                     baseinas = CreateObject(19435, 1328.77002, -654.09363, 108.28758,   0.00000, 90.00000, 18.91000);
                    SetObjectMaterial(baseinas, 0, 5886, "garag3_lawn", "bluestucco1", 0);
                     baseinas = CreateObject(19435, 1327.16382, -654.63507, 106.62153,   0.00000, 0.00000, 18.91000);
                    SetObjectMaterial(baseinas, 0, 5886, "garag3_lawn", "bluestucco1", 0);
     
                    CreateObject(19435, 1339.44653, -652.08331, 107.21069,   0.00000, 90.00000, 18.91000);
                    CreateObject(19435, 1337.72058, -654.87616, 107.21070,   0.00000, 90.00000, 108.91000);
                    CreateObject(3803, 1320.97437, -637.63000, 110.72200,   0.00000, 0.00000, 108.91000);
                    CreateObject(2707, 1348.53699, -629.02557, 109.41811,   0.00000, 0.00000, 0.00000);
                    CreateObject(870, 1306.06921, -629.72040, 107.72086,   -2.82000, -11.64001, 0.00000);
                    CreateObject(812, 1308.22717, -629.32770, 108.55773,   0.00000, 0.00000, 128.70000);
    

     RemoveBuildingForPlayer:

           RemoveBuildingForPlayer(playerid, 13816, 1337.4219, -643.2656, 105.7656, 0.25);
                    RemoveBuildingForPlayer(playerid, 13877, 1337.4219, -643.2656, 105.7656, 0.25);
                    RemoveBuildingForPlayer(playerid, 617, 1306.9766, -643.3203, 106.6250, 0.25);
                    RemoveBuildingForPlayer(playerid, 659, 1290.6172, -630.1094, 105.6875, 0.25);
                    RemoveBuildingForPlayer(playerid, 659, 1303.7891, -629.5703, 106.9531, 0.25);
                    RemoveBuildingForPlayer(playerid, 659, 1273.0156, -621.4375, 102.9141, 0.25);
                    RemoveBuildingForPlayer(playerid, 617, 1312.5000, -688.5547, 92.4688, 0.25);
                    RemoveBuildingForPlayer(playerid, 621, 1339.0547, -678.6172, 92.9375, 0.25);
                    RemoveBuildingForPlayer(playerid, 656, 1394.4141, -676.8203, 90.3203, 0.25);
                    RemoveBuildingForPlayer(playerid, 617, 1328.1172, -668.2969, 106.3984, 0.25);
                    RemoveBuildingForPlayer(playerid, 1691, 1354.2109, -661.2656, 113.4063, 0.25);
                    RemoveBuildingForPlayer(playerid, 656, 1375.4609, -660.1094, 94.7734, 0.25);
                    RemoveBuildingForPlayer(playerid, 1691, 1350.1719, -650.5547, 113.4063, 0.25);
                    RemoveBuildingForPlayer(playerid, 1688, 1348.0547, -644.2969, 113.9922, 0.25);
                    RemoveBuildingForPlayer(playerid, 1687, 1324.6953, -642.9453, 113.8125, 0.25);
                    RemoveBuildingForPlayer(playerid, 1687, 1327.5625, -641.8672, 113.8125, 0.25);
                    RemoveBuildingForPlayer(playerid, 1690, 1339.1094, -637.1094, 113.6641, 0.25);
                    RemoveBuildingForPlayer(playerid, 13817, 1353.4766, -626.6250, 109.8203, 0.25);
                    RemoveBuildingForPlayer(playerid, 659, 1314.6953, -624.0547, 107.1484, 0.25);
     
    

    Command:

    if(strcmp("/sm", cmdtext, true, 10) == 0)
            {
                SetPlayerPos(playerid,1331.9921, -631.1168, 109.1265);
                SetPlayerInterior(playerid, 0);
                return 1;
            }
    

    Poze:

     

    10626291_824216380963630_328577506765492

     

    1617557_824216384296963_1230489372692611

     

    10633158_824216374296964_624887819576813

     

    10700738_824216370963631_676696006398660

     

     

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.