Advertisement
Ewolutions

sračka

May 24th, 2012
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 4.21 KB | None | 0 0
  1. public OnGameModeInit()
  2. {
  3.     /**************************************************************************/
  4.     printf("Vozidel : %d",GetVehiclesCount());
  5.     printf("Modelů : %d",GetVehicleModelCount());
  6.     printf("Objektů : %d",GetObjectsCount());
  7.     /**************************************************************************/
  8.     //----------------------------------------| Banky |------------------------|
  9.     Entrance(390.4725,173.7942,1008.3828,           3   ,2412.7666,1123.9175,10.8203,1,"Banka Ewolutions",52);
  10.     Entrance(390.4725,173.7942,1008.3828,           3   ,-1549.9563,1062.3916,7.1875,2,"Banka Ewolutions",52);
  11.     Entrance(390.4725,173.7942,1008.3828,           3   ,1675.4177,-1634.2284,14.2266,3,"Banka Ewolutions",52);
  12.     //----------------------------------------| Uřady |------------------------|
  13.     Entrance(246.4576,107.2964,1003.2188,           10  ,2127.4651,2379.6208,10.8203,1,"Městský Úřad",35);
  14.     Entrance(246.4576,107.2964,1003.2188,           10  ,-1492.1315,919.9730,7.1875,2,"Městský Úřad",35);
  15.     Entrance(246.4576,107.2964,1003.2188,           10  ,1480.9882,-1771.6675,18.7958,3,"Městský Úřad",35);
  16.     //----------------------------------------| Police |------------------------|
  17.     Entrance(238.7599,138.7856,1003.0234,           3   ,2290.1309,2431.8794,10.8203,1,"Ewolutions Policie",30);
  18.     Entrance(238.7599,138.7856,1003.0234,           3   ,-1605.7156,710.7672,13.8672,2,"Ewolutions Policie",30);
  19.     Entrance(238.7599,138.7856,1003.0234,           3   ,1555.5061,-1675.7616,16.1953,3,"Ewolutions Policie",30);
  20.     //---------------------------------------| Pracak |------------------------|
  21.     Entrance(2304.8667,-16.2986,26.7422,            0   ,2014.8204,1150.4784,10.8203,1,"Pracovní úřad",61);
  22.     //-----------------------------------| Tělocvičny |------------------------|
  23.     Entrance(773.9832,-78.5038,1000.6623,           7   ,1968.7112,2295.3049,16.4559,1,"Tělocvična Las Venturas",54);
  24.     //-----------------------------------| Strip Kluby |------------------------|
  25.     Entrance(1204.8751,-13.8513,1000.9219,          2   ,2506.7949,2120.4346,10.8398,1,"Las Venturas Strip Klub",40);
  26.     Entrance(1212.019897,-28.663099,1000.953125,    3   ,693.4932,1967.5066,5.5391,2,"Spread Strip Klub",40);
  27.     //-----------------------------------| Ostatní |------------------------|
  28.     Entrance(-229.1347,1401.3187,27.7656,           18  ,-89.6298,1378.3488,10.4698,1,"Lil Probe Inn",23);
  29.     /*Entrance(1750.0955,-1599.5715,1812.5863,        0 ,-580.2970,2575.4429,53.9348,6,"Vězení Ewolutions",3);*/
  30.     Entrance(246.7864,62.3248,1003.6406,            6   ,-553.8530,2593.9146,53.9348,1,"Centrála SWAT",30);
  31.     Entrance(1934.0220,-2111.4819,-19.3109,         0   ,1607.3357,1815.6602,10.8203,1,"Real Estate Nemocnice",22);
  32.     //-----------------------------------| Kasina |------------------------|
  33.     Entrance(1132.9594,-15.5396,1000.6797,          12  ,2089.9116,1451.5826,10.8203,1,"Quatro Casino",44);
  34.     Entrance(1132.9594,-15.5396,1000.6797,          12  ,2319.8779,2114.2021,10.8281,2,"Real Estate Casino",44);
  35.     Entrance(1132.9594,-15.5396,1000.6797,          12  ,2330.6370,2166.1777,10.8281,3,"The Strip Casino",44);
  36.     Entrance(2019.1035,1017.6826,996.8750,          10  ,2019.3230,1007.7919,10.8203,1,"Four Dragons Casino",44);
  37.     Entrance(2233.9851,1714.6849,1012.3828,         1   ,2196.9661,1677.1359,12.3672,1,"Caligulas Casino",43);
  38.     //----------------------------------------| Ammu |-------------------------|
  39.     Entrance(316.3713,-170.2922,999.5938,           6   ,2556.9392,2065.3821,11.0995,1,"Obchod se zbraněmi",6);
  40.     Entrance(285.7709,-86.5884,1001.5229,           4   ,2159.4160,943.2923,10.8203,1,"Obchod se zbraněmi",6);
  41.     Entrance(285.7709,-86.5884,1001.5229,           4   ,777.1742,1871.4270,4.9067,2,"Obchod se zbraněmi",6);
  42.     //----------------------------------------| Obchody |-------------------------|
  43.     Entrance(-100.3870,-24.9216,1000.7188,          3   ,2420.2939,2065.1831,10.8203,1,"Sex Shop",21);
  44.     AddGasStation(1,2115.4351,921.1722,10.5479,35);
  45.    
  46.    
  47.    
  48.     ServerVar[0] = SSS("hostname");
  49.     ServerVar[1] = SSS("mapname");
  50.     ServerVar[2] = SSS("gamemodetext");
  51.     ServerVar[3] = SSS("weburl");
  52.     ServerVar[4] = SSS("version");
  53.     ServerVar[5] = SSS("password");
  54.     Connects = 0;
  55.     return 1;
  56. }
  57.  
  58.  
  59. [17:53:18]
  60. [17:53:18] Filterscripts
  61. [17:53:18] ---------------
  62. [17:53:18]   Loaded 0 filterscripts.
  63.  
  64. [17:53:18] OnGameo
  65. [17:53:18] [mapicon] Mapicons initialisiert!
  66. [17:53:18] Vozidel : 878
  67. [17:53:18] Number of vehicle models: 146
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement