menü

Üzenetek megjelenítése

Ez a szekció lehetővé teszi a felhasználó által írt összes hozzászólás megtekintését. Vedd figyelembe, hogy csak azokba a fórumokba írt hozzászólásokat látod, amelyekhez hozzáférésed van.

Üzenetek megjelenítése menü

Témák - Dead

#81
Munkaerő keresése / Szkriptert Keresek(MYSQL)
2012. március 12. - 16:16:16
Hi.
Van egy letöltött, magyarosított Eclipse GM-em. Ezt szeretném fejleszteni MYSQL-ra.
Azért kérek segítséget mert nem értek még annyira a scripteléshez, a MYSQLhoz még annyira sem...xd
A Szerveren megtalálható Stunt,DM,Drift,pk ,etc...
(A Szerver a BBEHosting.hu üzemelteti)
A Jutalomról még foggalmam nincs.


Valószínüleg várható \"jutalom\": Rcon,Webadmin,FTP,MSQL, szóval teljes szerver elérés.
 
Ha Segítséget szeretnél nyújtani, Kérlek írj PM-et.
Elõre is köszönök Minden Vállalkozót:D
Üdvözlet: Balázs ( Dead)
#82
Hi!
Csínáltam egy egyszerû Team Chatot, Bármilyen szerverbe jó szerintem, de inkább DM/TDM Szerverbe ajánlom.
 

public OnPlayerText(playerid, text[])
{
new pName[MAX_PLAYER_NAME];
if(text[0] == \'!\')
   {
      new str[200];
      GetPlayerName(playerid,pName,sizeof(pName));
      format(str, sizeof(str),\"[TeamChat] %s: %s\", pName, text[1]);
      for(new i = 0; i < MAX_PLAYERS; i++)
      {
         if(IsPlayerConnected(i))
         {
            if(gTeam[playerid]==gTeam)  SendClientMessage(i, 0x9933CCAA, str);
         }
      }
      return 0;
   }
return 0;
}

 
Csak akkor mûködik ha gTeam van a módodban.
#83
Fórum Archívum (Témák/Fórumok) / Re:/stats hiba
2012. február 03. - 16:27:07
Off:és ez miért baj? XD
#84
TGF / _]N]W[F[_Team TGF!
2012. január 05. - 16:15:17
Üdv
Team Név A szerver Névhez Kapcsolódik _]New]World[Fun[_ Team
A TGF: Egy kicsit tudni kell Glitchelni,Driftelni.
A Teamba 1hét Próbaidõ van!
ha úgygondolják a tagok hogy megfelelõ vagy a tagságra akkor bekerülsz!
Szerver:  91.82.85.203:7805 ; [samp]91.82.85.203:7805[/samp]
Itt A Fórumon vagy a szerón is jelentkezhettek esetleg pm-ben.
A Teljes tagok Elõször nem kapnak admint!! csak ha megfelelõnek találom a feladatra :DD
Hát Ennyi lenne :)
#85
Csá!
Benceee csínálta nekem ezt a kódot ladminhoz de az a baj hogy a játékos színe fekete :S
[pawn]new onpltuzi[128];
 new nev[24];
 GetPlayerName(playerid, nev, 24);
 if(PlayerInfo[playerid][Level] == 0) format(onpltuzi, 128, \"%s:{002bff}({9900ff}%i{002bff}){ffffff} %s\", nev,playerid,text);
 else if(PlayerInfo[playerid][Level] == 1) format(onpltuzi, 128, \"%s:{002bff}({9900ff}%i{002bff}){f70084} %s\", nev,playerid,text);
[/pawn]
ez a kód
 help pls!
E:
 SendClientMessageToAll(green, onpltuzi);
de nekem úgy kéne hogy amilyn színú a player a tab -ban olyan legyen itt is
a scoréval az a probléma hogy nem menti csak azt ha ölök valakit :S szintén ladmin
de pl reakcióteszt stb nem menti a scorét :S
ez mért van?
#86
Hali
Ehez az inc-hez készítettem egy scriptet:
http://forum.sa-mp.com/showthread.php?t=295305&highlight=nPlayer\" rel=\"external nofollow\">http://forum.sa-mp.com/showthread.php?t=295305&highlight=nPlayer
nplayer.inc: http://solidfiles.com/d/93abb/\" rel=\"external nofollow\">http://solidfiles.com/d/93abb/
vidi:

Készítõ: Dead (én)
idõ kb 10 perc
FS:
/player -el lehet elõhívni
[pawn]
/*Zene Lejátszó by Dead  || nplayer inc-vel||*/
#include <nplayer>
#include <zcmd>
COMMAND:player(playerid, params[])
{
    PlayerInitDialog(playerid);
    return true;
}
public OnFilterScriptInit()
{
   new sajat = PlayerAddCategory(\"Magyar Rádiók\");
    AddStreamToCategory(sajat, \"Rádió 1\", \"http://195.70.35.172:8000/radio1.mp3\" rel=\"external nofollow\">http://195.70.35.172:8000/radio1.mp3\");
    AddStreamToCategory(sajat, \"Neo FM\", \"http://91.82.85.41:8080/;stream\" rel=\"external nofollow\">http://91.82.85.41:8080/;stream\");
    AddStreamToCategory(sajat, \"Mix Rádió\", \"http://savetofile.net:8450/;stream\" rel=\"external nofollow\">http://savetofile.net:8450/;stream\");
    AddStreamToCategory(sajat, \"Class FM\", \"http://91.82.85.41:9216/;stream\" rel=\"external nofollow\">http://91.82.85.41:9216/;stream\");
    AddStreamToCategory(sajat, \"DJ\",\"http://streaming.virtualpro.hu:9080/;stream\" rel=\"external nofollow\">http://streaming.virtualpro.hu:9080/;stream\");
    AddStreamToCategory(sajat, \"Rock\",\"http://94.199.181.124:8800/rockvilag2\" rel=\"external nofollow\">http://94.199.181.124:8800/rockvilag2\");
    AddStreamToCategory(sajat, \"HardCore\", \"http://shoutcast.rotterdamterror.com:8390/\" rel=\"external nofollow\">http://shoutcast.rotterdamterror.com:8390/\");
return 1;
}[/pawn]
#87
Hy
www.forum.sa-mp.com -ról hoztam ezt az inc-t ide
vidi:

Eredeti link: http://forum.sa-mp.com/showthread.php?t=295305&highlight=nPlayer\" rel=\"external nofollow\">http://forum.sa-mp.com/showthread.php?t=295305&highlight=nPlayer
Eredeti Készítõ: Norn
DL: http://solidfiles.com/d/93abb/\" rel=\"external nofollow\">http://solidfiles.com/d/93abb/
Pastebin: http://pastebin.com/WLybPfXH\" rel=\"external nofollow\">http://pastebin.com/WLybPfXH
\"Elhelyezés\"
[pawn]#include <nplayer>[/pawn]
egy példa:
[pawn]new eHouse = PlayerAddCategory(\"House\");
    AddStreamToCategory(eHouse, \"Deadmau5 - Some Chords\", \"http://streamurl\");
    AddStreamToCategory(eHouse, \"Deadmau5 - Strobe (Special Features Remix)\", \"http://streamurl\");
    AddStreamToCategory(eHouse, \"Deadmau5 - Where My Keys\", \"http://streamurl\");
    AddStreamToCategory(eHouse, \"Chuckie, Gregor Salto - What Happens In Vegas (Club Mix)\", \"http://streamurl\");[/pawn]
A Parancs
[pawn]COMMAND:player(playerid, params[])
{
    PlayerInitDialog(playerid);
    return true;
}[/pawn]
Dialog Megjelenítése:
[pawn]PlayerInitDialog(playerid);[/pawn]
Funkciói:
[pawn]forward PlayerCategoryBrowse(playerid, listitem);
forward PlayerAddCategory(name[NPMAX_CATEGORY_LENGTH]);
forward AddStreamToCategory(categoryid, name[NPMAX_ITEM_LENGTH], streamurl[NPMAX_STREAM_URL_LENGTH]);
forward PlayerInitDialog(playerid);
forward PlayerStop(playerid);
forward PlayerPlay(playerid, itemid);
forward DeleteCategory(categoryid);
forward ModifyCategory(categoryid, name[NPMAX_CATEGORY_LENGTH]);
forward ModifyItem(itemid, name[NPMAX_ITEM_LENGTH], streamurl[NPMAX_STREAM_URL_LENGTH]);
forward DeleteItem(itemid);
forward ItemCountFromCategory(categoryid);
forward CategoryIDFromDialogOrder(listitem);
forward ItemIDFromDialogOrder(playerid, listitem);[/pawn]
#88
Segítségkérés / Score Probléma
2011. december 14. - 17:46:52
Hy
Az a gondom a scoréval hogy ha ölsz akkor rendesen jól megy minden semmi gond, de ha pl reakcióteszt vagy killstreak és /setscore
akko relog vagy resi után nem marad meg :S
vagyis
megölök 2 embert relog 2 score
de ha /setscore 0 500 relog és score 0
:S
ha valaki tudja írjon pls!
Thx :)
#89
Segítségkérés / /admins és /viplist
2011. december 14. - 16:38:36
Hy
van nekem egy tuningolt ldminom és ebben szeretném azt hogy ha beírom hogy /admins akkor listázza az adminokat
1= Kezdõ modrátor
2= Moderátor stb ...
5szint van
és
a VIP-ket is így
1=Bronz vip
2=Silver vip
3= Gold vip
és mindegyik más színû legyen
meg a /setlevel -t  és a /setvip -t is megcsínálná nekem valaki pls? :)
Nagyön köszönném :D
Thx
#90
SA-MP / Open.mp: Szerverfejlesztés / Youtube Zenék
2011. december 10. - 14:31:13
Csá
Ezt Alkottam ma reggel :D
URL-eket lehet betenni vele youtuberol és hallgatni õket :D
Szükséges inc-k
[pawn]#include <youtube>
#include <zcmd>[/pawn]
youtube.inc : http://forum.sa-mp.com/showthread.php?t=291288\" rel=\"external nofollow\">http://forum.sa-mp.com/showthread.php?t=291288
YOUTUBE ZENÉT ÀT KELL KONVERTÁLNI!! www.youtube-mp3.org -al
FS:
[pawn]
#include <a_samp>
#include <zcmd>
#include <youtube>
#define COLOR_LIGHTGREEN 0x9ACD32AA
#define DIALOG_1 (1)
#pragma tabsize 0
public OnFilterScriptInit()
{
print(\"\\n--------------------------------------\");
print(\" Youtube Streamer+MP3 by DeaD\");
print(\"--------------------------------------\\n\");
return 1;
}
public OnFilterScriptExit()
{
return 1;
}
public OnPlayerConnect(playerid)
{
//SendClientMessage(playerid,COLOR_LIGHTGREEN,\"A Szerveren Van Youtube Rádió\");
return 1;
}
CMD:mp3(playerid, params[])
{
SendClientMessage(playerid,COLOR_LIGHTGREEN,\"...\");
ShowPlayerDialog(playerid, DIALOG_1, DIALOG_STYLE_LIST, \"{FFFF00}Youtube Player By DeaD\",\"Don Omar-Danza Koduro Remix\\nLucenzo-Baila Morena Remix\\nPitbull-Rain Over Me Remix\\nAdele - Rolling In The Deep (Jamie xx Shuffle)\\n{FFFFFF}LMFAO - Sexy And I Know It Remix\\nLMFAO - Party Rock Anthem 2011 ( Club Remix ) By DJ Veleno\\nLMFAO ft Natalia Kills - Champagne Showers (JaySanity Electro Remix)\\n13 Boadicea [Evil Nine Remix]\\nJavi Mula ft Re-Leese - Jet Set (Extended Mix)\\nSTOP\",\"Ok\",\"Kilép\");
return 1;
}
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
if(dialogid == DIALOG_1)
    {
       if(response)
        {
                 switch(listitem)
              {
                      case 0:
                  {
                   YoutubeStopStream(playerid);
                    YoutubeStream(playerid,\"
);
                    }
                    case 1:
                  {
                   YoutubeStopStream(playerid);
                    YoutubeStream(playerid,\"
);
                    }
                  case 2:
                  {
                   YoutubeStopStream(playerid);
                    YoutubeStream(playerid,\"
);
                    }
                  case 3:
                  {
                   YoutubeStopStream(playerid);
                    YoutubeStream(playerid,\"
);
                    }
                  case 4:
                    {
                   YoutubeStopStream(playerid);
                    YoutubeStream(playerid,\"
);
                    }
                  case 5:
                  {
                   YoutubeStopStream(playerid);
                    YoutubeStream(playerid,\"
);
                    }
               case 6:
               {
                   YoutubeStopStream(playerid);
                    YoutubeStream(playerid,\"
);
                    }
                     case 7:
                  {
                   YoutubeStopStream(playerid);
                    YoutubeStream(playerid,\"
);
                    }
                     case 8:
                  {
                   YoutubeStopStream(playerid);
                    YoutubeStream(playerid,\"
);
                    }
                     case 9:
                  {
               YoutubeStopStream(playerid);
                  }
              }
   }
}
    return 1;
}[/pawn]
A Linkek Helyére Teheted Be A Sajátjaidat
addig mész ameddig van türelmed :D :D
Frissítve! Scriptet javítottam! Legközelebb ne nekem kelljen!
#91
SA-MP / Open.mp: Szerverfejlesztés / YouTube Streamer
2011. december 10. - 14:25:41
Üdv
Elhoztam Ezt Nektek A hív fórumról
eredeti link: http://forum.sa-mp.com/showthread.php?t=291288\" rel=\"external nofollow\">http://forum.sa-mp.com/showthread.php?t=291288
Készítõ: usrb1n
amit tud:
[pawn]YoutubeStream(playerid, youtubeurl); // This function will stream the song/sound from the url to playerid
YoutubeStopStream(playerid); // This function will stop streaming a song/sound.[/pawn]
 Telepítés
[pawn]#include <youtube>[/pawn]
[pawn]YoutubeStream(playerid, \"youtubeurl\");// youtubeurl helyére kell másolni az url-t - Elindítás[/pawn]
[pawn]YoutubeStopStream(playerid);//zene megállítása[/pawn]
Dl: http://www.mediafire.com/?hg5dsnxgsfr81ok\" rel=\"external nofollow\">http://www.mediafire.com/?hg5dsnxgsfr81ok
:)
#92
Üdv
lenne 2 kérdésem
Egyik:
A Szeró configosa csínált nekem egy parancsot War modhoz de ha beteszem akkor mindenre : Server Unknow Command
[pawn]
CMD:stop(playerid,params[])
{
    for(new i=0; i < MAX_PLAYERS; i++)
    {
        if (IsPlayerConnected(i))
         if(IsPlayerAdmin(playerid))
        {
            TogglePlayerControllable(i,0);
            SendClientMessageToAll(0xDEEE20FF, \"Egy admin megállította a wart.\");
        }
        SendClientMessage(playerid,0xDEEE20FF,\" Nem vagy admin.\");
    }
}
CMD:go(playerid,params[])
{
    for(new i=0; i < MAX_PLAYERS; i++)
    {
        if (IsPlayerConnected(i))
        if(IsPlayerAdmin(playerid))
        {
            TogglePlayerControllable(i,1);
            SendClientMessageToAll(0xDEEE20FF, \"A war folytatódik.\");
        }
        else
        SendClientMessage(playerid,0xDEEE20FF,\" Nem vagy admin.\");
}
}
[/pawn]
Ez Így Hibátlan de a modban semmit nem csínál :S
ha bentvan akkor valamiárt blokkol mindent .... :(
2. kérdés
beírom /admins akkor listázza a fent lévõ  RCON Adminokat, ugyanis a rconosak a parancsok
Elõre is Köszi :)
#93
Szkript kérések / NPC Problem
2011. november 22. - 15:33:27
Üdv
Az A Bajom Hogy Lusta Csínált Nekem 1 NPC-t De Nem Csatlakozik A Szeróra :S
(maxnpc 2 )
Filterscipt Mappa:
[pawn]#include <a_samp>
new npcveh1;
new Text3D:label1[MAX_PLAYERS];
public OnFilterScriptInit()
{
ConnectNPC(\"Dead\", \"windsor\");
npcveh1 = CreateVehicle (555,0.0,0.0,0.0,0.0,-1,-1,-1);
return 1;
}
public OnFilterScriptExit()
{
//DestroyVehicle(npcveh1);
return 1;
}
public OnPlayerConnect(playerid)
{
return 1;
}
public OnPlayerDisconnect(playerid)
{
Delete3DTextLabel(label1[playerid]);
return 1;
}
public OnPlayerSpawn(playerid)
{
if(IsPlayerNPC(playerid))
    {
   new npcname[MAX_PLAYER_NAME];
        GetPlayerName(playerid, npcname, sizeof(npcname));
       if(!strcmp( npcname, \"Dead\", true))
        {
            PutPlayerInVehicle (playerid, npcveh1, 0);
           SetPlayerSkin(playerid, 122); //a122 helyére a skin id-t írod
           label1[playerid] = Create3DTextLabel(\"Dead\", 0x09a843AA, 30.0, 40.0, 50.0, 40.0, 0);
          Attach3DTextLabelToPlayer(label1[playerid], playerid, 0.0, 0.0, 0.7);
          }
        return 1;
     }
     return 1;
}[/pawn]
NPCModes
[pawn]#define RECORDING \"windsor\"
#define RECORDING_TYPE 1
#include <a_npc>
public OnRecordingPlaybackEnd ( )
{
  StartRecordingPlayback ( RECORDING_TYPE, RECORDING );
  return 0;
}
#if RECORDING_TYPE == 1
  public OnNPCEnterVehicle ( vehicleid, seatid )
  {
    StartRecordingPlayback ( RECORDING_TYPE, RECORDING );
    return 0;
  }
  public OnNPCExitVehicle ( )
  {
    StopRecordingPlayback ( );
    return 0;
  }
#endif[/pawn]
NPC Neve : Dead
.rec neve : Windsor
és azt hogy lehet meg hogy egyszerre 4 npc legyen a szeróban?
(npcmodes mappában is :D )
Aki Megoldja Adom A Likeot !!!
Elõre Is Kösz
Üdv.: DeaD
JA És Betölti A Scriptet A Szeró De Onnantól Semmi :(
#94
SA-MP / Open.mp: Szerverfejlesztés / Egyszerû Dialog
2011. november 22. - 15:23:49
Üdv Ezt Nektek Csínáltam (Kezdõknek!!)
DIALOG_STYLE_MSGBOX !!!
GM / FS Tetejére
[pawn]
#include <zcmd>
new dialog;[/pawn]
[pawn]public OnPlayerCommandText(playerid,cmdtext[])   BOCS! De Nem Is Kell Mint Kiderült xÐ[/pawn] Alá
[pawn]CMD:dialog(playerid, params[])
{
        ShowPlayerDialog(playerid, dialog, DIALOG_STYLE_MSGBOX, \"***************Egyszerû Dialog***************\",\"\\
   IDE AZT ÍRSZ AMIT AKARSZ \\n\\
                IDEIS\\n\\
                Így Tovább\\n\\
   \",\"Ok\",\"Ok\");
   return 1;
}
[/pawn]
#95
Angol SaMp Fórumról Hoztam Ezt A Scriptet Persze Magyar
Lényege: Egy Ksrácsonyfa Textdraw a jobb alsó sarokban!!
link: http://forum.sa-mp.com/showthread.php?t=210132\" rel=\"external nofollow\">http://forum.sa-mp.com/showthread.php?t=210132
dl: http://pastebin.com/T13a7afp%C2%A0\" rel=\"external nofollow\">http://pastebin.com/T13a7afp              [pawn]//eredeti angol[/pawn]
készítõ:Sinner
Magyar : 1 sort kellett magyarítani xÐÐÐ
[pawn]#include <a_samp>
#define COLOR_DARKGREEN         0x008040FF
#define COLOR_BROWN             0xA52A2AAA
new Text:Textdraw0;
new Text:Textdraw1;
new Text:Textdraw2;
new Text:Textdraw3;
new Text:Textdraw4;
new Text:Textdraw5;
new Text:Textdraw6;
new Text:Textdraw7;
new Text:Textdraw8;
new Text:Textdraw900;
new Text:Textdraw10;
new Text:Textdraw11;
new Text:Textdraw12;
new Text:Textdraw13;
new Text:Textdraw14;
new Text:Textdraw15;
new Text:Textdraw16;
new Text:Textdraw17;
new Text:Textdraw18;
new Text:Textdraw19;
new Text:Textdraw20;
new Text:Textdraw21;
new Text:Textdraw22;
new Text:Textdraw23;
new Text:Textdraw24;
new Text:Textdraw25;
new Text:Textdraw26;
new Text:Textdraw27;
new Text:Textdraw28;
new Text:Textdraw29;
new Text:Textdraw30;
new Text:Textdraw31;
new Text:Textdraw32;
public OnFilterScriptInit()
{
        Textdraw900 = TextDrawCreate(575.000000, 377.000000, \"l\");
        TextDrawBackgroundColor(Textdraw900, 255);
        TextDrawFont(Textdraw900, 1);
        TextDrawLetterSize(Textdraw900, 1.700000, 11.000000);
        TextDrawColor(Textdraw900, COLOR_BROWN);
        TextDrawSetOutline(Textdraw900, 0);
        TextDrawSetProportional(Textdraw900, 1);
        TextDrawSetShadow(Textdraw900, 0);
        Textdraw0 = TextDrawCreate(534.000000, 442.000000, \"V\");
        TextDrawBackgroundColor(Textdraw0, 255);
        TextDrawFont(Textdraw0, 1);
        TextDrawLetterSize(Textdraw0, 4.199998, -6.300001);
        TextDrawColor(Textdraw0, COLOR_DARKGREEN);
        TextDrawSetOutline(Textdraw0, 0);
        TextDrawSetProportional(Textdraw0, 1);
        TextDrawSetShadow(Textdraw0, 0);
        Textdraw1 = TextDrawCreate(538.000000, 432.000000, \"V\");
        TextDrawBackgroundColor(Textdraw1, 255);
        TextDrawFont(Textdraw1, 1);
        TextDrawLetterSize(Textdraw1, 3.889997, -7.000000);
        TextDrawColor(Textdraw1, COLOR_DARKGREEN);
        TextDrawSetOutline(Textdraw1, 0);
        TextDrawSetProportional(Textdraw1, 1);
        TextDrawSetShadow(Textdraw1, 0);
        Textdraw2 = TextDrawCreate(540.000000, 422.000000, \"V\");
        TextDrawBackgroundColor(Textdraw2, 255);
        TextDrawFont(Textdraw2, 1);
        TextDrawLetterSize(Textdraw2, 3.709997, -7.400000);
        TextDrawColor(Textdraw2, COLOR_DARKGREEN);
        TextDrawSetOutline(Textdraw2, 0);
        TextDrawSetProportional(Textdraw2, 1);
        TextDrawSetShadow(Textdraw2, 0);
        Textdraw3 = TextDrawCreate(545.000000, 409.000000, \"V\");
        TextDrawBackgroundColor(Textdraw3, 255);
        TextDrawFont(Textdraw3, 1);
        TextDrawLetterSize(Textdraw3, 3.309998, -8.199999);
        TextDrawColor(Textdraw3, COLOR_DARKGREEN);
        TextDrawSetOutline(Textdraw3, 0);
        TextDrawSetProportional(Textdraw3, 1);
        TextDrawSetShadow(Textdraw3, 0);
        Textdraw4 = TextDrawCreate(549.000000, 394.000000, \"V\");
        TextDrawBackgroundColor(Textdraw4, 255);
        TextDrawFont(Textdraw4, 1);
        TextDrawLetterSize(Textdraw4, 2.959998, -7.400000);
        TextDrawColor(Textdraw4, COLOR_DARKGREEN);
        TextDrawSetOutline(Textdraw4, 0);
        TextDrawSetProportional(Textdraw4, 1);
        TextDrawSetShadow(Textdraw4, 0);
        Textdraw5 = TextDrawCreate(553.000000, 380.000000, \"V\");
        TextDrawBackgroundColor(Textdraw5, 255);
        TextDrawFont(Textdraw5, 1);
        TextDrawLetterSize(Textdraw5, 2.609998, -7.500000);
        TextDrawColor(Textdraw5, COLOR_DARKGREEN);
        TextDrawSetOutline(Textdraw5, 0);
        TextDrawSetProportional(Textdraw5, 1);
        TextDrawSetShadow(Textdraw5, 0);
        Textdraw6 = TextDrawCreate(556.000000, 367.000000, \"V\");
        TextDrawBackgroundColor(Textdraw6, 255);
        TextDrawFont(Textdraw6, 1);
        TextDrawLetterSize(Textdraw6, 2.369999, -7.500000);
        TextDrawColor(Textdraw6, COLOR_DARKGREEN);
        TextDrawSetOutline(Textdraw6, 0);
        TextDrawSetProportional(Textdraw6, 1);
        TextDrawSetShadow(Textdraw6, 0);
        Textdraw7 = TextDrawCreate(559.000000, 352.000000, \"V\");
        TextDrawBackgroundColor(Textdraw7, 255);
        TextDrawFont(Textdraw7, 1);
        TextDrawLetterSize(Textdraw7, 2.079999, -7.300000);
        TextDrawColor(Textdraw7, COLOR_DARKGREEN);
        TextDrawSetOutline(Textdraw7, 0);
        TextDrawSetProportional(Textdraw7, 1);
        TextDrawSetShadow(Textdraw7, 0);
        Textdraw8 = TextDrawCreate(563.000000, 336.000000, \"V\");
        TextDrawBackgroundColor(Textdraw8, 255);
        TextDrawFont(Textdraw8, 1);
        TextDrawLetterSize(Textdraw8, 1.739999, -7.599999);
        TextDrawColor(Textdraw8, COLOR_DARKGREEN);
        TextDrawSetOutline(Textdraw8, 0);
        TextDrawSetProportional(Textdraw8, 1);
        TextDrawSetShadow(Textdraw8, 0);
        Textdraw10 = TextDrawCreate(568.000000, 315.000000, \"V\");
        TextDrawBackgroundColor(Textdraw10, 255);
        TextDrawFont(Textdraw10, 1);
        TextDrawLetterSize(Textdraw10, 1.329999, -7.000000);
        TextDrawColor(Textdraw10, COLOR_DARKGREEN);
        TextDrawSetOutline(Textdraw10, 0);
        TextDrawSetProportional(Textdraw10, 1);
        TextDrawSetShadow(Textdraw10, 0);
        Textdraw11 = TextDrawCreate(528.000000, 434.000000, \"ooooooooo\");
        TextDrawBackgroundColor(Textdraw11, 255);
        TextDrawFont(Textdraw11, 1);
        TextDrawLetterSize(Textdraw11, 0.660000, 2.800000);
        TextDrawColor(Textdraw11, -1);
        TextDrawSetOutline(Textdraw11, 0);
        TextDrawSetProportional(Textdraw11, 1);
        TextDrawSetShadow(Textdraw11, 1);
        Textdraw12 = TextDrawCreate(522.000000, 434.000000, \"ooooooooo\");
        TextDrawBackgroundColor(Textdraw12, 255);
        TextDrawFont(Textdraw12, 1);
        TextDrawLetterSize(Textdraw12, 0.660000, 2.800000);
        TextDrawColor(Textdraw12, -1);
        TextDrawSetOutline(Textdraw12, 0);
        TextDrawSetProportional(Textdraw12, 1);
        TextDrawSetShadow(Textdraw12, 0);
        Textdraw13 = TextDrawCreate(578.000000, 273.000000, \"v\");
        TextDrawBackgroundColor(Textdraw13, 255);
        TextDrawFont(Textdraw13, 1);
        TextDrawLetterSize(Textdraw13, 0.510000, -2.900000);
        TextDrawColor(Textdraw13, -65281);
        TextDrawSetOutline(Textdraw13, 0);
        TextDrawSetProportional(Textdraw13, 1);
        TextDrawSetShadow(Textdraw13, 0);
        Textdraw14 = TextDrawCreate(578.000000, 251.000000, \"v\");
        TextDrawBackgroundColor(Textdraw14, 255);
        TextDrawFont(Textdraw14, 1);
        TextDrawLetterSize(Textdraw14, 0.500000, 2.799999);
        TextDrawColor(Textdraw14, -65281);
        TextDrawSetOutline(Textdraw14, 0);
        TextDrawSetProportional(Textdraw14, 1);
        TextDrawSetShadow(Textdraw14, 0);
        Textdraw15 = TextDrawCreate(574.000000, 253.000000, \"<\");
        TextDrawBackgroundColor(Textdraw15, 255);
        TextDrawFont(Textdraw15, 1);
        TextDrawLetterSize(Textdraw15, 0.419999, 1.799999);
        TextDrawColor(Textdraw15, -65281);
        TextDrawSetOutline(Textdraw15, 0);
        TextDrawSetProportional(Textdraw15, 1);
        TextDrawSetShadow(Textdraw15, 0);
        Textdraw16 = TextDrawCreate(593.000000, 253.000000, \"<\");
        TextDrawBackgroundColor(Textdraw16, 255);
        TextDrawFont(Textdraw16, 1);
        TextDrawLetterSize(Textdraw16, -0.410000, 1.899999);
        TextDrawColor(Textdraw16, -65281);
        TextDrawSetOutline(Textdraw16, 0);
        TextDrawSetProportional(Textdraw16, 1);
        TextDrawSetShadow(Textdraw16, 0);
        Textdraw17 = TextDrawCreate(587.000000, 286.000000, \".\");
        TextDrawBackgroundColor(Textdraw17, 255);
        TextDrawFont(Textdraw17, 1);
        TextDrawLetterSize(Textdraw17, 0.700000, 3.000000);
        TextDrawColor(Textdraw17, -16776961);
        TextDrawSetOutline(Textdraw17, 0);
        TextDrawSetProportional(Textdraw17, 1);
        TextDrawSetShadow(Textdraw17, 1);
        Textdraw18 = TextDrawCreate(567.000000, 329.000000, \".\");
        TextDrawBackgroundColor(Textdraw18, 255);
        TextDrawFont(Textdraw18, 1);
        TextDrawLetterSize(Textdraw18, 0.700000, 3.000000);
        TextDrawColor(Textdraw18, -16776961);
        TextDrawSetOutline(Textdraw18, 0);
        TextDrawSetProportional(Textdraw18, 1);
        TextDrawSetShadow(Textdraw18, 1);
        Textdraw19 = TextDrawCreate(593.000000, 354.000000, \".\");
        TextDrawBackgroundColor(Textdraw19, 255);
        TextDrawFont(Textdraw19, 1);
        TextDrawLetterSize(Textdraw19, 0.700000, 3.000000);
        TextDrawColor(Textdraw19, -16776961);
        TextDrawSetOutline(Textdraw19, 0);
        TextDrawSetProportional(Textdraw19, 1);
        TextDrawSetShadow(Textdraw19, 1);
        Textdraw20 = TextDrawCreate(555.000000, 388.000000, \".\");
        TextDrawBackgroundColor(Textdraw20, 255);
        TextDrawFont(Textdraw20, 1);
        TextDrawLetterSize(Textdraw20, 0.700000, 3.000000);
        TextDrawColor(Textdraw20, -16776961);
        TextDrawSetOutline(Textdraw20, 0);
        TextDrawSetProportional(Textdraw20, 1);
        TextDrawSetShadow(Textdraw20, 1);
        Textdraw21 = TextDrawCreate(592.000000, 317.000000, \".\");
        TextDrawBackgroundColor(Textdraw21, 255);
        TextDrawFont(Textdraw21, 1);
        TextDrawLetterSize(Textdraw21, 0.700000, 3.000000);
        TextDrawColor(Textdraw21, -16776961);
        TextDrawSetOutline(Textdraw21, 0);
        TextDrawSetProportional(Textdraw21, 1);
        TextDrawSetShadow(Textdraw21, 1);
        Textdraw22 = TextDrawCreate(573.000000, 304.000000, \".\");
        TextDrawBackgroundColor(Textdraw22, 255);
        TextDrawFont(Textdraw22, 1);
        TextDrawLetterSize(Textdraw22, 0.700000, 3.000000);
        TextDrawColor(Textdraw22, 65535);
        TextDrawSetOutline(Textdraw22, 0);
        TextDrawSetProportional(Textdraw22, 1);
        TextDrawSetShadow(Textdraw22, 1);
        Textdraw23 = TextDrawCreate(568.000000, 353.000000, \".\");
        TextDrawBackgroundColor(Textdraw23, 255);
        TextDrawFont(Textdraw23, 1);
        TextDrawLetterSize(Textdraw23, 0.700000, 3.000000);
        TextDrawColor(Textdraw23, 65535);
        TextDrawSetOutline(Textdraw23, 0);
        TextDrawSetProportional(Textdraw23, 1);
        TextDrawSetShadow(Textdraw23, 1);
        Textdraw24 = TextDrawCreate(599.000000, 384.000000, \".\");
        TextDrawBackgroundColor(Textdraw24, 255);
        TextDrawFont(Textdraw24, 1);
        TextDrawLetterSize(Textdraw24, 0.700000, 3.000000);
        TextDrawColor(Textdraw24, 65535);
        TextDrawSetOutline(Textdraw24, 0);
        TextDrawSetProportional(Textdraw24, 1);
        TextDrawSetShadow(Textdraw24, 1);
        Textdraw25 = TextDrawCreate(575.000000, 373.000000, \".\");
        TextDrawBackgroundColor(Textdraw25, 255);
        TextDrawFont(Textdraw25, 1);
        TextDrawLetterSize(Textdraw25, 0.700000, 3.000000);
        TextDrawColor(Textdraw25, -65281);
        TextDrawSetOutline(Textdraw25, 0);
        TextDrawSetProportional(Textdraw25, 1);
        TextDrawSetShadow(Textdraw25, 1);
        Textdraw26 = TextDrawCreate(587.000000, 338.000000, \".\");
        TextDrawBackgroundColor(Textdraw26, 255);
        TextDrawFont(Textdraw26, 1);
        TextDrawLetterSize(Textdraw26, 0.700000, 3.000000);
        TextDrawColor(Textdraw26, -65281);
        TextDrawSetOutline(Textdraw26, 0);
        TextDrawSetProportional(Textdraw26, 1);
        TextDrawSetShadow(Textdraw26, 1);
        Textdraw27 = TextDrawCreate(575.000000, 279.000000, \".\");
        TextDrawBackgroundColor(Textdraw27, 255);
        TextDrawFont(Textdraw27, 1);
        TextDrawLetterSize(Textdraw27, 0.700000, 3.000000);
        TextDrawColor(Textdraw27, -65281);
        TextDrawSetOutline(Textdraw27, 0);
        TextDrawSetProportional(Textdraw27, 1);
        TextDrawSetShadow(Textdraw27, 1);
        Textdraw28 = TextDrawCreate(580.000000, 239.000000, \".\");
        TextDrawBackgroundColor(Textdraw28, 255);
        TextDrawFont(Textdraw28, 1);
        TextDrawLetterSize(Textdraw28, 0.750000, 3.199999);
        TextDrawColor(Textdraw28, -65281);
        TextDrawSetOutline(Textdraw28, 0);
        TextDrawSetProportional(Textdraw28, 1);
        TextDrawSetShadow(Textdraw28, 0);
        Textdraw29 = TextDrawCreate(578.000000, 242.000000, \".\");
        TextDrawBackgroundColor(Textdraw29, 255);
        TextDrawFont(Textdraw29, 1);
        TextDrawLetterSize(Textdraw29, 0.750000, 3.199999);
        TextDrawColor(Textdraw29, -65281);
        TextDrawSetOutline(Textdraw29, 0);
        TextDrawSetProportional(Textdraw29, 1);
        TextDrawSetShadow(Textdraw29, 0);
        Textdraw30 = TextDrawCreate(582.000000, 241.000000, \".\");
        TextDrawBackgroundColor(Textdraw30, 255);
        TextDrawFont(Textdraw30, 1);
        TextDrawLetterSize(Textdraw30, 0.750000, 3.199999);
        TextDrawColor(Textdraw30, -65281);
        TextDrawSetOutline(Textdraw30, 0);
        TextDrawSetProportional(Textdraw30, 1);
        TextDrawSetShadow(Textdraw30, 0);
        Textdraw31 = TextDrawCreate(577.000000, 240.000000, \".\");
        TextDrawBackgroundColor(Textdraw31, 255);
        TextDrawFont(Textdraw31, 1);
        TextDrawLetterSize(Textdraw31, 0.750000, 3.199999);
        TextDrawColor(Textdraw31, -65281);
        TextDrawSetOutline(Textdraw31, 0);
        TextDrawSetProportional(Textdraw31, 1);
        TextDrawSetShadow(Textdraw31, 0);
        Textdraw32 = TextDrawCreate(540.000000, 431.000000, \"Boldog Karacsonyt\");
        TextDrawBackgroundColor(Textdraw32, 255);
        TextDrawFont(Textdraw32, 1);
        TextDrawLetterSize(Textdraw32, 0.340000, 1.299999);
        TextDrawColor(Textdraw32, -1);
        TextDrawSetOutline(Textdraw32, 0);
        TextDrawSetProportional(Textdraw32, 1);
        TextDrawSetShadow(Textdraw32, 0);
        for(new i; i < MAX_PLAYERS; i ++)
        {
                if(IsPlayerConnected(i))
                {
                        TextDrawShowForPlayer(i, Textdraw0);
                        TextDrawShowForPlayer(i, Textdraw1);
                        TextDrawShowForPlayer(i, Textdraw2);
                        TextDrawShowForPlayer(i, Textdraw3);
                        TextDrawShowForPlayer(i, Textdraw4);
                        TextDrawShowForPlayer(i, Textdraw5);
                        TextDrawShowForPlayer(i, Textdraw6);
                        TextDrawShowForPlayer(i, Textdraw7);
                        TextDrawShowForPlayer(i, Textdraw8);
                        TextDrawShowForPlayer(i, Textdraw900);
                        TextDrawShowForPlayer(i, Textdraw10);
                        TextDrawShowForPlayer(i, Textdraw11);
                        TextDrawShowForPlayer(i, Textdraw12);
                        TextDrawShowForPlayer(i, Textdraw13);
                        TextDrawShowForPlayer(i, Textdraw14);
                        TextDrawShowForPlayer(i, Textdraw15);
                        TextDrawShowForPlayer(i, Textdraw16);
                        TextDrawShowForPlayer(i, Textdraw17);
                        TextDrawShowForPlayer(i, Textdraw18);
                        TextDrawShowForPlayer(i, Textdraw19);
                        TextDrawShowForPlayer(i, Textdraw20);
                        TextDrawShowForPlayer(i, Textdraw21);
                        TextDrawShowForPlayer(i, Textdraw22);
                        TextDrawShowForPlayer(i, Textdraw23);
                        TextDrawShowForPlayer(i, Textdraw24);
                        TextDrawShowForPlayer(i, Textdraw25);
                        TextDrawShowForPlayer(i, Textdraw26);
                        TextDrawShowForPlayer(i, Textdraw27);
                        TextDrawShowForPlayer(i, Textdraw28);
                        TextDrawShowForPlayer(i, Textdraw29);
                        TextDrawShowForPlayer(i, Textdraw30);
                        TextDrawShowForPlayer(i, Textdraw31);
                        TextDrawShowForPlayer(i, Textdraw32);
                }
        }
        return 1;
}
public OnFilterScriptExit()
{
        TextDrawHideForAll(Textdraw0);
        TextDrawDestroy(Textdraw0);
        TextDrawHideForAll(Textdraw1);
        TextDrawDestroy(Textdraw1);
        TextDrawHideForAll(Textdraw2);
        TextDrawDestroy(Textdraw2);
        TextDrawHideForAll(Textdraw3);
        TextDrawDestroy(Textdraw3);
        TextDrawHideForAll(Textdraw4);
        TextDrawDestroy(Textdraw4);
        TextDrawHideForAll(Textdraw5);
        TextDrawDestroy(Textdraw5);
        TextDrawHideForAll(Textdraw6);
        TextDrawDestroy(Textdraw6);
        TextDrawHideForAll(Textdraw7);
        TextDrawDestroy(Textdraw7);
        TextDrawHideForAll(Textdraw8);
        TextDrawDestroy(Textdraw8);
        TextDrawHideForAll(Textdraw900);
        TextDrawDestroy(Textdraw900);
        TextDrawHideForAll(Textdraw10);
        TextDrawDestroy(Textdraw10);
        TextDrawHideForAll(Textdraw11);
        TextDrawDestroy(Textdraw11);
        TextDrawHideForAll(Textdraw12);
        TextDrawDestroy(Textdraw12);
        TextDrawHideForAll(Textdraw13);
        TextDrawDestroy(Textdraw13);
        TextDrawHideForAll(Textdraw14);
        TextDrawDestroy(Textdraw14);
        TextDrawHideForAll(Textdraw15);
        TextDrawDestroy(Textdraw15);
        TextDrawHideForAll(Textdraw16);
        TextDrawDestroy(Textdraw16);
        TextDrawHideForAll(Textdraw17);
        TextDrawDestroy(Textdraw17);
        TextDrawHideForAll(Textdraw18);
        TextDrawDestroy(Textdraw18);
        TextDrawHideForAll(Textdraw19);
        TextDrawDestroy(Textdraw19);
        TextDrawHideForAll(Textdraw20);
        TextDrawDestroy(Textdraw20);
        TextDrawHideForAll(Textdraw21);
        TextDrawDestroy(Textdraw21);
        TextDrawHideForAll(Textdraw22);
        TextDrawDestroy(Textdraw22);
        TextDrawHideForAll(Textdraw23);
        TextDrawDestroy(Textdraw23);
        TextDrawHideForAll(Textdraw24);
        TextDrawDestroy(Textdraw24);
        TextDrawHideForAll(Textdraw25);
        TextDrawDestroy(Textdraw25);
        TextDrawHideForAll(Textdraw26);
        TextDrawDestroy(Textdraw26);
        TextDrawHideForAll(Textdraw27);
        TextDrawDestroy(Textdraw27);
        TextDrawHideForAll(Textdraw28);
        TextDrawDestroy(Textdraw28);
        TextDrawHideForAll(Textdraw29);
        TextDrawDestroy(Textdraw29);
        TextDrawHideForAll(Textdraw30);
        TextDrawDestroy(Textdraw30);
        TextDrawHideForAll(Textdraw31);
        TextDrawDestroy(Textdraw31);
        TextDrawHideForAll(Textdraw32);
        TextDrawDestroy(Textdraw32);
        return 1;
}
public OnPlayerConnect(playerid)
{
        TextDrawShowForPlayer(playerid, Textdraw0);
        TextDrawShowForPlayer(playerid, Textdraw1);
        TextDrawShowForPlayer(playerid, Textdraw2);
        TextDrawShowForPlayer(playerid, Textdraw3);
        TextDrawShowForPlayer(playerid, Textdraw4);
        TextDrawShowForPlayer(playerid, Textdraw5);
        TextDrawShowForPlayer(playerid, Textdraw6);
        TextDrawShowForPlayer(playerid, Textdraw7);
        TextDrawShowForPlayer(playerid, Textdraw8);
        TextDrawShowForPlayer(playerid, Textdraw900);
        TextDrawShowForPlayer(playerid, Textdraw10);
        TextDrawShowForPlayer(playerid, Textdraw11);
        TextDrawShowForPlayer(playerid, Textdraw12);
        TextDrawShowForPlayer(playerid, Textdraw13);
        TextDrawShowForPlayer(playerid, Textdraw14);
        TextDrawShowForPlayer(playerid, Textdraw15);
        TextDrawShowForPlayer(playerid, Textdraw16);
        TextDrawShowForPlayer(playerid, Textdraw17);
        TextDrawShowForPlayer(playerid, Textdraw18);
        TextDrawShowForPlayer(playerid, Textdraw19);
        TextDrawShowForPlayer(playerid, Textdraw20);
        TextDrawShowForPlayer(playerid, Textdraw21);
        TextDrawShowForPlayer(playerid, Textdraw22);
        TextDrawShowForPlayer(playerid, Textdraw23);
        TextDrawShowForPlayer(playerid, Textdraw24);
        TextDrawShowForPlayer(playerid, Textdraw25);
        TextDrawShowForPlayer(playerid, Textdraw26);
        TextDrawShowForPlayer(playerid, Textdraw27);
        TextDrawShowForPlayer(playerid, Textdraw28);
        TextDrawShowForPlayer(playerid, Textdraw29);
        TextDrawShowForPlayer(playerid, Textdraw30);
        TextDrawShowForPlayer(playerid, Textdraw31);
        TextDrawShowForPlayer(playerid, Textdraw32);
        return 1;
}[/pawn]
#96
Eredeti Téma : http://forum.sa-mp.com/showthread.php?t=284384\" rel=\"external nofollow\">http://forum.sa-mp.com/showthread.php?t=284384
DL:http://www.megaupload.com/?d=7J42D158
Készítõ: Trucker[uK]
Idõ: 15 perc
tp:1656.48474121,841.15582275,5.72294903
[pawn]#include <a_samp>
#define RED 0xFF0000AA
#define Yellow 0xFFFF00AA
public OnFilterScriptInit()
{
print(\"\\n--------------------------------------\");
print(\"\");
print(\"--------------------------------------\\n\");
//Round About Objects
CreateObject(3335,1656.48474121,841.15582275,5.72294903,0.00000000,0.00000000,270.00000000); //object(ce_roadsign1) (1)
CreateObject(3335,1657.56738281,826.66894531,5.79854345,0.00000000,0.00000000,270.00000000); //object(ce_roadsign1) (2)
CreateObject(3335,1804.44543457,702.60668945,14.01692200,0.00000000,0.00000000,350.00000000); //object(ce_roadsign1) (3)
CreateObject(3335,1790.10937500,705.71905518,13.94736958,0.00000000,0.00000000,349.99694824); //object(ce_roadsign1) (4)
CreateObject(3335,1949.46374512,859.57989502,5.77944469,0.00000000,0.00000000,90.00000000); //object(ce_roadsign1) (5)
CreateObject(3335,1949.55700684,845.29656982,5.71286201,0.00000000,0.00000000,90.00000000); //object(ce_roadsign1) (6)
CreateObject(3335,1795.29089355,1008.05767822,5.72382164,0.00000000,0.00000000,180.00000000); //object(ce_roadsign1) (7)
CreateObject(3335,1780.97851562,1008.08593750,5.78935432,0.00000000,0.00000000,179.99450684); //object(ce_roadsign1) (8)
CreateObject(638,1794.45751953,852.25897217,10.36890888,0.00000000,0.00000000,90.00000000); //object(kb_planter_bush) (2)
CreateObject(638,1797.67187500,834.18652344,10.36138058,0.00000000,0.00000000,90.00000000); //object(kb_planter_bush) (3)
CreateObject(638,1809.13232422,841.55474854,10.32902813,0.00000000,0.00000000,179.99621582); //object(kb_planter_bush) (5)
CreateObject(638,1809.15100098,846.82214355,10.36890888,0.00000000,0.00000000,179.99450684); //object(kb_planter_bush) (7)
CreateObject(638,1805.94287109,837.46899414,10.36890888,0.00000000,0.00000000,127.99624634); //object(kb_planter_bush) (8)
CreateObject(638,1809.13378906,844.17675781,10.31977177,0.00000000,0.00000000,179.99450684); //object(kb_planter_bush) (10)
CreateObject(638,1807.99829102,839.09521484,10.36890888,0.00000000,0.00000000,127.99624634); //object(kb_planter_bush) (12)
CreateObject(638,1797.14160156,852.26367188,10.36890888,0.00000000,0.00000000,90.00000000); //object(kb_planter_bush) (13)
CreateObject(638,1791.79248047,852.26501465,10.36890888,0.00000000,0.00000000,90.00000000); //object(kb_planter_bush) (14)
CreateObject(638,1794.99938965,834.19458008,10.36890888,0.00000000,0.00000000,90.00000000); //object(kb_planter_bush) (15)
CreateObject(638,1793.03845215,834.18395996,10.36890888,0.00000000,0.00000000,90.00000000); //object(kb_planter_bush) (16)
CreateObject(638,1787.13793945,849.76013184,10.36138058,0.00000000,0.00000000,127.99624634); //object(kb_planter_bush) (17)
CreateObject(638,1789.23046875,851.38867188,10.36890888,0.00000000,0.00000000,127.99621582); //object(kb_planter_bush) (18)
CreateObject(638,1786.02478027,847.34252930,10.36890888,0.00000000,0.00000000,181.99627686); //object(kb_planter_bush) (19)
CreateObject(638,1786.12512207,844.65429688,10.33081532,0.00000000,0.00000000,181.99401855); //object(kb_planter_bush) (20)
CreateObject(638,1786.23083496,841.99871826,10.33114147,0.00000000,0.00000000,181.99401855); //object(kb_planter_bush) (21)
CreateObject(638,1802.47949219,852.29504395,10.36890888,0.00000000,0.00000000,90.00000000); //object(kb_planter_bush) (24)
CreateObject(638,1807.96618652,849.59588623,10.36890888,0.00000000,0.00000000,219.99023438); //object(kb_planter_bush) (25)
CreateObject(638,1787.18945312,839.45928955,10.36890888,0.00000000,0.00000000,219.99023438); //object(kb_planter_bush) (26)
CreateObject(638,1788.88195801,837.42639160,10.36890888,0.00000000,0.00000000,219.99023438); //object(kb_planter_bush) (27)
CreateObject(638,1790.59716797,835.37951660,10.36890888,0.00000000,0.00000000,219.99023438); //object(kb_planter_bush) (28)
CreateObject(638,1800.34375000,834.19366455,10.36890888,0.00000000,0.00000000,90.00000000); //object(kb_planter_bush) (29)
CreateObject(638,1803.85290527,835.82470703,10.36890888,0.00000000,0.00000000,127.99624634); //object(kb_planter_bush) (30)
CreateObject(638,1802.96984863,835.07592773,10.36890888,0.00000000,0.00000000,127.99624634); //object(kb_planter_bush) (31)
CreateObject(638,1799.83386230,852.27697754,10.36890888,0.00000000,0.00000000,90.00000000); //object(kb_planter_bush) (32)
CreateObject(638,1806.68395996,851.12670898,10.36890888,0.00000000,0.00000000,219.99023438); //object(kb_planter_bush) (33)
CreateObject(638,1804.26940918,852.31115723,10.36890888,0.00000000,0.00000000,90.00000000); //object(kb_planter_bush) (34)
CreateObject(9833,1803.93981934,848.98242188,12.87441826,0.00000000,0.00000000,0.00000000); //object(fountain_sfw) (1)
CreateObject(9833,1805.74902344,843.02148438,12.83535576,0.00000000,0.00000000,0.00000000); //object(fountain_sfw) (2)
CreateObject(9833,1791.35656738,849.45312500,12.87441826,0.00000000,0.00000000,0.00000000); //object(fountain_sfw) (3)
CreateObject(9833,1797.59472656,849.41796875,12.86688995,0.00000000,0.00000000,0.00000000); //object(fountain_sfw) (4)
CreateObject(9833,1788.56408691,844.43920898,12.83547211,0.00000000,0.00000000,0.00000000); //object(fountain_sfw) (5)
CreateObject(9833,1796.35449219,836.58923340,12.87441826,0.00000000,0.00000000,0.00000000); //object(fountain_sfw) (6)
CreateObject(9833,1790.71875000,838.85351562,12.87441826,0.00000000,0.00000000,0.00000000); //object(fountain_sfw) (7)
CreateObject(9833,1801.59045410,838.00665283,12.87441826,0.00000000,0.00000000,0.00000000); //object(fountain_sfw) (8)
CreateObject(7073,1797.76074219,844.16503906,27.89956284,0.00000000,0.00000000,270.00000000); //object(vegascowboy1) (1)
CreateObject(7415,1799.03210449,840.09851074,19.48413086,0.00000000,0.00000000,124.00000000); //object(vgswlcmsign1) (1)
CreateObject(710,1800.78369141,849.56903076,25.25854111,0.00000000,0.00000000,0.00000000); //object(vgs_palm01) (1)
CreateObject(710,1807.12597656,846.55401611,25.25854111,0.00000000,0.00000000,0.00000000); //object(vgs_palm01) (3)
CreateObject(710,1794.50683594,850.06933594,25.25854111,0.00000000,0.00000000,0.00000000); //object(vgs_palm01) (5)
CreateObject(711,1799.82604980,836.18426514,15.64916611,0.00000000,0.00000000,282.00000000); //object(vgs_palm02) (1)
CreateObject(710,1805.15405273,839.07415771,25.25854111,0.00000000,0.00000000,0.00000000); //object(vgs_palm01) (8)
CreateObject(710,1793.22460938,836.51171875,25.25854111,0.00000000,0.00000000,0.00000000); //object(vgs_palm01) (9)
CreateObject(710,1788.35485840,847.63085938,25.25854111,0.00000000,0.00000000,0.00000000); //object(vgs_palm01) (10)
CreateObject(710,1788.94201660,841.14178467,25.23479462,0.00000000,0.00000000,0.00000000); //object(vgs_palm01) (11)
CreateObject(800,1801.28918457,836.37988281,13.31575203,0.00000000,0.00000000,0.00000000); //object(genveg_bush07) (1)
CreateObject(800,1797.71679688,835.07714844,13.30822372,0.00000000,0.00000000,0.00000000); //object(genveg_bush07) (2)
CreateObject(800,1790.99670410,849.02209473,13.31575203,0.00000000,0.00000000,0.00000000); //object(genveg_bush07) (3)
CreateObject(800,1806.23632812,840.62695312,13.30041599,0.00000000,0.00000000,0.00000000); //object(genveg_bush07) (4)
CreateObject(800,1806.48730469,844.19531250,13.27504539,0.00000000,0.00000000,0.00000000); //object(genveg_bush07) (5)
CreateObject(800,1805.11132812,848.36230469,13.31575203,0.00000000,0.00000000,0.00000000); //object(genveg_bush07) (6)
CreateObject(800,1798.02832031,849.50195312,13.30822372,0.00000000,0.00000000,0.00000000); //object(genveg_bush07) (7)
CreateObject(800,1788.67761230,844.54620361,13.27855587,0.00000000,0.00000000,0.00000000); //object(genveg_bush07) (8)
CreateObject(800,1790.63269043,838.05511475,13.31575203,0.00000000,0.00000000,0.00000000); //object(genveg_bush07) (9)
CreateObject(800,1793.19653320,835.70068359,13.31575203,0.00000000,0.00000000,0.00000000); //object(genveg_bush07) (10)
CreateObject(800,1788.69384766,840.99285889,13.27855587,0.00000000,0.00000000,0.00000000); //object(genveg_bush07) (11)
CreateObject(800,1788.62976074,847.53466797,13.31575203,0.00000000,0.00000000,0.00000000); //object(genveg_bush07) (12)
CreateObject(800,1794.83789062,850.13574219,13.31575203,0.00000000,0.00000000,0.00000000); //object(genveg_bush07) (13)
CreateObject(800,1801.84155273,849.98828125,13.31575203,0.00000000,0.00000000,0.00000000); //object(genveg_bush07) (14)
CreateObject(800,1803.59082031,850.01391602,13.31575203,0.00000000,0.00000000,0.00000000); //object(genveg_bush07) (15)
CreateObject(800,1806.64953613,846.58227539,13.31575203,0.00000000,0.00000000,0.00000000); //object(genveg_bush07) (16)
CreateObject(800,1807.41894531,842.87811279,13.31575203,0.00000000,0.00000000,0.00000000); //object(genveg_bush07) (17)
CreateObject(800,1805.24096680,838.20642090,13.31575203,0.00000000,0.00000000,0.00000000); //object(genveg_bush07) (18)
CreateObject(800,1803.24877930,836.91882324,13.31575203,0.00000000,0.00000000,0.00000000); //object(genveg_bush07) (19)
CreateObject(800,1795.16357422,834.99774170,13.31575203,0.00000000,0.00000000,0.00000000); //object(genveg_bush07) (20)
CreateObject(3472,1818.23742676,842.96856689,9.87781715,0.00000000,0.00000000,0.00000000); //object(circuslampost03) (1)
CreateObject(3472,1797.43945312,822.70703125,9.75801659,0.00000000,0.00000000,0.00000000); //object(circuslampost03) (2)
CreateObject(3472,1776.45861816,843.21746826,9.90431404,0.00000000,0.00000000,0.00000000); //object(circuslampost03) (3)
CreateObject(3472,1797.42773438,863.90917969,9.82461739,0.00000000,0.00000000,0.00000000); //object(circuslampost03) (4)
CreateObject(2780,1797.50915527,842.31457520,9.63122559,0.00000000,0.00000000,0.00000000); //object(cj_smoke_mach) (1)
CreateObject(2780,1792.45336914,843.44305420,9.62527466,0.00000000,0.00000000,0.00000000); //object(cj_smoke_mach) (2)
CreateObject(2780,1801.88952637,843.75427246,9.63281250,0.00000000,0.00000000,0.00000000); //object(cj_smoke_mach) (3)
return 1;
}
////////////////////////////////80 objects/////////////////////////////////////////////[/pawn]
#97
Üdv!
Ezt Is Angol Fórumról Hoztam Nektek!
Karácsonyi Dekoráció ide: Las Venturas, Cross roads
Képet Sajnos Nemtok Rakni De Meglehet Nézni :: http://forum.sa-mp.com/showthread.php?t=296390\" rel=\"external nofollow\">http://forum.sa-mp.com/showthread.php?t=296390
Készítõ: Brodock
TP: 1798.19995117,843.00000000,6.09999990
dl:
[pawn]CreateObject(731,1798.19995117,843.00000000,6.09999990,0.00000000,0.00000000,0.00000000); //object(tree_hipoly09) (1)
CreateObject(731,1798.19921875,843.00000000,6.09999990,0.00000000,0.00000000,96.00000000); //object(tree_hipoly09) (3)
CreateObject(14870,1798.30004883,844.20001221,23.60000038,0.00000000,0.00000000,0.00000000); //object(pompom01) (1)
CreateObject(14870,1799.00000000,843.50000000,25.39999962,0.00000000,0.00000000,226.00000000); //object(pompom01) (2)
CreateObject(14870,1798.00000000,842.40002441,26.20000076,0.00000000,0.00000000,99.99975586); //object(pompom01) (3)
CreateObject(14870,1798.00000000,842.40002441,30.20000076,0.00000000,0.00000000,183.99755859); //object(pompom01) (4)
CreateObject(14870,1798.00000000,842.40002441,36.70000076,0.00000000,0.00000000,229.99353027); //object(pompom01) (5)
CreateObject(14870,1798.00000000,842.39941406,36.70000076,0.00000000,0.00000000,111.99328613); //object(pompom01) (6)
CreateObject(14870,1798.00000000,842.39941406,36.70000076,0.00000000,0.00000000,337.98913574); //object(pompom01) (7)
CreateObject(14870,1798.00000000,842.40002441,32.20000076,0.00000000,0.00000000,297.98889160); //object(pompom01) (8)
CreateObject(14870,1798.00000000,842.40002441,30.50000000,0.00000000,0.00000000,13.98767090); //object(pompom01) (9)
CreateObject(14870,1798.00000000,842.40002441,28.79999924,0.00000000,0.00000000,265.98559570); //object(pompom01) (10)
CreateObject(7666,1798.30004883,843.50000000,56.40000153,0.00000000,0.00000000,0.00000000); //object(vgswlcmsign2) (1)
CreateObject(7666,1798.29980469,843.50000000,56.40000153,0.00000000,0.00000000,294.00000000); //object(vgswlcmsign2) (2)
CreateObject(3472,1817.59997559,825.40002441,9.80000019,0.00000000,0.00000000,90.00000000); //object(circuslampost03) (1)
CreateObject(3472,1817.19995117,863.00000000,9.80000019,0.00000000,0.00000000,90.00000000); //object(circuslampost03) (2)
CreateObject(3472,1777.59997559,863.20001221,9.80000019,0.00000000,0.00000000,90.00000000); //object(circuslampost03) (3)
CreateObject(3472,1777.19995117,823.50000000,9.69999981,0.00000000,0.00000000,90.00000000); //object(circuslampost03) (4)
CreateObject(3472,1798.19995117,842.40002441,9.60000038,0.00000000,0.00000000,18.00000000); //object(circuslampost03) (5)
CreateObject(3472,1798.19995117,842.40002441,13.39999962,0.00000000,0.00000000,173.99560547); //object(circuslampost03) (6)
CreateObject(3472,1798.19995117,842.40002441,20.89999962,0.00000000,0.00000000,255.99047852); //object(circuslampost03) (7)
CreateObject(3472,1798.19995117,842.40002441,27.39999962,0.00000000,0.00000000,329.98693848); //object(circuslampost03) (8)
CreateObject(3472,1798.50000000,843.20001221,35.20000076,0.00000000,0.00000000,15.98535156); //object(circuslampost03) (9)
CreateObject(3917,1778.00000000,828.79998779,3.70000005,0.00000000,0.00000000,0.00000000); //object(lib_street17) (1)
CreateObject(3917,1773.69995117,841.79998779,3.59999990,0.00000000,0.00000000,328.00000000); //object(lib_street17) (2)
CreateObject(1215,1799.50000000,834.40002441,10.19999981,0.00000000,0.00000000,0.00000000); //object(bollardlight) (1)
CreateObject(1215,1803.69995117,836.29998779,10.19999981,0.00000000,0.00000000,0.00000000); //object(bollardlight) (2)
CreateObject(1215,1806.69995117,846.40002441,10.19999981,0.00000000,0.00000000,0.00000000); //object(bollardlight) (3)
CreateObject(1215,1803.69995117,850.40002441,10.19999981,0.00000000,0.00000000,0.00000000); //object(bollardlight) (4)
CreateObject(1215,1797.30004883,852.50000000,10.19999981,0.00000000,0.00000000,0.00000000); //object(bollardlight) (5)
CreateObject(1215,1792.19995117,850.50000000,10.19999981,0.00000000,0.00000000,0.00000000); //object(bollardlight) (6)
CreateObject(1215,1789.69995117,840.50000000,10.19999981,0.00000000,0.00000000,0.00000000); //object(bollardlight) (7)
CreateObject(1215,1792.19995117,836.29998779,10.19999981,0.00000000,0.00000000,0.00000000); //object(bollardlight) (8)
CreateObject(16442,1761.90002441,806.29998779,12.89999962,0.00000000,0.00000000,56.00000000); //object(desn2_stripsigs1) (2)
CreateObject(3915,1773.90002441,817.29998779,8.19999981,0.00000000,0.00000000,0.00000000); //object(snowover03) (2)
CreateObject(3915,1765.40002441,816.59997559,8.19999981,0.00000000,0.00000000,12.00000000); //object(snowover03) (5)
CreateObject(3915,1759.90002441,815.09997559,8.19999981,0.00000000,0.00000000,37.99707031); //object(snowover03) (6)
CreateObject(3915,1748.90002441,809.90002441,8.19999981,0.00000000,0.00000000,359.99621582); //object(snowover03) (7)
CreateObject(3915,1750.69995117,812.90002441,8.19999981,0.00000000,0.00000000,51.99450684); //object(snowover03) (8)
CreateObject(3915,1745.69995117,806.90002441,8.19999981,0.00000000,0.00000000,41.99279785); //object(snowover03) (9)
CreateObject(3915,1742.69995117,804.20001221,8.19999981,0.00000000,0.00000000,93.98974609); //object(snowover03) (10)
CreateObject(16442,1753.59997559,801.70001221,12.60000038,0.00000000,0.00000000,105.99731445); //object(desn2_stripsigs1) (3)
CreateObject(16442,1745.19995117,817.70001221,10.89999962,0.00000000,0.00000000,37.99609375); //object(desn2_stripsigs1) (4)
CreateObject(16442,1756.30004883,810.29998779,12.39999962,0.00000000,0.00000000,179.99072266); //object(desn2_stripsigs1) (5)
CreateObject(1238,1708.90002441,828.00000000,7.80000019,0.00000000,0.00000000,0.00000000); //object(trafficcone) (1)
CreateObject(1238,1710.40002441,828.20001221,7.80000019,0.00000000,0.00000000,0.00000000); //object(trafficcone) (2)
CreateObject(1238,1711.69995117,829.40002441,7.80000019,0.00000000,0.00000000,0.00000000); //object(trafficcone) (3)
CreateObject(1238,1713.19995117,831.09997559,7.90000010,0.00000000,0.00000000,0.00000000); //object(trafficcone) (4)
CreateObject(1238,1707.30004883,827.90002441,7.69999981,0.00000000,0.00000000,0.00000000); //object(trafficcone) (5)
CreateObject(1238,1714.69995117,832.09997559,7.90000010,0.00000000,0.00000000,0.00000000); //object(trafficcone) (6)
CreateObject(1238,1716.40002441,832.70001221,8.00000000,0.00000000,0.00000000,0.00000000); //object(trafficcone) (7)
CreateObject(1238,1718.00000000,832.90002441,8.00000000,0.00000000,0.00000000,0.00000000); //object(trafficcone) (8)
CreateObject(1238,1719.59997559,832.90002441,8.10000038,0.00000000,0.00000000,0.00000000); //object(trafficcone) (9)
CreateObject(1238,1721.30004883,832.70001221,8.19999981,0.00000000,0.00000000,0.00000000); //object(trafficcone) (10)
CreateObject(1238,1722.80004883,832.40002441,8.19999981,0.00000000,0.00000000,0.00000000); //object(trafficcone) (11)
CreateObject(1238,1724.19995117,832.29998779,8.19999981,0.00000000,0.00000000,0.00000000); //object(trafficcone) (12)
CreateObject(1238,1725.69995117,832.20001221,8.30000019,0.00000000,0.00000000,0.00000000); //object(trafficcone) (13)
CreateObject(1238,1728.40002441,831.00000000,8.39999962,0.00000000,0.00000000,0.00000000); //object(trafficcone) (14)
CreateObject(1238,1727.19995117,831.90002441,8.30000019,0.00000000,0.00000000,0.00000000); //object(trafficcone) (15)
CreateObject(1238,1729.80004883,830.00000000,8.39999962,0.00000000,0.00000000,0.00000000); //object(trafficcone) (16)
CreateObject(1238,1731.19995117,828.90002441,8.50000000,0.00000000,0.00000000,0.00000000); //object(trafficcone) (17)
CreateObject(1238,1732.69995117,828.29998779,8.50000000,0.00000000,0.00000000,0.00000000); //object(trafficcone) (18)
CreateObject(1232,1775.69995117,843.09997559,12.80000019,0.00000000,0.00000000,0.00000000); //object(streetlamp1) (1)
CreateObject(1232,1797.30004883,821.70001221,12.69999981,0.00000000,0.00000000,0.00000000); //object(streetlamp1) (2)
CreateObject(1232,1818.80004883,842.90002441,12.69999981,0.00000000,0.00000000,0.00000000); //object(streetlamp1) (3)
CreateObject(1232,1797.19995117,864.40002441,12.60000038,0.00000000,0.00000000,0.00000000); //object(streetlamp1) (4)[/pawn]
Streameres:
[pawn]CreateDynamicObject(731, 1798.19995117, 843.00000000, 6.09999990, 0.00000000, 0.00000000, 0.00000000);
CreateDynamicObject(731, 1798.19921875, 843.00000000, 6.09999990, 0.00000000, 0.00000000, 96.00000000);
CreateDynamicObject(14870, 1798.30004883, 844.20001221, 23.60000038, 0.00000000, 0.00000000, 0.00000000);
CreateDynamicObject(14870, 1799.00000000, 843.50000000, 25.39999962, 0.00000000, 0.00000000, 226.00000000);
CreateDynamicObject(14870, 1798.00000000, 842.40002441, 26.20000076, 0.00000000, 0.00000000, 99.99975586);
CreateDynamicObject(14870, 1798.00000000, 842.40002441, 30.20000076, 0.00000000, 0.00000000, 183.99755859);
CreateDynamicObject(14870, 1798.00000000, 842.40002441, 36.70000076, 0.00000000, 0.00000000, 229.99353027);
CreateDynamicObject(14870, 1798.00000000, 842.39941406, 36.70000076, 0.00000000, 0.00000000, 111.99328613);
CreateDynamicObject(14870, 1798.00000000, 842.39941406, 36.70000076, 0.00000000, 0.00000000, 337.98913574);
CreateDynamicObject(14870, 1798.00000000, 842.40002441, 32.20000076, 0.00000000, 0.00000000, 297.98889160);
CreateDynamicObject(14870, 1798.00000000, 842.40002441, 30.50000000, 0.00000000, 0.00000000, 13.98767090);
CreateDynamicObject(14870, 1798.00000000, 842.40002441, 28.79999924, 0.00000000, 0.00000000, 265.98559570);
CreateDynamicObject(7666, 1798.30004883, 843.50000000, 56.40000153, 0.00000000, 0.00000000, 0.00000000);
CreateDynamicObject(7666, 1798.29980469, 843.50000000, 56.40000153, 0.00000000, 0.00000000, 294.00000000);
CreateDynamicObject(3472, 1817.59997559, 825.40002441, 9.80000019, 0.00000000, 0.00000000, 90.00000000);
CreateDynamicObject(3472, 1817.19995117, 863.00000000, 9.80000019, 0.00000000, 0.00000000, 90.00000000);
CreateDynamicObject(3472, 1777.59997559, 863.20001221, 9.80000019, 0.00000000, 0.00000000, 90.00000000);
CreateDynamicObject(3472, 1777.19995117, 823.50000000, 9.69999981, 0.00000000, 0.00000000, 90.00000000);
CreateDynamicObject(3472, 1798.19995117, 842.40002441, 9.60000038, 0.00000000, 0.00000000, 18.00000000);
CreateDynamicObject(3472, 1798.19995117, 842.40002441, 13.39999962, 0.00000000, 0.00000000, 173.99560547);
CreateDynamicObject(3472, 1798.19995117, 842.40002441, 20.89999962, 0.00000000, 0.00000000, 255.99047852);
CreateDynamicObject(3472, 1798.19995117, 842.40002441, 27.39999962, 0.00000000, 0.00000000, 329.98693848);
CreateDynamicObject(3472, 1798.50000000, 843.20001221, 35.20000076, 0.00000000, 0.00000000, 15.98535156);
CreateDynamicObject(3917, 1778.00000000, 828.79998779, 3.70000005, 0.00000000, 0.00000000, 0.00000000);
CreateDynamicObject(3917, 1773.69995117, 841.79998779, 3.59999990, 0.00000000, 0.00000000, 328.00000000);
CreateDynamicObject(1215, 1799.50000000, 834.40002441, 10.19999981, 0.00000000, 0.00000000, 0.00000000);
CreateDynamicObject(1215, 1803.69995117, 836.29998779, 10.19999981, 0.00000000, 0.00000000, 0.00000000);
CreateDynamicObject(1215, 1806.69995117, 846.40002441, 10.19999981, 0.00000000, 0.00000000, 0.00000000);
CreateDynamicObject(1215, 1803.69995117, 850.40002441, 10.19999981, 0.00000000, 0.00000000, 0.00000000);
CreateDynamicObject(1215, 1797.30004883, 852.50000000, 10.19999981, 0.00000000, 0.00000000, 0.00000000);
CreateDynamicObject(1215, 1792.19995117, 850.50000000, 10.19999981, 0.00000000, 0.00000000, 0.00000000);
CreateDynamicObject(1215, 1789.69995117, 840.50000000, 10.19999981, 0.00000000, 0.00000000, 0.00000000);
CreateDynamicObject(1215, 1792.19995117, 836.29998779, 10.19999981, 0.00000000, 0.00000000, 0.00000000);
CreateDynamicObject(16442, 1761.90002441, 806.29998779, 12.89999962, 0.00000000, 0.00000000, 56.00000000);
CreateDynamicObject(3915, 1773.90002441, 817.29998779, 8.19999981, 0.00000000, 0.00000000, 0.00000000);
CreateDynamicObject(3915, 1765.40002441, 816.59997559, 8.19999981, 0.00000000, 0.00000000, 12.00000000);
CreateDynamicObject(3915, 1759.90002441, 815.09997559, 8.19999981, 0.00000000, 0.00000000, 37.99707031);
CreateDynamicObject(3915, 1748.90002441, 809.90002441, 8.19999981, 0.00000000, 0.00000000, 359.99621582);
CreateDynamicObject(3915, 1750.69995117, 812.90002441, 8.19999981, 0.00000000, 0.00000000, 51.99450684);
CreateDynamicObject(3915, 1745.69995117, 806.90002441, 8.19999981, 0.00000000, 0.00000000, 41.99279785);
CreateDynamicObject(3915, 1742.69995117, 804.20001221, 8.19999981, 0.00000000, 0.00000000, 93.98974609);
CreateDynamicObject(16442, 1753.59997559, 801.70001221, 12.60000038, 0.00000000, 0.00000000, 105.99731445);
CreateDynamicObject(16442, 1745.19995117, 817.70001221, 10.89999962, 0.00000000, 0.00000000, 37.99609375);
CreateDynamicObject(16442, 1756.30004883, 810.29998779, 12.39999962, 0.00000000, 0.00000000, 179.99072266);
CreateDynamicObject(1238, 1708.90002441, 828.00000000, 7.80000019, 0.00000000, 0.00000000, 0.00000000);
CreateDynamicObject(1238, 1710.40002441, 828.20001221, 7.80000019, 0.00000000, 0.00000000, 0.00000000);
CreateDynamicObject(1238, 1711.69995117, 829.40002441, 7.80000019, 0.00000000, 0.00000000, 0.00000000);
CreateDynamicObject(1238, 1713.19995117, 831.09997559, 7.90000010, 0.00000000, 0.00000000, 0.00000000);
CreateDynamicObject(1238, 1707.30004883, 827.90002441, 7.69999981, 0.00000000, 0.00000000, 0.00000000);
CreateDynamicObject(1238, 1714.69995117, 832.09997559, 7.90000010, 0.00000000, 0.00000000, 0.00000000);
CreateDynamicObject(1238, 1716.40002441, 832.70001221, 8.00000000, 0.00000000, 0.00000000, 0.00000000);
CreateDynamicObject(1238, 1718.00000000, 832.90002441, 8.00000000, 0.00000000, 0.00000000, 0.00000000);
CreateDynamicObject(1238, 1719.59997559, 832.90002441, 8.10000038, 0.00000000, 0.00000000, 0.00000000);
CreateDynamicObject(1238, 1721.30004883, 832.70001221, 8.19999981, 0.00000000, 0.00000000, 0.00000000);
CreateDynamicObject(1238, 1722.80004883, 832.40002441, 8.19999981, 0.00000000, 0.00000000, 0.00000000);
CreateDynamicObject(1238, 1724.19995117, 832.29998779, 8.19999981, 0.00000000, 0.00000000, 0.00000000);
CreateDynamicObject(1238, 1725.69995117, 832.20001221, 8.30000019, 0.00000000, 0.00000000, 0.00000000);
CreateDynamicObject(1238, 1728.40002441, 831.00000000, 8.39999962, 0.00000000, 0.00000000, 0.00000000);
CreateDynamicObject(1238, 1727.19995117, 831.90002441, 8.30000019, 0.00000000, 0.00000000, 0.00000000);
CreateDynamicObject(1238, 1729.80004883, 830.00000000, 8.39999962, 0.00000000, 0.00000000, 0.00000000);
CreateDynamicObject(1238, 1731.19995117, 828.90002441, 8.50000000, 0.00000000, 0.00000000, 0.00000000);
CreateDynamicObject(1238, 1732.69995117, 828.29998779, 8.50000000, 0.00000000, 0.00000000, 0.00000000);
CreateDynamicObject(1232, 1775.69995117, 843.09997559, 12.80000019, 0.00000000, 0.00000000, 0.00000000);
CreateDynamicObject(1232, 1797.30004883, 821.70001221, 12.69999981, 0.00000000, 0.00000000, 0.00000000);
CreateDynamicObject(1232, 1818.80004883, 842.90002441, 12.69999981, 0.00000000, 0.00000000, 0.00000000);
CreateDynamicObject(1232, 1797.19995117, 864.40002441, 12.60000038, 0.00000000, 0.00000000, 0.00000000);[/pawn]
Összesen 66 Object!
#98
SA-MP / Open.mp: Szerverfejlesztés / "ZIP" Track 1.0
2011. november 22. - 15:04:22
Hy
Angol Fórumon Találtam Ezt A mappot :D
Eredeti Link: http://forum.sa-mp.com/showthread.php?t=290022\" rel=\"external nofollow\">http://forum.sa-mp.com/showthread.php?t=290022
Készítõ: SiJ
dl: http://pastebin.com/53wSp1zg\" rel=\"external nofollow\">http://pastebin.com/53wSp1zg
TP: -1382.78515625,815.79199219,1.07444096,0.49438477,0.24169922,342.24060059  //Ez az egyik object helyzete!!!
Vidi/ANGOL/ :
#99
SA-MP / Open.mp: Szerverfejlesztés / Halálos Drift
2011. november 02. - 10:19:37
Üdv
Unatkoztam és csínáltam egy drift mappot :D
Helyszín: SF-hegy
Objectek:
[pawn]CreateDynamicObject(978, -2435.8312988281, -602.53552246094, 132.20014953613, 0, 0, 300.44998168945);
CreateDynamicObject(979, -2426.1782226563, -593.73040771484, 132.13394165039, 0, 0, 121.08502197266);
CreateDynamicObject(979, -2419.986328125, -595.64788818359, 132.15272521973, 0, 0, 208.42504882813);
CreateDynamicObject(978, -2436.7944335938, -609.46105957031, 132.41828918457, 0, 0, 228.98997497559);
CreateDynamicObject(978, -2410.0610351563, -615.47631835938, 132.41027832031, 0, 0, 136.96502685547);
CreateDynamicObject(978, -2410.0791015625, -609.33306884766, 132.57513427734, 0, 0, 43.666046142578);
CreateDynamicObject(979, -2421.2001953125, -622.82305908203, 132.51557922363, 0, 0, 320.29998779297);
CreateDynamicObject(979, -2428.6882324219, -621.28955078125, 132.49826049805, 0, 0, 17.864990234375);
CreateDynamicObject(2780, -2086.6301269531, -1136.060546875, 28.934778213501, 0, 0, 0);
CreateDynamicObject(2780, -2079.90234375, -1134.3809814453, 30.008996963501, 0, 0, 0);
CreateDynamicObject(2780, -2091.9208984375, -1142.2384033203, 29.969530105591, 0, 0, 0);
CreateDynamicObject(1225, -2222.7912597656, -973.46405029297, 38.482135772705, 0, 0, 0);
CreateDynamicObject(1225, -2221.1018066406, -978.41430664063, 38.277229309082, 0, 0, 0);
CreateDynamicObject(1225, -2217.8400878906, -983.84997558594, 37.953453063965, 0, 0, 0);
CreateDynamicObject(1225, -2215.2087402344, -987.66107177734, 37.570236206055, 0, 0, 0);
CreateDynamicObject(1225, -2211.1010742188, -992.9326171875, 36.578510284424, 0, 0, 0);
CreateDynamicObject(1225, -2225.6879882813, -964.80047607422, 38.743286132813, 0, 0, 0);
CreateDynamicObject(1225, -2227.3957519531, -954.65905761719, 39.204608917236, 0, 0, 0);
CreateDynamicObject(1225, -2213.0859375, -946.41052246094, 39.598106384277, 0, 0, 0);
CreateDynamicObject(1225, -2212.9428710938, -957.54528808594, 38.706645965576, 0, 0, 0);
CreateDynamicObject(1225, -2210.6665039063, -965.77362060547, 38.601131439209, 0, 0, 0);
CreateDynamicObject(1225, -2208.7990722656, -971.12976074219, 38.312252044678, 0, 0, 0);
CreateDynamicObject(1225, -2213.2316894531, -990.48400878906, 37.067558288574, 0, 0, 0);
CreateDynamicObject(1225, -2206.5126953125, -975.89727783203, 37.950199127197, 0, 0, 0);
CreateDynamicObject(1225, -2203.3500976563, -979.74255371094, 37.332298278809, 0, 0, 0);
CreateDynamicObject(1225, -2200.7236328125, -982.93627929688, 36.678840637207, 0, 0, 0);
CreateDynamicObject(1225, -2208.5622558594, -745.05938720703, 62.810924530029, 0, 0, 0);
CreateDynamicObject(1225, -2204.6909179688, -746.91467285156, 62.672904968262, 0, 0, 0);
CreateDynamicObject(1225, -2201.5224609375, -750.20166015625, 62.364459991455, 0, 0, 0);
CreateDynamicObject(1225, -2198.4206542969, -752.67004394531, 62.104949951172, 0, 0, 0);
CreateDynamicObject(1225, -2195.7377929688, -756.03662109375, 61.938705444336, 0, 0, 0);
CreateDynamicObject(1225, -2193.3386230469, -759.39086914063, 61.802280426025, 0, 0, 0);
CreateDynamicObject(1225, -2190.7817382813, -763.83209228516, 61.682113647461, 0, 0, 0);
CreateDynamicObject(1225, -2189.6193847656, -767.87866210938, 61.558227539063, 0, 0, 0);
CreateDynamicObject(1225, -2188.783203125, -771.9697265625, 61.421543121338, 0, 0, 0);
CreateDynamicObject(1225, -2187.6508789063, -776.78149414063, 61.254432678223, 0, 0, 0);
CreateDynamicObject(1225, -2187.2045898438, -781.74340820313, 60.960628509521, 0, 0, 0);
CreateDynamicObject(1225, -2186.3959960938, -788.55987548828, 60.56921005249, 0, 0, 0);
CreateDynamicObject(1225, -2185.9345703125, -795.45428466797, 60.207592010498, 0, 0, 0);
CreateDynamicObject(1225, -2185.9855957031, -802.55102539063, 59.824562072754, 0, 0, 0);
CreateDynamicObject(1225, -2186.39453125, -808.0068359375, 59.543670654297, 0, 0, 0);
CreateDynamicObject(1225, -2187.2861328125, -813.8173828125, 59.268623352051, 0, 0, 0);
CreateDynamicObject(1225, -2242.6608886719, -739.92993164063, 67.317565917969, 0, 0, 0);
CreateDynamicObject(1225, -2238.23828125, -739.46844482422, 65.980560302734, 0, 0, 0);
CreateDynamicObject(1225, -2234.4018554688, -739.35766601563, 65.044227600098, 0, 0, 0);
CreateDynamicObject(1225, -2211.9499511719, -742.80499267578, 63.019588470459, 0, 0, 0);
CreateDynamicObject(1225, -2216.4294433594, -741.44470214844, 63.170364379883, 0, 0, 0);
CreateDynamicObject(1225, -2227.8742675781, -754.23236083984, 64.440330505371, 0, 0, 0);
CreateDynamicObject(1225, -2220.1281738281, -755.10375976563, 63.172428131104, 0, 0, 0);
CreateDynamicObject(1225, -2212.1396484375, -758.56811523438, 62.574501037598, 0, 0, 0);
CreateDynamicObject(1225, -2208.5764160156, -763.79479980469, 62.037940979004, 0, 0, 0);
CreateDynamicObject(1225, -2204.8696289063, -769.31420898438, 61.686656951904, 0, 0, 0);
CreateDynamicObject(1225, -2202.9418945313, -776.74102783203, 61.332416534424, 0, 0, 0);
CreateDynamicObject(1225, -2201.7197265625, -781.28765869141, 61.034576416016, 0, 0, 0);
CreateDynamicObject(1225, -2200.7980957031, -788.46545410156, 60.599147796631, 0, 0, 0);
CreateDynamicObject(1225, -2200.9658203125, -796.98620605469, 60.124759674072, 0, 0, 0);
CreateDynamicObject(1225, -2200.5786132813, -804.92950439453, 59.934062957764, 0, 0, 0);
CreateDynamicObject(1225, -2202.0336914063, -813.72930908203, 59.237186431885, 0, 0, 0);
CreateDynamicObject(1225, -2203.6950683594, -822.90338134766, 58.791442871094, 0, 0, 0);
CreateDynamicObject(1225, -2188.7097167969, -824.88073730469, 58.758331298828, 0, 0, 0);
CreateDynamicObject(1225, -2204.8591308594, -828.60797119141, 58.311706542969, 0, 0, 0);
CreateDynamicObject(1225, -2206.5598144531, -834.60760498047, 57.5478515625, 0, 0, 0);
CreateDynamicObject(1225, -2208.2602539063, -841.09771728516, 56.719261169434, 0, 0, 0);
CreateDynamicObject(1225, -2209.958984375, -846.78393554688, 56.001007080078, 0, 0, 0);
CreateDynamicObject(1225, -2189.4890136719, -829.32727050781, 58.383796691895, 0, 0, 0);
CreateDynamicObject(1225, -2190.3820800781, -832.86700439453, 57.940654754639, 0, 0, 0);
CreateDynamicObject(1225, -2191.8278808594, -837.16326904297, 57.387313842773, 0, 0, 0);
CreateDynamicObject(1225, -2193.7668457031, -842.41717529297, 56.703319549561, 0, 0, 0);
CreateDynamicObject(1225, -2195.5463867188, -848.732421875, 55.907272338867, 0, 0, 0);
CreateDynamicObject(1225, -2197.7727050781, -857.74890136719, 54.675201416016, 0, 0, 0);
CreateDynamicObject(1225, -2199.9431152344, -866.81286621094, 53.271514892578, 0, 0, 0);
CreateDynamicObject(1225, -2202.3095703125, -876.48852539063, 51.74877166748, 0, 0, 0);
CreateDynamicObject(1225, -2205.2392578125, -888.77453613281, 49.75186920166, 0, 0, 0);
CreateDynamicObject(1225, -2207.896484375, -896.48602294922, 48.30419921875, 0, 0, 0);
CreateDynamicObject(1225, -2210.53125, -907.11419677734, 46.351890563965, 0, 0, 0);
CreateDynamicObject(1225, -2212.7407226563, -924.98992919922, 42.339366912842, 0, 0, 0);
CreateDynamicObject(1225, -2213.1025390625, -938.44366455078, 40.35298538208, 0, 0, 0);
CreateDynamicObject(1225, -2213.3168945313, -930.24230957031, 41.42658996582, 0, 0, 0);
CreateDynamicObject(1225, -2212.2109375, -856.31671142578, 54.689712524414, 0, 0, 0);
CreateDynamicObject(1225, -2213.6184082031, -862.51782226563, 53.739967346191, 0, 0, 0);
CreateDynamicObject(1225, -2214.5473632813, -867.85266113281, 52.913757324219, 0, 0, 0);
CreateDynamicObject(1225, -2215.6608886719, -871.17791748047, 52.408771514893, 0, 0, 0);
CreateDynamicObject(1225, -2217.0610351563, -875.54864501953, 51.743316650391, 0, 0, 358.01501464844);
CreateDynamicObject(1225, -2347.4953613281, -760.3037109375, 96.499351501465, 0, 0, 0);
CreateDynamicObject(1225, -2345.7685546875, -764.44604492188, 95.97859954834, 0, 0, 0);
CreateDynamicObject(1225, -2344.462890625, -768.48541259766, 95.476570129395, 0, 0, 0);
CreateDynamicObject(1225, -2342.4235839844, -774.4814453125, 94.731575012207, 0, 0, 0);
CreateDynamicObject(1225, -2339.5656738281, -779.06860351563, 93.785270690918, 0, 0, 0);
CreateDynamicObject(1225, -2335.4287109375, -780.73767089844, 92.579635620117, 0, 0, 0);
CreateDynamicObject(1225, -2330.3344726563, -780.03356933594, 91.909828186035, 0, 0, 0);
CreateDynamicObject(1225, -2337.1953125, -784.28839111328, 92.65015411377, 0, 0, 0);
CreateDynamicObject(1225, -2325.6494140625, -779.017578125, 91.414611816406, 0, 0, 0);
CreateDynamicObject(1225, -2321.0029296875, -777.07574462891, 90.918724060059, 0, 0, 0);
CreateDynamicObject(1225, -2316.8732910156, -774.77258300781, 90.473320007324, 0, 0, 0);
CreateDynamicObject(1225, -2375.8947753906, -655.48760986328, 124.94819641113, 0, 0, 0);
CreateDynamicObject(1225, -2368.0258789063, -662.70294189453, 121.66315460205, 0, 0, 0);
CreateDynamicObject(1225, -2362.6337890625, -669.45489501953, 118.75639343262, 0, 0, 0);
CreateDynamicObject(1225, -2356.9887695313, -679.53143310547, 115.70429229736, 0, 0, 0);
CreateDynamicObject(1225, -2354.4421386719, -687.01092529297, 114.3600769043, 0, 0, 0);
CreateDynamicObject(1225, -2352.4934082031, -710.72802734375, 109.11614227295, 0, 0, 0);
CreateDynamicObject(1225, -2352.3852539063, -701.60864257813, 111.6861038208, 0, 0, 0);
CreateDynamicObject(1225, -2353.25, -694.39996337891, 113.10810852051, 0, 0, 0);
CreateDynamicObject(1225, -2349.6540527344, -751.72192382813, 97.488105773926, 0, 0, 0);
CreateDynamicObject(1225, -2349.3708496094, -743.13873291016, 99.634376525879, 0, 0, 0);
CreateDynamicObject(1225, -2347.4494628906, -737.65844726563, 101.49906921387, 0, 0, 0);
CreateDynamicObject(1225, -2344.5688476563, -732.87225341797, 103.43719482422, 0, 0, 0);
CreateDynamicObject(1225, -2342.8215332031, -727.77331542969, 105.1544342041, 0, 0, 0);
CreateDynamicObject(1225, -2340.6389160156, -722.55609130859, 106.87702941895, 0, 0, 0);
CreateDynamicObject(1225, -2354.9672851563, -715.64764404297, 107.44314575195, 0, 0, 0);
CreateDynamicObject(1225, -2358.0991210938, -722.11712646484, 105.25475311279, 0, 0, 0);
CreateDynamicObject(1225, -2361.2436523438, -729.05426025391, 103.09503936768, 0, 0, 0);
CreateDynamicObject(1225, -2363.7084960938, -736.37530517578, 101.89035797119, 0, 0, 0);
CreateDynamicObject(1225, -2365.77734375, -745.00524902344, 99.515846252441, 0, 0, 0);
CreateDynamicObject(1225, -2365.296875, -756.54815673828, 97.319808959961, 0, 0, 0);
CreateDynamicObject(1225, -2365.45703125, -749.89630126953, 98.100242614746, 0, 0, 0);
CreateDynamicObject(1225, -2363.55078125, -763.27728271484, 96.61612701416, 0, 0, 0);
CreateDynamicObject(1225, -2361.9318847656, -769.986328125, 95.795738220215, 0, 0, 0);
CreateDynamicObject(1225, -2359.5151367188, -778.94390869141, 94.684898376465, 0, 0, 0);
CreateDynamicObject(1225, -2381.0744628906, -652.87854003906, 126.36762237549, 0, 0, 0);
CreateDynamicObject(1225, -2385.9560546875, -651.05621337891, 128.34346008301, 0, 0, 0);
CreateDynamicObject(1225, -2396.1276855469, -643.52587890625, 129.71524047852, 0, 0, 0);
CreateDynamicObject(1225, -2387.6416015625, -632.55615234375, 129.7332611084, 0, 0, 0);
CreateDynamicObject(1225, -2380.9621582031, -636.81219482422, 128.29385375977, 0, 0, 0);
CreateDynamicObject(1225, -2374.7641601563, -640.46423339844, 126.7551651001, 0, 0, 0);
CreateDynamicObject(1225, -2369.5541992188, -642.79754638672, 125.44550323486, 0, 0, 0);
CreateDynamicObject(1225, -2365.1416015625, -645.72290039063, 124.17711639404, 0, 0, 0);
CreateDynamicObject(1225, -2360.9187011719, -649.86285400391, 122.64853668213, 0, 0, 0);
CreateDynamicObject(1225, -2355.7583007813, -652.71337890625, 121.29656982422, 0, 0, 0);
CreateDynamicObject(1225, -2352.7749023438, -656.35650634766, 120.21012115479, 0, 0, 0);
CreateDynamicObject(1225, -2350.2814941406, -660.24310302734, 119.20358276367, 0, 0, 0);
CreateDynamicObject(1225, -2346.9128417969, -664.76239013672, 118.10932922363, 0, 0, 0);
CreateDynamicObject(1225, -2344.8974609375, -667.95324707031, 117.2919921875, 0, 0, 0);
CreateDynamicObject(1225, -2343.0458984375, -671.712890625, 116.33285522461, 0, 0, 0);
CreateDynamicObject(1225, -2341.4921875, -676.21142578125, 115.31705474854, 0, 0, 0);
CreateDynamicObject(1225, -2340.1115722656, -681.22180175781, 114.54303741455, 0, 0, 0);
CreateDynamicObject(1225, -2338.4924316406, -685.16540527344, 113.93556213379, 0, 0, 0);
CreateDynamicObject(1225, -2337.7419433594, -690.08209228516, 113.19107818604, 0, 0, 0);
CreateDynamicObject(1225, -2336.2241210938, -696.44665527344, 112.2541885376, 0, 0, 0);
CreateDynamicObject(1225, -2335.3098144531, -703.08111572266, 111.20037841797, 0, 0, 0);
CreateDynamicObject(1225, -2335.9008789063, -707.68103027344, 110.43390655518, 0, 0, 0);
CreateDynamicObject(1225, -2337.1389160156, -712.93646240234, 109.32146453857, 0, 0, 0);
CreateDynamicObject(1225, -2338.6789550781, -718.75750732422, 107.9662399292, 0, 0, 0);
CreateDynamicObject(1225, -2393.4709472656, -628.13940429688, 130.86378479004, 0, 0, 0);
CreateDynamicObject(1225, -2401.0056152344, -622.533203125, 131.91409301758, 0, 0, 0);
CreateDynamicObject(1225, -2406.4284667969, -618.45697021484, 131.8101348877, 0, 0, 0);
CreateDynamicObject(1225, -2417.1083984375, -627.39593505859, 131.92845153809, 0, 0, 0);
CreateDynamicObject(1225, -2408.359375, -634.50085449219, 131.40774536133, 0, 0, 0);
CreateDynamicObject(1225, -2401.5581054688, -639.81140136719, 130.56451416016, 0, 0, 0);
CreateDynamicObject(1225, -2390.1840820313, -647.98187255859, 128.51927185059, 0, 0, 0);
CreateDynamicObject(1225, -2356.2685546875, -786.11187744141, 94.026901245117, 0, 0, 0);
CreateDynamicObject(1225, -2351.7600097656, -791.71264648438, 93.632774353027, 0, 0, 0);
CreateDynamicObject(1225, -2346.2407226563, -797.69061279297, 93.170120239258, 0, 0, 0);
CreateDynamicObject(1225, -2340.7158203125, -798.97229003906, 92.740608215332, 0, 0, 0);
CreateDynamicObject(1225, -2335.5346679688, -799.220703125, 92.564125061035, 0, 0, 0);
CreateDynamicObject(1225, -2329.8540039063, -797.87707519531, 92.279319763184, 0, 0, 0);
CreateDynamicObject(1225, -2324.3395996094, -795.50238037109, 91.958564758301, 0, 0, 0);
CreateDynamicObject(1225, -2320.1257324219, -793.12036132813, 91.516479492188, 0, 0, 0);
CreateDynamicObject(1225, -2314.5734863281, -791.36859130859, 90.966827392578, 0, 0, 358.01501464844);
CreateDynamicObject(1225, -2249.8972167969, -742.53918457031, 69.985458374023, 0, 0, 0);
CreateDynamicObject(1225, -2259.185546875, -747.02661132813, 73.879890441895, 0, 0, 0);
CreateDynamicObject(1225, -2265.1030273438, -749.40661621094, 76.196136474609, 0, 0, 0);
CreateDynamicObject(1225, -2271.0227050781, -752.48834228516, 78.604713439941, 0, 0, 0);
CreateDynamicObject(1225, -2275.2551269531, -753.81707763672, 80.074783325195, 0, 0, 0);
CreateDynamicObject(1225, -2278.5791015625, -755.44091796875, 81.126678466797, 0, 0, 0);
CreateDynamicObject(1225, -2281.9301757813, -756.86157226563, 82.176139831543, 0, 0, 0);
CreateDynamicObject(1225, -2310.8959960938, -772.13146972656, 89.460639953613, 0, 0, 0);
CreateDynamicObject(1225, -2305.0283203125, -769.27215576172, 88.325004577637, 0, 0, 0);
CreateDynamicObject(1225, -2300.5947265625, -766.44116210938, 87.356636047363, 0, 0, 0);
CreateDynamicObject(1225, -2295.291015625, -763.76635742188, 85.973159790039, 0, 0, 0);
CreateDynamicObject(1225, -2290.7446289063, -761.2392578125, 84.769111633301, 0, 0, 0);
CreateDynamicObject(1225, -2286.1450195313, -758.76196289063, 83.500480651855, 0, 0, 0);
CreateDynamicObject(1225, -2188.0966796875, -819.07958984375, 59.01961517334, 0, 0, 0);
CreateDynamicObject(1225, -2219.0385742188, -879.98577880859, 51.082614898682, 0, 0, 0);
CreateDynamicObject(1225, -2221.044921875, -888.16687011719, 49.735187530518, 0, 0, 0);
CreateDynamicObject(1225, -2222.6157226563, -896.26336669922, 48.245475769043, 0, 0, 0);
CreateDynamicObject(1225, -2226.0251464844, -906.05053710938, 46.481773376465, 0, 0, 0);
CreateDynamicObject(1225, -2226.599609375, -913.71862792969, 44.83341217041, 0, 0, 0);
CreateDynamicObject(1225, -2227.7895507813, -922.13214111328, 42.928318023682, 0, 0, 0);
CreateDynamicObject(1225, -2228.4616699219, -930.52435302734, 41.416137695313, 0, 0, 0);
CreateDynamicObject(1225, -2229.0749511719, -939.81219482422, 40.298732757568, 0, 0, 0);
CreateDynamicObject(1225, -2228.4250488281, -948.88189697266, 39.561862945557, 0, 0, 358.01501464844);
CreateDynamicObject(1225, -2278.9770507813, -771.69671630859, 83.278144836426, 0, 0, 0);
CreateDynamicObject(1225, -2274.5207519531, -769.33990478516, 81.811668395996, 0, 0, 0);
CreateDynamicObject(1225, -2270.1584472656, -766.98095703125, 80.377624511719, 0, 0, 0);
CreateDynamicObject(1225, -2265.3977050781, -764.86151123047, 78.612281799316, 0, 0, 0);
CreateDynamicObject(1225, -2259.8527832031, -761.99975585938, 76.114364624023, 0, 0, 0);
CreateDynamicObject(1225, -2231.3601074219, -754.17413330078, 65.212043762207, 0, 0, 0);
CreateDynamicObject(1225, -2235.2353515625, -753.98699951172, 66.21053314209, 0, 0, 0);
CreateDynamicObject(1225, -2239.4499511719, -755.01702880859, 67.565589904785, 0, 0, 358.01501464844);
CreateDynamicObject(1225, -2243.5471191406, -756.05041503906, 69.252418518066, 0, 0, 0);
CreateDynamicObject(1225, -2248.1567382813, -757.26184082031, 71.193183898926, 0, 0, 0);
CreateDynamicObject(1225, -2253.056640625, -759.02661132813, 73.209297180176, 0, 0, 0);
CreateDynamicObject(1225, -2256.1823730469, -760.29229736328, 74.521903991699, 0, 0, 0);
CreateDynamicObject(1225, -2306.4045410156, -786.49853515625, 89.798896789551, 0, 0, 0);
CreateDynamicObject(1225, -2281.7431640625, -773.1201171875, 84.113250732422, 0, 0, 0);
CreateDynamicObject(1225, -2285.4528808594, -775.15612792969, 85.096237182617, 0, 0, 0);
CreateDynamicObject(1225, -2289.7927246094, -777.24768066406, 86.211059570313, 0, 0, 0);
CreateDynamicObject(1225, -2301.1296386719, -783.56695556641, 88.782653808594, 0, 0, 0);
CreateDynamicObject(1225, -2294.384765625, -779.57873535156, 87.399124145508, 0, 0, 0);
CreateDynamicObject(1244, -2421.859375, -608.39575195313, 132.36199951172, 0, 0, 0);
CreateDynamicObject(1225, -2421.6950683594, -608.28308105469, 133.60469055176, 0, 0, 0);
CreateDynamicObject(1225, -2421.5654296875, -608.22369384766, 134.78436279297, 0, 0, 0);
CreateDynamicObject(1225, -2421.3400878906, -608.10461425781, 135.90322875977, 0, 0, 0);
CreateDynamicObject(2780, -2421.0961914063, -608.041015625, 136.61831665039, 0, 0, 0);
CreateDynamicObject(2780, -2421.6137695313, -608.19470214844, 133.15676879883, 0, 0, 0);
CreateDynamicObject(1676, -2411.3225097656, -587.73870849609, 133.22930908203, 0, 0, 33.744995117188);
CreateDynamicObject(1676, -2401.3823242188, -590.00494384766, 133.22930908203, 0, 0, 304.419921875);
CreateDynamicObject(1676, -2396.7426757813, -595.94464111328, 133.22930908203, 0, 0, 304.41467285156);
CreateDynamicObject(1676, -2393.646484375, -601.17517089844, 133.22930908203, 0, 0, 304.41467285156);
CreateDynamicObject(1676, -2396.8774414063, -609.63232421875, 133.22930908203, 0, 0, 219.05999755859);
CreateDynamicObject(2780, -2785.1320800781, -497.01504516602, 6.1907234191895, 0, 0, 0);
CreateDynamicObject(2780, -2777.3586425781, -485.65811157227, 6.2126693725586, 0, 0, 0);
CreateDynamicObject(2780, -2782.0517578125, -495.49346923828, 9.418363571167, 0, 0, 0);
CreateDynamicObject(2780, -2763.0261230469, -494.2932434082, 6.78435754776, 0, 0, 0);
CreateDynamicObject(2780, -2771.5246582031, -507.85723876953, 6.297477722168, 0, 0, 0);
CreateDynamicObject(2780, -2781.4008789063, -490.42016601563, 11.9375, 0, 0, 0);
CreateDynamicObject(2780, -2746.2529296875, -524.33862304688, 6.8011264801025, 0, 0, 0);
CreateDynamicObject(2780, -2736.8334960938, -512.05395507813, 7.6369581222534, 0, 0, 0);
CreateDynamicObject(1225, -2439.6279296875, -596.23968505859, 131.36135864258, 0, 0, 0);
CreateDynamicObject(1225, -2428.7036132813, -587.59759521484, 131.17025756836, 0, 0, 0);
CreateDynamicObject(1225, -2430.5671386719, -584.89825439453, 130.73475646973, 0, 0, 0);
CreateDynamicObject(1225, -2431.5893554688, -581.96893310547, 130.34564208984, 0, 0, 0);
CreateDynamicObject(1225, -2442.3041992188, -592.71984863281, 131.13386535645, 0, 0, 0);
CreateDynamicObject(1225, -2444.1315917969, -589.68670654297, 130.74069213867, 0, 0, 0);
CreateDynamicObject(1225, -2445.7243652344, -584.89459228516, 130.12780761719, 0, 0, 0);
CreateDynamicObject(1225, -2447.9895019531, -580.82373046875, 129.61689758301, 0, 0, 0);
CreateDynamicObject(1225, -2451.2194824219, -573.33361816406, 128.35279846191, 0, 0, 0);
CreateDynamicObject(1225, -2454.1501464844, -565.49389648438, 126.89906311035, 0, 0, 0);
CreateDynamicObject(1225, -2457.0908203125, -557.05535888672, 124.49869537354, 0, 0, 0);
CreateDynamicObject(1225, -2459.5395507813, -547.51635742188, 121.37173461914, 0, 0, 0);
CreateDynamicObject(1225, -2462.6291503906, -536.44329833984, 117.22164916992, 0, 0, 0);
CreateDynamicObject(1225, -2434.4411621094, -578.76782226563, 129.81776428223, 0, 0, 0);
CreateDynamicObject(1225, -2436.7709960938, -573.31829833984, 128.95846557617, 0, 0, 0);
CreateDynamicObject(1225, -2438.9169921875, -567.93054199219, 128.00234985352, 0, 0, 0);
CreateDynamicObject(1225, -2440.9565429688, -560.08801269531, 126.42469024658, 0, 0, 0);
CreateDynamicObject(1225, -2443.5036621094, -552.02337646484, 124.13860321045, 0, 0, 0);
CreateDynamicObject(1225, -2445.6943359375, -543.87237548828, 121.38932037354, 0, 0, 0);
CreateDynamicObject(1225, -2447.0949707031, -537.93048095703, 119.84741973877, 0, 0, 0);
CreateDynamicObject(1225, -2448.8740234375, -531.09057617188, 116.63000488281, 0, 0, 0);
CreateDynamicObject(1225, -2451.126953125, -521.12890625, 112.87856292725, 0, 0, 0);
CreateDynamicObject(1225, -2464.1833496094, -530.60705566406, 115.01725769043, 0, 0, 0);
CreateDynamicObject(1225, -2465.91015625, -522.40936279297, 111.99564361572, 0, 0, 0);
CreateDynamicObject(1225, -2467.8461914063, -514.59985351563, 109.49060058594, 0, 0, 0);
CreateDynamicObject(1225, -2469.4436035156, -507.58935546875, 107.3631362915, 0, 0, 0);
CreateDynamicObject(1225, -2452.9074707031, -514.95025634766, 110.81249237061, 0, 0, 0);
CreateDynamicObject(1225, -2455.2790527344, -505.91949462891, 107.98163604736, 0, 0, 0);
CreateDynamicObject(1225, -2456.6242675781, -499.64566040039, 106.22350311279, 0, 0, 0);
CreateDynamicObject(1225, -2459.6965332031, -491.45257568359, 104.36318969727, 0, 0, 0);
CreateDynamicObject(1225, -2463.9575195313, -485.98596191406, 102.74243927002, 0, 0, 0);
CreateDynamicObject(1225, -2469.7900390625, -480.07305908203, 100.52938842773, 0, 0, 0);
CreateDynamicObject(1225, -2475.8317871094, -477.38916015625, 98.97240447998, 0, 0, 0);
CreateDynamicObject(1225, -2481.0690917969, -475.01019287109, 97.635719299316, 0, 0, 0);
CreateDynamicObject(1225, -2470.603515625, -504.00024414063, 106.24439239502, 0, 0, 0);
CreateDynamicObject(1225, -2472.1228027344, -500.21923828125, 104.77156066895, 0, 0, 0);
CreateDynamicObject(1225, -2476.5043945313, -494.9782409668, 101.87102508545, 0, 0, 0);
CreateDynamicObject(1225, -2552.6477050781, -499.05767822266, 78.884490966797, 0, 0, 0);
CreateDynamicObject(1225, -2546.1037597656, -498.87164306641, 80.053207397461, 0, 0, 0);
CreateDynamicObject(1225, -2484.8618164063, -489.98666381836, 97.871559143066, 0, 0, 0);
CreateDynamicObject(1225, -2484.7316894531, -474.05325317383, 96.900947570801, 0, 0, 0);
CreateDynamicObject(1225, -2493, -471.24340820313, 95.50023651123, 0, 0, 0);
CreateDynamicObject(1225, -2498.185546875, -471.91143798828, 94.532012939453, 0, 0, 0);
CreateDynamicObject(1225, -2491.9926757813, -488.1106262207, 95.853614807129, 0, 0, 0);
CreateDynamicObject(1225, -2497.4284667969, -489.10842895508, 94.399940490723, 0, 0, 0);
CreateDynamicObject(1225, -2507.8569335938, -489.67907714844, 90.313926696777, 0, 0, 0);
CreateDynamicObject(1225, -2503.1013183594, -489.5087890625, 92.148468017578, 0, 0, 0);
CreateDynamicObject(1225, -2502.8752441406, -472.13751220703, 93.567733764648, 0, 0, 0);
CreateDynamicObject(1225, -2505.8874511719, -473.75830078125, 92.613983154297, 0, 0, 0);
CreateDynamicObject(1225, -2538.6364746094, -498.2341003418, 81.433067321777, 0, 0, 0);
CreateDynamicObject(1225, -2528.6015625, -496.71578979492, 83.883415222168, 0, 0, 0);
CreateDynamicObject(1225, -2519.0551757813, -494.35150146484, 86.562942504883, 0, 0, 0);
CreateDynamicObject(1225, -2513.2607421875, -492.05413818359, 88.373390197754, 0, 0, 0);
CreateDynamicObject(1225, -2510.2058105469, -475.18615722656, 91.145401000977, 0, 0, 0);
CreateDynamicObject(1225, -2548.3696289063, -483.74212646484, 79.71622467041, 0, 0, 0);
CreateDynamicObject(1225, -2539.6591796875, -483.27139282227, 81.507904052734, 0, 0, 0);
CreateDynamicObject(1225, -2531.3388671875, -482.22845458984, 83.573837280273, 0, 0, 0);
CreateDynamicObject(1225, -2522.7136230469, -480.04522705078, 86.588920593262, 0, 0, 0);
CreateDynamicObject(1225, -2516.6923828125, -478.06411743164, 89.143501281738, 0, 0, 0);
CreateDynamicObject(1225, -2512.9323730469, -476.52526855469, 90.304664611816, 0, 0, 0);
CreateDynamicObject(1225, -2554.7836914063, -483.92025756836, 78.566230773926, 0, 0, 0);
CreateDynamicObject(1225, -2560.9018554688, -484.275390625, 77.831047058105, 0, 0, 0);
CreateDynamicObject(1225, -2568.1574707031, -484.01956176758, 76.987037658691, 0, 0, 0);
CreateDynamicObject(1225, -2558.3425292969, -499.02545166016, 78.114631652832, 0, 0, 0);
CreateDynamicObject(1225, -2562.7680664063, -498.87426757813, 77.586135864258, 0, 0, 0);
CreateDynamicObject(1225, -2569.5317382813, -498.62677001953, 76.77001953125, 0, 0, 0);
CreateDynamicObject(1225, -2575.5415039063, -498.66033935547, 76.05997467041, 0, 0, 0);
CreateDynamicObject(1225, -2583.626953125, -498.56756591797, 75.179107666016, 0, 0, 0);
CreateDynamicObject(1225, -2574.1589355469, -484.51593017578, 76.261489868164, 0, 0, 0);
CreateDynamicObject(1225, -2582.8986816406, -484.34658813477, 75.34349822998, 0, 0, 0);
CreateDynamicObject(1225, -2590.5744628906, -484.71520996094, 74.51847076416, 0, 0, 0);
CreateDynamicObject(1225, -2590.169921875, -500.16983032227, 74.244964599609, 0, 0, 0);
CreateDynamicObject(1225, -2594.0073242188, -484.45022583008, 74.230140686035, 0, 0, 0);
CreateDynamicObject(1225, -2598.6723632813, -486.80282592773, 73.700820922852, 0, 0, 0);
CreateDynamicObject(1225, -2595.4694824219, -502.02020263672, 73.282356262207, 0, 0, 0);
CreateDynamicObject(1225, -2603.6550292969, -507.06845092773, 72.171432495117, 0, 0, 0);
CreateDynamicObject(1225, -2615.2507324219, -511.24761962891, 71.270317077637, 0, 0, 0);
CreateDynamicObject(1225, -2622.2397460938, -510.20571899414, 70.797538757324, 0, 0, 0);
CreateDynamicObject(1225, -2628.0666503906, -507.34799194336, 70.441940307617, 0, 0, 0);
CreateDynamicObject(1225, -2634.2976074219, -501.32119750977, 69.838356018066, 0, 0, 0);
CreateDynamicObject(1225, -2636.0212402344, -494.14321899414, 69.534065246582, 0, 0, 0);
CreateDynamicObject(1225, -2636.2954101563, -487.58532714844, 69.341270446777, 0, 0, 0);
CreateDynamicObject(1225, -2634.8837890625, -482.60473632813, 69.095481872559, 0, 0, 0);
CreateDynamicObject(1225, -2631.2490234375, -477.68371582031, 68.845687866211, 0, 0, 0);
CreateDynamicObject(1225, -2627.26953125, -473.13290405273, 68.732643127441, 0, 0, 0);
CreateDynamicObject(1225, -2605.6950683594, -489.7536315918, 72.920684814453, 0, 0, 0);
CreateDynamicObject(1225, -2611.3889160156, -491.62225341797, 72.369331359863, 0, 0, 0);
CreateDynamicObject(1225, -2615.2102050781, -491.21026611328, 71.26456451416, 0, 0, 0);
CreateDynamicObject(1225, -2617.4116210938, -488.49755859375, 69.34464263916, 0, 0, 0);
CreateDynamicObject(1225, -2611.3786621094, -483.80444335938, 68.475120544434, 0, 0, 0);
CreateDynamicObject(1225, -2621.8088378906, -470.98089599609, 68.576362609863, 0, 0, 0);
CreateDynamicObject(1225, -2614.9997558594, -467.14761352539, 68.33650970459, 0, 0, 0);
CreateDynamicObject(1225, -2609.8454589844, -465.52212524414, 68.214317321777, 0, 0, 0);
CreateDynamicObject(1225, -2604.4331054688, -464.29830932617, 68.112258911133, 0, 0, 0);
CreateDynamicObject(1225, -2598.2373046875, -463.45166015625, 67.96019744873, 0, 0, 0);
CreateDynamicObject(1225, -2591.0212402344, -462.88061523438, 67.727592468262, 0, 0, 0);
CreateDynamicObject(1225, -2584.0737304688, -461.59417724609, 67.518295288086, 0, 0, 0);
CreateDynamicObject(1225, -2578.4106445313, -461.38543701172, 67.410034179688, 0, 0, 0);
CreateDynamicObject(1225, -2571.8012695313, -461.23663330078, 67.633682250977, 0, 0, 0);
CreateDynamicObject(1225, -2563.2177734375, -460.00503540039, 67.962677001953, 0, 0, 0);
CreateDynamicObject(1225, -2555.2375488281, -459.41613769531, 68.294403076172, 0, 0, 0);
CreateDynamicObject(1225, -2546.5402832031, -458.48776245117, 68.837699890137, 0, 0, 0);
CreateDynamicObject(1225, -2538.9260253906, -457.56848144531, 69.459609985352, 0, 0, 0);
CreateDynamicObject(1225, -2528.5864257813, -454.43908691406, 70.636108398438, 0, 0, 0);
CreateDynamicObject(1225, -2521.126953125, -451.37780761719, 71.699516296387, 0, 0, 0);
CreateDynamicObject(1225, -2510.3674316406, -446.38619995117, 73.59880065918, 0, 0, 0);
CreateDynamicObject(1225, -2516.4982910156, -449.69995117188, 72.440773010254, 0, 0, 0);
CreateDynamicObject(1225, -2503.8193359375, -442.73733520508, 74.84716796875, 0, 0, 0);
CreateDynamicObject(1225, -2495.8002929688, -438.66668701172, 76.448417663574, 0, 0, 0);
CreateDynamicObject(1225, -2487.6005859375, -434.30871582031, 78.207473754883, 0, 0, 0);
CreateDynamicObject(1225, -2501.9052734375, -459.88265991211, 73.859954833984, 0, 0, 0);
CreateDynamicObject(1225, -2493.875, -456.35577392578, 75.329032897949, 0, 0, 0);
CreateDynamicObject(1225, -2509.5209960938, -463.82391357422, 72.448081970215, 0, 0, 0);
CreateDynamicObject(1225, -2489.9470214844, -453.95037841797, 76.160911560059, 0, 0, 0);
CreateDynamicObject(1225, -2482.8356933594, -450.03729248047, 77.696296691895, 0, 0, 0);
CreateDynamicObject(1225, -2474.9350585938, -445.82965087891, 79.339553833008, 0, 0, 0);
CreateDynamicObject(1225, -2481.388671875, -430.73699951172, 79.479499816895, 0, 0, 0);
CreateDynamicObject(1225, -2475.4890136719, -427.60272216797, 80.517028808594, 0, 0, 0);
CreateDynamicObject(1225, -2468.4196777344, -424.08309936523, 81.741790771484, 0, 0, 0);
CreateDynamicObject(1225, -2459.0844726563, -419.29107666016, 83.283782958984, 0, 0, 0);
CreateDynamicObject(1225, -2470.2197265625, -442.51876831055, 80.171493530273, 0, 0, 0);
CreateDynamicObject(1225, -2464.5278320313, -439.58483886719, 81.143005371094, 0, 0, 0);
CreateDynamicObject(1225, -2458.8569335938, -435.96807861328, 82.164527893066, 0, 0, 0);
CreateDynamicObject(1225, -2453.1145019531, -432.91162109375, 83.178512573242, 0, 0, 0);
CreateDynamicObject(1225, -2454.8957519531, -417.70150756836, 83.913986206055, 0, 0, 0);
CreateDynamicObject(1225, -2448.5249023438, -414.95260620117, 84.213775634766, 0, 0, 0);
CreateDynamicObject(1225, -2449.0324707031, -430.77679443359, 83.886192321777, 0, 0, 0);
CreateDynamicObject(1225, -2442.341796875, -427.83996582031, 84.297172546387, 0, 0, 0);
CreateDynamicObject(1225, -2431.7653808594, -425.0173034668, 85.331199645996, 0, 0, 0);
CreateDynamicObject(1225, -2440.6154785156, -412.56970214844, 84.607612609863, 0, 0, 0);
CreateDynamicObject(1225, -2433.4665527344, -410.90673828125, 85.043647766113, 0, 0, 0);
CreateDynamicObject(1225, -2427.0700683594, -409.87255859375, 85.218078613281, 0, 0, 0);
CreateDynamicObject(1225, -2420.5673828125, -409.86782836914, 85.134910583496, 0, 0, 0);
CreateDynamicObject(1225, -2425.0493164063, -424.02093505859, 85.227340698242, 0, 0, 0);
CreateDynamicObject(1225, -2414.8161621094, -423.87728881836, 84.722183227539, 0, 0, 0);
CreateDynamicObject(1225, -2414.4919433594, -409.12289428711, 84.705368041992, 0, 0, 0);
CreateDynamicObject(1225, -2406.4672851563, -410.05130004883, 84.205360412598, 0, 0, 0);
CreateDynamicObject(1225, -2399.0007324219, -411.13714599609, 83.782188415527, 0, 0, 0);
CreateDynamicObject(1225, -2392.2336425781, -413.77090454102, 83.212371826172, 0, 0, 0);
CreateDynamicObject(1225, -2405.5466308594, -425.13958740234, 84.072898864746, 0, 0, 0);
CreateDynamicObject(1225, -2395.8269042969, -428.75930786133, 83.114784240723, 0, 0, 0);
CreateDynamicObject(1225, -2383.6877441406, -418.38702392578, 82.313285827637, 0, 0, 0);
CreateDynamicObject(1225, -2373.8618164063, -425.15454101563, 81.496444702148, 0, 0, 0);
CreateDynamicObject(1225, -2369.3359375, -430.00390625, 81.485130310059, 0, 0, 0);
CreateDynamicObject(1225, -2362.8002929688, -436.83996582031, 81.222732543945, 0, 0, 0);
CreateDynamicObject(1225, -2385.2338867188, -436.21859741211, 81.563087463379, 0, 0, 0);
CreateDynamicObject(1225, -2380.2614746094, -441.42129516602, 81.511932373047, 0, 0, 0);
CreateDynamicObject(1225, -2374.9919433594, -447.18637084961, 81.151466369629, 0, 0, 0);
CreateDynamicObject(1225, -2371.330078125, -452.38882446289, 80.767761230469, 0, 0, 0);
CreateDynamicObject(1225, -2359.0732421875, -441.93655395508, 80.840408325195, 0, 0, 0);
CreateDynamicObject(1225, -2355.7907714844, -446.5339050293, 80.308502197266, 0, 0, 0);
CreateDynamicObject(1225, -2350.0063476563, -450.21856689453, 79.827201843262, 0, 0, 0);
CreateDynamicObject(1225, -2343.17578125, -450.88381958008, 80.009147644043, 0, 0, 0);
CreateDynamicObject(1225, -2366.3408203125, -458.23950195313, 80.211265563965, 0, 0, 0);
CreateDynamicObject(1225, -2332.6489257813, -471.49890136719, 79.544792175293, 0, 0, 0);
CreateDynamicObject(1225, -2338.7844238281, -472.35479736328, 79.560577392578, 0, 0, 0);
CreateDynamicObject(1225, -2346.4965820313, -469.61175537109, 79.491096496582, 0, 0, 0);
CreateDynamicObject(1225, -2353.2709960938, -468.08087158203, 79.639053344727, 0, 0, 0);
CreateDynamicObject(1225, -2359.6010742188, -464.06042480469, 79.846549987793, 0, 0, 0);
CreateDynamicObject(1225, -2339.3356933594, -451.9739074707, 79.891036987305, 0, 0, 0);
CreateDynamicObject(1225, -2335.8083496094, -448.32794189453, 80.236129760742, 0, 0, 0);
CreateDynamicObject(1225, -2325.12109375, -467.90200805664, 79.547622680664, 0, 0, 0);
CreateDynamicObject(1225, -2316.6127929688, -460.05682373047, 79.550735473633, 0, 0, 0);
CreateDynamicObject(1225, -2321.3742675781, -464.15045166016, 79.50666809082, 0, 0, 0);
CreateDynamicObject(1225, -2314.3920898438, -456.10317993164, 79.537467956543, 0, 0, 0);
CreateDynamicObject(1225, -2331.3293457031, -438.80612182617, 79.122184753418, 0, 0, 0);
CreateDynamicObject(1225, -2313.1474609375, -450.49783325195, 79.362495422363, 0, 0, 0);
CreateDynamicObject(1225, -2313.75390625, -444.22128295898, 79.145599365234, 0, 0, 0);
CreateDynamicObject(1225, -2313.51171875, -439.0598449707, 79.369453430176, 0, 0, 0);
CreateDynamicObject(1225, -2334.4057617188, -433.31085205078, 79.101570129395, 0, 0, 0);
CreateDynamicObject(1225, -2338.7421875, -429.74035644531, 79.018585205078, 0, 0, 0);
CreateDynamicObject(1225, -2343.5112304688, -425.48217773438, 79.019920349121, 0, 0, 0);
CreateDynamicObject(1225, -2315.3508300781, -432.44900512695, 79.026710510254, 0, 0, 0);
CreateDynamicObject(1225, -2318.5520019531, -428.70001220703, 79.017021179199, 0, 0, 0);
CreateDynamicObject(1225, -2323.8928222656, -421.86370849609, 79.00276184082, 0, 0, 0);
CreateDynamicObject(1225, -2328.8874511719, -417.30123901367, 78.98201751709, 0, 0, 0);
CreateDynamicObject(1225, -2333.5515136719, -414.44744873047, 79.003837585449, 0, 0, 0);
CreateDynamicObject(1225, -2338.046875, -411.48992919922, 79.030296325684, 0, 0, 0);
CreateDynamicObject(1225, -2343.0002441406, -407.70724487305, 79.024620056152, 0, 0, 0);
CreateDynamicObject(1225, -2347.1069335938, -403.81604003906, 78.835021972656, 0, 0, 0);
CreateDynamicObject(1225, -2348.8474121094, -421.04397583008, 79.052635192871, 0, 0, 0);
CreateDynamicObject(1225, -2354.3344726563, -415.93795776367, 78.914817810059, 0, 0, 0);
CreateDynamicObject(1225, -2357.8901367188, -411.63177490234, 78.706069946289, 0, 0, 0);
CreateDynamicObject(1225, -2363.0759277344, -406.47860717773, 78.375503540039, 0, 0, 0);
CreateDynamicObject(1225, -2367.7097167969, -400.99673461914, 77.820571899414, 0, 0, 0);
CreateDynamicObject(1225, -2351.1218261719, -399.39505004883, 78.580993652344, 0, 0, 0);
CreateDynamicObject(1225, -2354.841796875, -394.43096923828, 78.971473693848, 0, 0, 0);
CreateDynamicObject(1225, -2371.5114746094, -396.3069152832, 77.268135070801, 0, 0, 0);
CreateDynamicObject(1225, -2363.2946777344, -383.6887512207, 76.905319213867, 0, 0, 0);
CreateDynamicObject(1225, -2380.9389648438, -387.49719238281, 76.02424621582, 0, 0, 0);
CreateDynamicObject(1225, -2369.5776367188, -377.19595336914, 76.151924133301, 0, 0, 0);
CreateDynamicObject(1225, -2374.5148925781, -393.1474609375, 76.761405944824, 0, 0, 0);
CreateDynamicObject(1225, -2387.1328125, -384.31851196289, 75.448875427246, 0, 0, 0);
CreateDynamicObject(1225, -2397.7138671875, -381.82781982422, 74.269897460938, 0, 0, 0);
CreateDynamicObject(1225, -2405.4501953125, -380.36605834961, 73.774360656738, 0, 0, 0);
CreateDynamicObject(1225, -2413.1193847656, -379.54357910156, 73.305854797363, 0, 0, 0);
CreateDynamicObject(1225, -2375.9777832031, -372.64611816406, 75.79719543457, 0, 0, 0);
CreateDynamicObject(1225, -2384.0349121094, -368.12945556641, 75.233283996582, 0, 0, 0);
CreateDynamicObject(1225, -2392.134765625, -366.4299621582, 74.470886230469, 0, 0, 0);
CreateDynamicObject(1225, -2400.779296875, -364.71612548828, 73.897331237793, 0, 0, 0);
CreateDynamicObject(1225, -2408.740234375, -363.64053344727, 73.417922973633, 0, 0, 0);
CreateDynamicObject(1225, -2421.6142578125, -378.74526977539, 72.416725158691, 0, 0, 0);
CreateDynamicObject(1225, -2432.072265625, -377.52191162109, 71.182395935059, 0, 0, 0);
CreateDynamicObject(1225, -2445.0358886719, -377.05822753906, 69.687576293945, 0, 0, 0);
CreateDynamicObject(1225, -2415.7414550781, -362.8466796875, 72.854293823242, 0, 0, 0);
CreateDynamicObject(1225, -2422.3327636719, -362.54339599609, 72.156097412109, 0, 0, 0);
CreateDynamicObject(1225, -2431.6550292969, -361.21722412109, 71.168067932129, 0, 0, 0);
CreateDynamicObject(1225, -2439.158203125, -360.91412353516, 70.309577941895, 0, 0, 0);
CreateDynamicObject(1225, -2448.6716308594, -360.26574707031, 69.206985473633, 0, 0, 0);
CreateDynamicObject(1225, -2451.5317382813, -376.44332885742, 68.923759460449, 0, 0, 0);
CreateDynamicObject(1225, -2459.8996582031, -375.6042175293, 67.76057434082, 0, 0, 0);
CreateDynamicObject(1225, -2471.8576660156, -374.85293579102, 65.901100158691, 0, 0, 0);
CreateDynamicObject(1225, -2457.7475585938, -359.80462646484, 68.054763793945, 0, 0, 0);
CreateDynamicObject(1225, -2481.9509277344, -374.34622192383, 64.321838378906, 0, 0, 0);
CreateDynamicObject(1225, -2467.1433105469, -359.26885986328, 66.636657714844, 0, 0, 0);
CreateDynamicObject(1225, -2475.4006347656, -359.75726318359, 65.349189758301, 0, 0, 0);
CreateDynamicObject(1225, -2487.5073242188, -359.76007080078, 63.440490722656, 0, 0, 0);
CreateDynamicObject(1225, -2491.8696289063, -374.40298461914, 62.703025817871, 0, 0, 0);
CreateDynamicObject(1225, -2505.41015625, -374.40509033203, 60.496265411377, 0, 0, 0);
CreateDynamicObject(1225, -2520.5109863281, -374.61599731445, 57.93017578125, 0, 0, 0);
CreateDynamicObject(1225, -2497.7221679688, -359.83624267578, 61.763813018799, 0, 0, 0);
CreateDynamicObject(1225, -2512.6384277344, -359.34494018555, 59.310974121094, 0, 0, 0);
CreateDynamicObject(1225, -2505.609375, -359.66369628906, 60.480003356934, 0, 0, 0);
CreateDynamicObject(1225, -2523.4453125, -359.27746582031, 57.504653930664, 0, 0, 0);
CreateDynamicObject(1225, -2529.3393554688, -374.61441040039, 56.422630310059, 0, 0, 0);
CreateDynamicObject(1225, -2537.1994628906, -374.47613525391, 54.96053314209, 0, 0, 0);
CreateDynamicObject(1225, -2547.9086914063, -374.70104980469, 52.957382202148, 0, 0, 0);
CreateDynamicObject(1225, -2529.5380859375, -360.42156982422, 56.435974121094, 0, 0, 0);
CreateDynamicObject(1225, -2540.1506347656, -360.28887939453, 54.549926757813, 0, 0, 0);
CreateDynamicObject(1225, -2548.625, -360.34371948242, 53.018642425537, 0, 0, 0);
CreateDynamicObject(1225, -2560.8220214844, -360.93096923828, 50.868686676025, 0, 0, 0);
CreateDynamicObject(1225, -2555.0217285156, -375.22500610352, 51.633506774902, 0, 0, 0);
CreateDynamicObject(1225, -2560.6225585938, -374.63424682617, 50.627487182617, 0, 0, 0);
CreateDynamicObject(1225, -2568.419921875, -375.12911987305, 49.249603271484, 0, 0, 358.01501464844);
CreateDynamicObject(1225, -2581.1655273438, -376.88681030273, 46.896602630615, 0, 0, 0);
CreateDynamicObject(1225, -2600.6206054688, -380.60961914063, 42.916297912598, 0, 0, 0);
CreateDynamicObject(1225, -2571.77734375, -361.83337402344, 48.978797912598, 0, 0, 0);
CreateDynamicObject(1225, -2581.7426757813, -362.70291137695, 47.203289031982, 0, 0, 0);
CreateDynamicObject(1225, -2620.3022460938, -386.45629882813, 38.325759887695, 0, 0, 0);
CreateDynamicObject(1225, -2594.0178222656, -364.16397094727, 44.922737121582, 0, 0, 0);
CreateDynamicObject(1225, -2608.6716308594, -367.55255126953, 41.517253875732, 0, 0, 0);
CreateDynamicObject(1225, -2607.1293945313, -381.50164794922, 41.419952392578, 0, 0, 0);
CreateDynamicObject(1225, -2616.1076660156, -369.15472412109, 39.880088806152, 0, 0, 0);
CreateDynamicObject(1225, -2635.6545410156, -393.14617919922, 34.982849121094, 0, 0, 0);
CreateDynamicObject(1225, -2648.1970214844, -401.87203979492, 32.787158966064, 0, 0, 0);
CreateDynamicObject(1225, -2627.0620117188, -372.49530029297, 37.635787963867, 0, 0, 0);
CreateDynamicObject(1225, -2638.4008789063, -377.76693725586, 35.359539031982, 0, 0, 0);
CreateDynamicObject(1225, -2647.8459472656, -382.01837158203, 34.029499053955, 0, 0, 0);
CreateDynamicObject(1225, -2657.4489746094, -410.24496459961, 31.914396286011, 0, 0, 0);
CreateDynamicObject(1225, -2664.1643066406, -418.55191040039, 31.681192398071, 0, 0, 0);
CreateDynamicObject(1225, -2656.3803710938, -387.50881958008, 32.245578765869, 0, 0, 0);
CreateDynamicObject(1225, -2660.8525390625, -392.02856445313, 32.010200500488, 0, 0, 0);
CreateDynamicObject(1225, -2666.3527832031, -396.84719848633, 31.586904525757, 0, 0, 0);
CreateDynamicObject(1225, -2671.2272949219, -401.56118774414, 31.299139022827, 0, 0, 0);
CreateDynamicObject(1225, -2674.875, -406.62423706055, 31.24847984314, 0, 0, 0);
CreateDynamicObject(1225, -2677.8898925781, -412.59020996094, 31.301422119141, 0, 0, 0);
CreateDynamicObject(1225, -2681.2297363281, -420.79455566406, 31.39143371582, 0, 0, 0);
CreateDynamicObject(1225, -2666.8754882813, -425.74368286133, 31.567770004272, 0, 0, 0);
CreateDynamicObject(1225, -2668.8461914063, -435.8508605957, 30.498352050781, 0, 0, 0);
CreateDynamicObject(1225, -2668.6135253906, -443.8095703125, 29.596216201782, 0, 0, 0);
CreateDynamicObject(1225, -2683.7705078125, -428.48318481445, 30.790977478027, 0, 0, 0);
CreateDynamicObject(1225, -2683.6018066406, -434.30718994141, 30.340091705322, 0, 0, 0);
CreateDynamicObject(1225, -2684.5244140625, -440.98071289063, 29.710168838501, 0, 0, 0);
CreateDynamicObject(1225, -2684.2255859375, -446.6745300293, 29.130016326904, 0, 0, 0);
CreateDynamicObject(1225, -2682.9501953125, -455.28204345703, 28.073417663574, 0, 0, 0);
CreateDynamicObject(1225, -2681.5900878906, -464.19830322266, 26.504228591919, 0, 0, 0);
CreateDynamicObject(1225, -2680.3815917969, -473.24578857422, 24.9700050354, 0, 0, 0);
CreateDynamicObject(1225, -2668.25390625, -448.98065185547, 28.939920425415, 0, 0, 0);
CreateDynamicObject(1225, -2667.30078125, -456.1484375, 27.801420211792, 0, 0, 0);
CreateDynamicObject(1225, -2665.1130371094, -465.94778442383, 25.949321746826, 0, 0, 0);
CreateDynamicObject(1225, -2663.1103515625, -477.05804443359, 23.909492492676, 0, 0, 0);
CreateDynamicObject(1225, -2659.5961914063, -493.69241333008, 20.57053565979, 0, 0, 0);
CreateDynamicObject(1225, -2679.0329589844, -480.12564086914, 23.792007446289, 0, 0, 0);
CreateDynamicObject(1225, -2677.607421875, -487.50576782227, 21.975679397583, 0, 0, 0);
CreateDynamicObject(1225, -2660.1374511719, -501.85437011719, 19.589019775391, 0, 0, 0);
CreateDynamicObject(1225, -2676.0600585938, -492.85595703125, 20.625032424927, 0, 0, 0);
CreateDynamicObject(1225, -2662.3706054688, -509.1989440918, 18.746921539307, 0, 0, 0);
CreateDynamicObject(1225, -2676.1237792969, -499.31259155273, 19.644958496094, 0, 0, 0);
CreateDynamicObject(1225, -2680.0361328125, -508.33029174805, 18.173385620117, 0, 0, 0);
CreateDynamicObject(1225, -2664.8120117188, -515.73315429688, 18.164766311646, 0, 0, 0);
CreateDynamicObject(1225, -2668.7512207031, -521.69183349609, 17.53126335144, 0, 0, 0);
CreateDynamicObject(1225, -2686.6296386719, -516.12762451172, 16.285484313965, 0, 0, 0);
CreateDynamicObject(1225, -2694.5751953125, -519.990234375, 14.37913608551, 0, 0, 0);
CreateDynamicObject(1225, -2674.1225585938, -527.91900634766, 16.860157012939, 0, 0, 0);
CreateDynamicObject(1225, -2679.8100585938, -532.40496826172, 15.953156471252, 0, 0, 0);
CreateDynamicObject(1225, -2685.1979980469, -533.76354980469, 15.178698539734, 0, 0, 0);
CreateDynamicObject(1225, -2691.5947265625, -536.74310302734, 14.005579948425, 0, 0, 0);
CreateDynamicObject(1225, -2700.2961425781, -539.04901123047, 12.352631568909, 0, 0, 0);
CreateDynamicObject(1225, -2709.9235839844, -537.43090820313, 10.569249153137, 0, 0, 0);
CreateDynamicObject(1225, -2704.1040039063, -521.349609375, 11.875685691833, 0, 0, 0);
CreateDynamicObject(1225, -2720.5092773438, -535.1806640625, 9.0701570510864, 0, 0, 0);
CreateDynamicObject(1225, -2715.984375, -520.07971191406, 9.1794786453247, 0, 0, 0);
CreateDynamicObject(1225, -2727.5246582031, -532.57781982422, 8.4375104904175, 0, 0, 0);
CreateDynamicObject(1225, -2738.3564453125, -529.35491943359, 7.7528829574585, 0, 0, 0);
CreateDynamicObject(1225, -2744.2983398438, -525.7724609375, 7.3532075881958, 0, 0, 0);
CreateDynamicObject(1225, -2724.8732910156, -517.43267822266, 8.1708135604858, 0, 0, 0);
CreateDynamicObject(1225, -2731.6396484375, -514.03607177734, 7.6155061721802, 0, 0, 358.01501464844);
CreateDynamicObject(1225, -2785.4370117188, -483.78295898438, 6.5975360870361, 0, 0, 0);
CreateDynamicObject(1225, -2785.6860351563, -483.68649291992, 7.701708316803, 0, 0, 0);
CreateDynamicObject(1225, -2786.671875, -485.2688293457, 6.5975360870361, 0, 0, 0);
CreateDynamicObject(1225, -2788.2333984375, -486.95916748047, 6.5932550430298, 0, 0, 0);
CreateDynamicObject(1225, -2789.3508300781, -489.09344482422, 6.5932550430298, 0, 0, 0);
CreateDynamicObject(1225, -2786.8356933594, -485.18493652344, 7.7570552825928, 0, 0, 0);
CreateDynamicObject(1225, -2788.3698730469, -486.91479492188, 7.7703242301941, 0, 0, 0);
CreateDynamicObject(1225, -2789.3991699219, -489.13830566406, 7.7910132408142, 0, 0, 0);
CreateDynamicObject(1225, -2786.0759277344, -484.49249267578, 6.5975360870361, 0, 0, 0);
CreateDynamicObject(1225, -2787.3962402344, -486.18627929688, 6.5932550430298, 0, 0, 0);
CreateDynamicObject(1225, -2788.8159179688, -488.09210205078, 6.5932550430298, 0, 0, 0);
CreateDynamicObject(1225, -2786.1958007813, -484.38510131836, 7.7681446075439, 0, 0, 0);
CreateDynamicObject(1225, -2787.5153808594, -486.1725769043, 7.7782468795776, 0, 0, 0);
CreateDynamicObject(1225, -2788.8903808594, -488.04946899414, 7.7874984741211, 0, 0, 0);
CreateDynamicObject(2780, -2777.3422851563, -482.57366943359, 6.2873468399048, 0, 0, 0);
CreateDynamicObject(2780, -2784.7104492188, -484.83355712891, 6.1917810440063, 0, 0, 0);
CreateDynamicObject(2780, -2786.2587890625, -488.08532714844, 6.1875, 0, 0, 0);
CreateDynamicObject(2780, -2787.9167480469, -490.56207275391, 6.1875, 0, 0, 0);[/pawn]
Elkészítési idõ: kb 1.5 óra
Tp: -2407.1914,-596.1305,132.6484,179.1243
Képek:
http://imageshack.us/photo/my-images/406/samp156xk.png/\" rel=\"external nofollow\">http://imageshack.us/photo/my-images/406/samp156xk.png/
http://imageshack.us/photo/my-images/513/samp157j.png/\" rel=\"external nofollow\">http://imageshack.us/photo/my-images/513/samp157j.png/
http://imageshack.us/photo/my-images/560/samp158i.png/\" rel=\"external nofollow\">http://imageshack.us/photo/my-images/560/samp158i.png/
http://imageshack.us/photo/my-images/444/samp159n.png/\" rel=\"external nofollow\">http://imageshack.us/photo/my-images/444/samp159n.png/
http://imageshack.us/photo/my-images/228/samp160wq.png/\" rel=\"external nofollow\">http://imageshack.us/photo/my-images/228/samp160wq.png/
http://imageshack.us/photo/my-images/232/samp161o.png/\" rel=\"external nofollow\">http://imageshack.us/photo/my-images/232/samp161o.png/
http://imageshack.us/photo/my-images/257/samp162e.png/\" rel=\"external nofollow\">http://imageshack.us/photo/my-images/257/samp162e.png/
http://imageshack.us/photo/my-images/64/samp164ex.png/\" rel=\"external nofollow\">http://imageshack.us/photo/my-images/64/samp164ex.png/
http://imageshack.us/photo/my-images/703/samp165sf.png/\" rel=\"external nofollow\">http://imageshack.us/photo/my-images/703/samp165sf.png/
http://imageshack.us/photo/my-images/714/samp166wm.png/\" rel=\"external nofollow\">http://imageshack.us/photo/my-images/714/samp166wm.png/
Ennyi :D
#100
ink a script kérésekbe kellett volna nyitni
de sztem megoldható bár nemtom hogy hogyan :P