Ü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.


Témák - ZSOLTI99

Oldalak: 1 ... 7 8 [9] 10 11 ... 13
121
Szkript kérések / mentés
« Dátum: 2013. Április 20. - 18:47:38 »
Van itt olyan script ami menti a következõ dolgokat egy txt fájlba
Mikor reigzett és mikor volt fent utoljára.
Hány pontja/pénze
IP címet

122
Segítségkérés / fuvar bug
« Dátum: 2013. Április 18. - 21:24:59 »
ÜdV: Valaki meg tudná mondani mért nem adja be a rakodást és a lerakodtást?
 
/ Setup a custom type that holds all data about a location on the map (used for missions)
//{\"asd1\",256.8013,2985.9453,-1.0002}, //vascsövek R 147
//{\"asd2\",248.8672,2984.9473,-0.7812}, //Tégla R 148
//{\"asd3\",241.9697,2984.0647,-0.9437}, // Benzin hordóba R 149
//{\"asd4\",234.0562,2986.1377,-1.1707}, //Betonbhengerek R 150
//{\"asd5\",268.9752,2936.4092,0.0430}, //Vasgerendák R 151
//{\"asd6\",2521.5381,509.2180,-0.2678}, //Benzin hordóba LR 152
//{\"asd7\",2505.6594,509.2868,-0.4027}, //Benzin R 153
//{\"asd8\",2532.2507,502.0985,-0.4684}, //vasgerendák LR 154
//{\"asd9\",2539.8274,488.7192,-0.4902}, //Betinhenger LR 155
//{\"asd10\",2539.5398,469.2506,-0.4314}, //Vascsövek LR 156
//   {\"asd11\",-168.1920,-5437.8105,-0.7527}, //Benzin LR 157
//   {\"asd12\",-162.4490,-5463.3516,-1.1361}, //Benzin hordóba R 158
//   {\"asd13\",-149.1858,-5498.9072,-0.0908}, //Betonhenger R 159
////   {\"asd14\",-158.9667,-5496.6270,-0.2407}, //Vasgerendák R 160
//   {\"asd15\",-162.7208,-5426.9897,-1.3655}, //Benzin LR 161
//   {\"asd16\",251.6559,3039.8398,-0.7278}, //Benzin LR 162
enum TLocation
{
LocationName[50], // The name of the location
Float:LocX, // The X-position of the location
Float:LocY, // The Y-position of the location
Float:LocZ // The Z-position of the location
}
// Setup an array that holds all location-data (except taxi and busdriver classes, these have their own locations)
new ALocations[][TLocation] =
{
// LocationName, LocationX, LocationY, LocationZ
{\"Dummy location\", 0.0, 0.0, 0.0}, // Location 0 = dummy location (never used)
{\"LS Épitkezés\", 1859.0, -1314.0, 14.0}, // Location 1
{\"SF Épitkezés\", -2083.0, 209.0, 35.5}, // Location 2
{\"LV Épitkezés\", 2708.0, 878.0, 10.0}, // Location 3
{\"Avery Épitkezés\", 312.25, -233.75, 1.6}, // Location 4
{\"Clown\'s Pocket Constr.\", 2467.0, 1923.0, 9.8}, // Location 5
{\"Solarin Industries\", -1822.5, 41.25, 15.25}, // Location 6
{\"Blueberry Truck Terminal\", 52.75, -278.0, 1.7}, // Location 7
{\"KACC Üzemanyaggyár\", 2529.5559,2733.0906,10.3130}, // Location 8
{\"SA Federal Mint\", -2441.0, 521.5, 30.0}, // Location 9
{\"Angel Pine Sawmill\", -1965.75, -2436.0, 30.7}, // Location 10
{\"Quarry\", 587.25, 844.75, -42.5}, // Location 11
{\"Bánya\", 370.0, 874.0, 20.5}, // Location 12
{\"Easter Bay Lumberyard\", -763.5, -136.0, 65.7}, // Location 13
{\"LS Papermill\", 2331.5, -2071.5, 13.6}, // Location 14
{\"Sprunk Factory\", 1334.75, 287.0, 19.6}, // Location 15
{\"SF Medical Center\", -2607.0, 684.0, 27.9}, // Location 16
{\"Angel Pine Junkyard\", -1873.0, -1685.0, 21.8}, // Location 17
{\"LV Freight Depot\", 599.5, 1224.75, 11.8}, // Location 18
{\"LS Garbage Compound\", 2181.0, -1980.5, 13.6}, // Location 19
{\"LV Industrial Estate\", 1635.75, 750.5, 11.0}, // Location 20
{\"EasterBoard Farm\", -69.5, -35.75, 3.2}, // Location 21
{\"SF Hill Farm\", -1423.5, -1469.0, 101.7}, // Location 22
{\"Pecker\'s Feed & Seed\", -310.5, 2669.5, 62.7}, // Location 23
{\"San Fierro Port\", -1691.0, 31.5, 3.6}, // Location 24
{\"LV Refinery\", 262.5, 1453.75, 10.6}, // Location 25
{\"LS Refinery\", 2484.0, -2085.0, 13.6}, // Location 26
{\"Countryside Gas Station\", -86.0, -1192.75, 2.0}, // Location 27
{\"SF Xoomer Gas Station\", -1659.0, 444.0, 7.2}, // Location 28
{\"SF Gas Station\", -2421.5, 953.25, 45.3}, // Location 29
{\"LS Going Station\", 1926.0, -1791.5, 13.5}, // Location 30
{\"Xoomer Gas Station\", -1488.75, 1875.25, 32.7}, // Location 31
{\"Whetstone Gas Station\", -1629.0, -2700.0, 48.6}, // Location 32
{\"Desert Gas Station\", -1309.5, 2703.75, 50.1}, // Location 33
{\"Dilimore Gas Station\", 664.5, -583.75, 16.4}, // Location 34
{\"Abandoned Airport Fuel\", 387.9, 2590.25, 16.5}, // Location 35
{\"San Fierro International\", -1152.25, -146.5, 14.2}, // Location 36
{\"Easter Bay Chemical\", -1033.75, -625.25, 32.1}, // Location 37
{\"LS Ocean Docks\", 2466.0, -2219.25, 13.6}, // Location 38
{\"Bioengineering Corp.\", 1347.5, 349.5, 20.0}, // Location 39
{\"Greenglass College\", 999.0, 1086.75, 11.0}, // Location 40
{\"Fleischberg Brewery\", -149.75, -220.25, 1.5}, // Location 41
{\"Bayside Boatyard\", -2430.75, 2310.5, 5.0}, // Location 42
{\"LV Butcher\", 977.5, 2096.75, 11.0}, // Location 43
{\"SF Catering LTD\", -1945.75, -1073.5, 31.0}, // Location 44
{\"LS Donut shop\", 1025.75, -1355.0, 13.8}, // Location 45
{\"Porter\'s House\", 2439.75, 114.5, 26.5}, // Location 46
{\"Chuckup LTD\", 1470.5, 1017.5, 10.9}, // Location 47
{\"LS Warehouse\", 2178.5, -2279.75, 13.6}, // Location 48
{\"SF Supa Save\", -2463.5, 782.0, 35.2}, // Location 49
{\"Verona Mall\", 1044.75, -1548.75, 13.6}, // Location 50
{\"Las Venturas Mall\", 2867.25, 2586.0, 10.7}, // Location 51
{\"Vank Hoff Hotel\", -2490.75, 337.5, 33.4}, // Location 52
{\"Emerald Mall\", 2056.75, 2251.25, 10.7}, // Location 53
{\"LS Ocean Docks\", 2574.25, -2223.75, 13.4}, // Location 54
{\"Bayside Warehouse\", -2285.0, 2281.5, 5.0}, // Location 55
{\"Fleischberg Brewery\", -18.5, -282.0, 5.5}, // Location 56
{\"Las Venturas Stadium\", 1377.5, 2245.75, 10.9}, // Location 57
{\"P. Creek General Store\", 2318.0, -92.5, 26.5}, // Location 58
{\"LV Dirtring Stadium\", 1112.0, 1451.75, 5.9}, // Location 59
{\"The Pleasure Domes\", -2697.0, 1402.5, 7.2}, // Location 60
{\"4 Dragons Casino\", 1903.75, 960.5, 10.9}, // Location 61
{\"SF Financial Center\", -2039.5, 467.5, 35.2}, // Location 62
{\"Area 69\", 134.54, 1945.79, 19.00}, // Location 63
{\"Bayside szeméttelep\", -2369.1785,2400.6396,8.0003}, //64
{\"Bayside1\",-2522.5625,2356.9229,4.9846}, //153
{\"Bayside2\",-2610.0659,2342.2822,8.3864}, //154
{\"Bayside3\",-2462.8801,2518.6101,16.8213}, //155
{\"Bayside4\",-2253.7051,2365.8013,4.9899}, //156
    {\"Bayside5\",-2530.8037,2291.3586,4.9844}, //157
    {\"LV szeméttelep\",2818.1975,2706.9407,10.8203}, //158
    {\"LV1\",2552.5693,2238.5203,10.5255},//159
    {\"LV2\",2522.3423,2321.7043,10.5278},//160
    {\"LV3\",2377.4163,2238.8933,10.5252},//161
    {\"LV4\",2259.1077,2286.0381,10.4531},//162
    {\"LV5\",1661.1730,2167.6858,10.5234},//163
    {\"LV6\",1700.4750,1268.6523,10.5211},//164
    {\"LV7\",2656.2083,1948.5350,10.5242},//165
    {\"LV8\",2776.8896,2532.0505,10.6020},//166
    {\"LV9\",2816.3018,2599.6528,10.6003},//167
    {\"SF szeméttelep\",-2553.0466,1437.6163,7.1172},//168
    {\"SF1\",-2581.3083,1359.8815,6.7418},//169
    {\"SF2\",-2408.4863,1385.0991,6.7359},//170
    {\"SF3\",-2272.2361,1342.5118,6.7308},//171
    {\"SF4\",-2153.2231,1340.6471,6.7376},//172
    {\"SF5\",-2074.6001,1327.4072,6.6678},//173
    {\"SF6\",-2280.8618,1221.4768,48.4237},//174
    {\"SF7\",-2243.6975,1169.6740,55.4030},//175
    {\"SF8\",-2274.0750,1036.7260,83.3913},//176
    {\"SF9\",-2377.1621,804.5245,34.6474},//177
    {\"SF10\",-2531.3960,720.8549,27.7312},//178
    {\"SF11\",-2529.9722,837.2560,49.4822},//179
    {\"SF12\",-2521.6343,896.4390,64.3978},//180
    {\"SF13\",-2532.5212,936.2451,64.6347},//181
    {\"SF14\",-2532.1404,1084.2366,55.3450},//182
    {\"Angel Pine szeméttelep\",-1873.5803,-1674.6334,21.3749},//183
    {\"Angel Pine1\",-2135.3667,-2256.2854,30.2569},//184
    {\"Angel Pine2\",-2092.8357,-2349.2297,30.2498},//185
    {\"Angel Pine3\",-2114.2915,-2428.8147,30.1685},//186
    {\"Angel Pine4\",-2104.8149,-2453.9885,30.2497},//187
    {\"Angel Pine5\",-2099.0439,-2483.3933,30.2508},//188
    {\"Angel Pine6\",-2142.6299,-2466.4949,30.2500},//189
    {\"Angel Pine7\",-2131.0679,-2453.9861,30.2487},//190
    {\"Angel Pine8\",-2182.2371,-2451.9690,30.0947},//191
    {\"Angel Pine9\",-2174.2910,-2441.7822,30.0936},//192
    {\"Angel Pine10\",-2172.5564,-2427.7783,30.2499},//193
    {\"Angel Pine11\",-2214.5642,-2333.4319,30.2492},//194
    {\"LS szeméttelep\",2180.7380,-1982.5576,13.5514},//195
    {\"LS1\",2290.4746,-2118.2710,13.1719},//196
    {\"LS2\",1916.8707,-2122.2212,13.2108},//197
    {\"LS3\",1917.2539,-2086.6628,13.2053},//198
    {\"LS4\",2398.8982,-1726.4392,13.1870},//199
    {\"LS5\",2488.7932,-1682.4401,12.9603},//200
    {\"LS6\",2503.6223,-1660.6345,13.0183},//201
    {\"LS7\",2491.1909,-1657.2974,12.9858},//114
    {\"AngelPine GAS benzinkut\",-2251.4038,-2558.4998,31.8875}, // 115
 
{\"Busstop\", 1067.00, 1357.75, 10.7}, // Location 64
{\"Busstop\", 1324.75, 1190.75, 10.7}, // Location 65
{\"Busstop\", 1544.00, 1135.50, 10.7}, // Location 66
{\"Busstop\", 1603.50, 1130.50, 10.7}, // Location 67
{\"Busstop\", 1722.50, 1373.25, 10.5}, // Location 68
{\"Busstop\", 1714.25, 1421.75, 10.5}, // Location 69
{\"Busstop\", 1010.00, 1411.25, 10.7}, // Location 70
{\"Busstop\", 1726.50, 1481.75, 10.7}, // Location 71
{\"Busstop\", 1729.50, 1529.50, 10.7}, // Location 72
{\"Busstop\", 1705.00, 1965.00, 10.7}, // Location 73
{\"Busstop\", 1385.00, 1920.00, 10.7}, // Location 74
{\"Busstop\", 1335.25, 2055.50, 10.7}, // Location 75
{\"Busstop\", 1073.00, 2055.50, 10.7}, // Location 76
{\"Busstop\", 1502.25, 2055.50, 10.7}, // Location 77
{\"Busstop\", 1565.00, 2200.25, 10.7}, // Location 78
{\"Busstop\", 1636.25, 2175.50, 10.7}, // Location 79
{\"Busstop\", 1503.50, 2311.00, 10.7}, // Location 80
{\"Busstop\", 1564.75, 2345.75, 10.7}, // Location 81
{\"Busstop\", 1725.00, 2247.75, 10.7}, // Location 82
{\"Busstop\", 1894.50, 2175.50, 10.7}, // Location 83
{\"Busstop\", 1925.25, 2314.75, 10.7}, // Location 84
{\"Busstop\", 1925.25, 2115.75, 10.8}, // Location 85
{\"Busstop\", 2083.50, 2455.50, 10.7}, // Location 86
{\"Busstop\", 2285.00, 2315.00, 10.7}, // Location 87
{\"Busstop\", 2305.00, 2515.50, 10.7}, // Location 140
{\"Busstop\", 2392.00, 2415.50, 10.7}, // Location 89
{\"Busstop\", 2425.00, 2285.00, 10.7}, // Location 90
{\"Busstop\", 2449.75, 2235.50, 10.7}, // Location 91
{\"Busstop\", 2580.25, 2115.50, 10.7}, // Location 92
{\"Busstop\", 2447.50, 2055.50, 10.7}, // Location 93
{\"Busstop\", 2115.00, 755.50, 10.7}, // Location 94
{\"Busstop\", 2019.75, 750.50, 10.7}, // Location 95
{\"Busstop\", 1975.00, 775.50, 10.7}, // Location 96
{\"Busstop\", 1885.00, 770.75, 10.7}, // Location 97
{\"Busstop\", 1894.00, 635.75, 10.7}, // Location 150
{\"Busstop\", 1974.25, 631.00, 10.7}, // Location 99
{\"Busstop\", 2020.50, 670.50, 10.7}, // Location 100
{\"Busstop\", 2114.75, 675.75, 10.7}, // Location 101
{\"Busstop\", 1084.75, 1196.00, 10.7}, // Location 154
{\"Busstop 1 Bayside\", -2565.75, 2315.25,    4.83}, // Location 103
{\"Busstop 2 Bayside\", -2337.00, 2375.00,    5.59}, // Location 104
{\"Busstop 1 El Quebrados\", -1467.00, 2674.00,   55.68}, // Location 105
{\"Busstop 2 El Quebrados\", -1528.50, 2548.00,   55.68}, // Location 106
{\"Busstop 1 Las Barrancas\", -805.64, 1562.30,   26.96}, // Location 107
{\"Busstop 2 Las Barrancas\", -847.00, 1529.50,   21.66}, // Location 160
{\"Busstop Las Payasdas\", -269.00, 2625.75,   62.64}, // Location 109
{\"Busstop 1 Fort Carson\",  -45.37, 1200.68,   19.21}, // Location 110
{\"Busstop 2 Fort Carson\", -100.50, 1195.75,   19.58}, // Location 111
{\"Busstop 3 Fort Carson\", -249.50, 1016.00,   19.59}, // Location 112
{\"Busstop 1 Angel Pine\", -2169.75, -2305.75,   30.46}, // Location 113
{\"Busstop 2 Angel Pine\", -2098.25, -2499.50,   30.46}, // Location 114
{\"Busstop 1 Palomino Creek\", 2263.75,  -30.75,   26.33}, // Location 115
{\"Busstop 2 Palomino Creek\", 2461.75,    1.00,   26.33}, // Location 116
{\"Busstop 1 Montgomery\", 1288.50,  329.00,   19.40}, // Location 117
{\"Busstop 2 Montgomery\", 1286.75,  323.75,   19.40}, // Location 170
{\"Busstop 1 Dillimore\",  736.00, -527.50,   16.18}, // Location 119
{\"Busstop 2 Dillimore\",  736.00, -532.50,   16.18}, // Location 120
{\"SF Airport Gate\", -1337.94, -222.79,   14.14}, // ID = 121
{\"SF Airport Gate\", -1395.26, -104.20,   14.14}, // ID = 122
{\"SF Airport Cargo Bay\", -1337.16, -542.29,   14.14}, // ID = 123
{\"SF Airport Cargo Bay\", -1412.96, -579.85,   14.14}, // ID = 124
{\"LS Airport Gate\", 1747.04, -2441.04,   13.55}, // ID = 125
{\"LS Airport Gate\", 1902.16, -2350.11,   13.54}, // ID = 126
{\"LS Airport Cargo Bay\", 1889.10, -2625.49,   13.54}, // ID = 127
{\"LS Airport Cargo Bay\", 1754.74, -2622.69,   13.54}, // ID = 180
{\"LS Airport Cargo Bay\", 1617.61, -2622.30,   13.54}, // ID = 129
{\"LV Airport Gate\", 1564.77, 1536.77,   10.82}, // ID = 130
{\"LV Airport Gate\", 1569.85, 1358.58,   10.86}, // ID = 131
{\"LV Airport Cargo Bay\", 1307.41, 1324.01,   10.82}, // ID = 132
{\"LV Airport Cargo Bay\", 1308.47, 1361.32,   10.82}, // ID = 133
{\"Verdant Meadows Gate\", 392.13, 2531.27, 16.54}, // ID = 134
{\"Verdant Meadows Cargo Bay\", 291.08, 2525.75, 16.79}, // ID = 135
{\"TestRock\", 351.5, 1008.75, 28.4}, // ID = 136
{\"TestCP\", 344.75, 1020.5, 28.3}, // ID = 189
{\"Vasutállomás\",601.3481,1206.2527,11.7188}, // Kox Lerakodás 190
{\"Bánya fent\",371.9308,880.1357,20.3990}, // 191
{\"Bánya kapu\",866.5075,857.8689,13.3516}, //192
{\"Bánya kapu\",893.1061,877.4375,13.3516}, //193
{\"Salak depó\",613.5944,944.1698,-7.3731}, //194
{\"Bánya osztályzó\",698.0740,842.7642,-27.6088}, //195
{\"Bánya osztályzó\",684.3479,821.8713,-27.3116}, //196
{\"Bánya lent\",510.0340,799.8667,-21.9453}, //197
{\"Bánya Salakkiégetõ\",672.8630,895.4267,-40.3273}, //198
{\"Bánya lent\",537.2725,907.2144,-42.9609}, //199
{\"Furótorony\",2138.7700,-3720.0791,14.0547}, // 200
{\"San Fierró-i vonatmegálló\",-1946.3340,114.5342,25.7186}, // 201
{\"Los Santos-i vonatmegálló\",839.0564,-1391.2054,-1.6183}, // 202
{\"Los Santos-i vonatmegálló\",1773.7065,-1955.5391,13.5469}, // 203
{\"Külvárosi vonatmegálló\",2824.0334,93.2304,25.8723}, // 204
{\"Las Vegas-i vonatmegálló\",2866.7578,1301.0490,10.8203}, // 205
{\"Las Vegas-i vonatmegálló\",1404.5134,2634.2705,10.8203}, // 206
    {\"Lindes Side\",3647.0688,-2010.3041,2.4000}, //207
    {\"Lindes Side\",4491.2520,-2016.2899,2.5500}, //208
    {\"Lindes Side\",4465.4702,-2143.6313,2.5750}, //209
    {\"Lindes Side\",4160.3315,-3055.8186,20.4530}, //210
    {\"Lindes Side\",4123.6152,-2656.7488,8.1483}, //211
    {\"Lindes Side\",-4279.0981,-3320.5730,3.9688}, //212
    {\"Lindes Side\",3580.9597,-3061.2158,8.3362},//213
    {\"Lindes Side\",3616.7778,-3080.0098,8.4690},//214
    {\"Lindes Side\",3577.8650,-3061.9504,8.3362},//215
    {\"Lindes Side\",3614.7207,-3078.9690,8.4690},//216
    {\"Lindes Side\",-4173.1069,-3351.0173,3.9688},//217
    {\"Lindes Side\",-4173.0918,-3351.3442,3.9688}, //218
   
    {\"SF Nevara Sziget\",-4245.8931,-1107.3492,5.8216},// 219
    {\"SF Nevara Tüzép\",-4273.6577,-3327.9456,3.9688},// 220
    {\"SF Nevara Víz Tisztító\",-3091.1179,-1202.5186,12.2266},// 221
    {\"LV Medence\",550.9822,-3074.8516,11.9688},// 222
    {\"AVISPA CLUB\",-2653.2632,-289.6893,7.5435},// 223
    {\"LS Fürdõ\",444.1619,-2860.4143,12.0219}, // 224
    {\"LS Tuningolo\",-2713.0481,199.8991,4.3281},// 225
    {\"LS Sziget\",2458.4958,-4181.3550,13.8702},// 226
    {\"LV NEW Island\",5271.4155,1935.4825,2.7606},// 227
    {\"LV Kaszkabelesz Raktar\",4703.2256,2722.9180,12.2142},// 228
{\"SF Nevara Raktár\",4145.8223,-2675.8835,7.9900}, //229
{\"Ls Sziget Benzinkut\",4922.8521,2337.2349,2.1828},//300
{\"LS Magén reptér\",375.1036,-2238.0950,8.7000},// 301
{\"LS Olaj Finomító\",2138.7700,-3720.0791,14.0547},// 302
{\"LS Olaj Raktár\",2607.3049,-4058.1902,13.7281} // 303
};

 

// Setup a custom type that holds all data about a load
enum TLoad
{
LoadName[50], // The name of the load
bool:Mafia, // Holds \"true\" if this load is wanted by the mafia
Float:PayPerUnit, // Holds the price for every meter to haul this type of load (this gets multiplied by the distance to calculate the payment)
PCV_Required, // This holds the vehicle-type the player needs to use this load (and automatically the player\'s class)
FromLocations[30], // This array holds all loading-points for this load
ToLocations[30] // This array holds all unloading-points for this load
}
new ALoads[][TLoad] =
{
// LoadName, MafiaLoad, PayPerUnit, VehicleNeeded, From-Locations, To-Locations
// Dummy Load (never used)
{\"Dummy\", false, 0.00, 0, {0}, {0}}, // LoadID 0 114+
// Loads for ore trailer
{\"Kõ\", false, 14.10, PCV_TruckerOreTrailer, {11, 215}, {1, 2, 3}}, // LoadID 1
{\"Homok\", false, 16.10, PCV_TruckerOreTrailer, {12, 216}, {1, 2, 3, 4, 5}}, // LoadID 2
{\"Szikla\", false, 15.10, PCV_TruckerOreTrailer, {11}, {1, 2, 3, 4, 5}}, // LoadID 3
{\"Szén\", false, 14.10, PCV_TruckerOreTrailer, {12}, {6, 7, 8}}, // LoadID 4
{\"Érc\", false, 17.00, PCV_TruckerOreTrailer, {12}, {6, 9}}, // LoadID 5
{\"Napló\", false, 14.10, PCV_TruckerOreTrailer, {13}, {7, 10}}, // LoadID 6
{\"Faapriték\", false, 12.10, PCV_TruckerOreTrailer, {10}, {14}}, // LoadID 7
{\"Szemét\", false, 13.10, PCV_TruckerOreTrailer, {6, 15, 16}, {17, 18, 19}}, // LoadID 8
{\"Törmelék\", false, 15.10, PCV_TruckerOreTrailer, {17, 19}, {6, 18, 20}}, // LoadID 9
{\"Takarmány\", false, 14.10, PCV_TruckerOreTrailer, {21, 22}, {18, 23, 24}}, // LoadID 10
// Loads for liquids trailer
{\"Benzin\", true, 14.70, PCV_TruckerFluidsTrailer, {8, 25, 26}, {27, 28, 29, 30, 31, 32, 33, 34, 115, 207}}, // LoadID 11
{\"Gázolaj\", true, 14.00, PCV_TruckerFluidsTrailer, {8, 25, 26}, {27, 28, 29, 30, 31, 32, 33, 34, 115, 207}}, // LoadID 12
{\"Repülõgépi benzin\", true, 15.00, PCV_TruckerFluidsTrailer, {8, 25, 26}, {35, 36, 301}},  // LoadID 13
{\"Olaj\", false, 16.20, PCV_TruckerFluidsTrailer, {8, 25, 26, 200}, {6, 27, 28, 29, 30, 31, 32, 33, 34, 207}}, // LoadID 14
{\"Folyékony Nitrogén\", false, 14.00, PCV_TruckerFluidsTrailer, {37, 38}, {39, 40}}, // LoadID 15
{\"Vegyszerek\", false, 15.00, PCV_TruckerFluidsTrailer, {37}, {6, 15, 39, 40}}, // LoadID 16
{\"Viz\", false,15.00, PCV_TruckerFluidsTrailer, {37, 208}, {15, 40, 41,221}}, // LoadID 17
{\"Zsir\", false, 14.00, PCV_TruckerFluidsTrailer, {8, 25}, {6, 10, 14, 42}}, // LoadID 18
{\"Trágya\", false, 15.00, PCV_TruckerFluidsTrailer, {37, 38}, {21, 22}}, // LoadID 19
{\"Tej\", false, 15.00, PCV_TruckerFluidsTrailer, {21, 22}, {43, 44, 45}}, // LoadID 20
{\"Sör\", true, 14.00, PCV_TruckerFluidsTrailer, {41}, {44, 46}}, // LoadID 21
{\"Ethanol\", false, 15.00, PCV_TruckerFluidsTrailer, {37, 41}, {26, 39, 40, 115, 207}}, // LoadID 22
// Loads for cargo trailer
{\"Élelmiszer\", false, 14.20, PCV_TruckerCargoTrailer, {7, 44, 47, 48}, {49, 50, 51, 52, 53}}, // LoadID 23
{\"Üditõ\", false, 16.20, PCV_TruckerCargoTrailer, {15, 54, 55}, {49, 50, 51, 52, 53}}, // LoadID 24
{\"Dobozos sör\", true, 13.20, PCV_TruckerCargoTrailer, {56}, {57, 58, 59, 60, 61}}, // LoadID 25
{\"Luxus cikkek\", false, 17.20, PCV_TruckerCargoTrailer, {24, 55}, {47, 48, 50}},  // LoadID 26
{\"Elektronika\", true, 15.20, PCV_TruckerCargoTrailer, {7, 24, 48}, {50, 51, 62, 63}}, // LoadID 27
{\"Sport ruházat\", false, 14.20, PCV_TruckerCargoTrailer, {47, 48, 210}, {50, 53, 57}}, // LoadID 28
{\"Boards\", false, 15.20, PCV_TruckerCargoTrailer, {10}, {4, 7, 18, 22}}, // LoadID 29
{\"Épitöanyagok\", false, 16.20, PCV_TruckerCargoTrailer, {4}, {1, 2, 3, 5}}, // LoadID 30
{\"Állatok\", false, 19.20, PCV_TruckerCargoTrailer, {21, 22}, {23, 43, 47}}, // LoadID 31
{\"Hús\", false, 15.20, PCV_TruckerCargoTrailer, {43}, {44, 49, 50, 51, 52, 53}}, // LoadID 32
{\"Papir\", false, 16.20, PCV_TruckerCargoTrailer, {14}, {9, 62}}, // LoadID 33
// Loads for cement truck
{\"Cement\", false, 16.40, PCV_TruckerCementTruck, {12}, {1, 2, 3, 4}}, // LoadID 34
// Loads for truckers without trailer
{\"Élelmiszer\", false, 15.300, PCV_TruckerNoTrailer, {7, 44, 47, 48}, {49, 50, 51, 52, 53}}, // LoadID 35
{\"Üditõ\", false, 14.30, PCV_TruckerNoTrailer, {15, 54, 55}, {49, 50, 51, 52, 53}}, // LoadID 36
{\"Dobozos sör\", true, 15.30, PCV_TruckerNoTrailer, {56}, {57, 58, 59, 60, 61}},  // LoadID 37
{\"Luxus Cikkek\", false, 16.30, PCV_TruckerNoTrailer, {24, 55}, {47, 48, 50}}, // LoadID 38
{\"Elektronika\", true, 17.30, PCV_TruckerNoTrailer, {7, 24, 48}, {50, 51, 62, 63}}, // LoadID 39
{\"Sport ruházat\", false, 15.30, PCV_TruckerNoTrailer, {47, 48}, {50, 53, 57}},  // LoadID 40
{\"Boards\", false, 16.30, PCV_TruckerNoTrailer, {10}, {4, 7, 18, 22}}, // LoadID 41
{\"Épitõanyagok\", false, 17.30, PCV_TruckerNoTrailer, {4}, {1, 2, 3, 5}}, // LoadID 42
{\"Állatok\", false, 14.30, PCV_TruckerNoTrailer, {21, 22}, {23, 43, 47}}, // LoadID 43
{\"Hús\", false, 15.30, PCV_TruckerNoTrailer, {43}, {44, 49, 50, 51, 52, 53}}, // LoadID 44
{\"Papir\", false, 16.30, PCV_TruckerNoTrailer, {14}, {9, 62}}, // LoadID 45
//Loads for pilots
{\"Utasok\", false, 26.41, PCV_PilotPlane, {173, 174, 175, 176, 177, 178, 187}, {186, 185, 184, 183, 182, 182, 175, 232}}, // LoadID 46 +89
{\"Nehéz szállitmany\", false, 26.41, PCV_PilotPlane, {175, 176, 177, 186, 185,181, 182, 183}, {186, 185, 184, 173, 174, 175, 176, 177}}, // LoadID 47
{\"Utasok\", false, 26.41, PCV_PilotHelicopter, {187, 186, 173, 174, 175, 176, 177}, {184, 183, 182, 181, 180, 179, 178, 232}}, // LoadID 48
// Loads for mafia
{\"Élelmiszer\", false, 15.22, PCV_MafiaVan, {7, 44, 47, 48}, {49, 50, 51, 52, 53}}, // LoadID 49
{\"Üditõ\", false, 12.55, PCV_MafiaVan, {15, 54, 55}, {49, 50, 51, 52, 53}}, // LoadID 50
{\"Dobozos Sör\", true, 4.15, PCV_MafiaVan, {56}, {57, 58, 59, 60, 61}},  // LoadID 51
{\"Luxus Cikkek\", false, 17.00, PCV_MafiaVan,  {24, 55}, {47, 48, 50}}, // LoadID 52
{\"Elektronika\", true, 16.35, PCV_MafiaVan, {7, 24, 48}, {50, 51, 62, 63}}, // LoadID 53
{\"Sport Ruházat\", false, 15.60, PCV_MafiaVan, {47, 48}, {50, 53, 57}}, // LoadID 54
{\"Boards\", false, 14.40, PCV_MafiaVan, {10}, {4, 7, 18, 22}}, // LoadID 55
{\"Épitöanyagok\", false, 15.50, PCV_MafiaVan, {4}, {1, 2, 3, 5}}, // LoadID 56
{\"Állatok\", false, 12.25, PCV_MafiaVan, {21, 22}, {23, 43, 47}}, // LoadID 57
{\"Hús\", false, 13.20, PCV_MafiaVan, {43}, {44, 49, 50, 51, 52, 53}}, // LoadID 58
{\"Papir\", false, 14.00, PCV_MafiaVan, {14}, {9, 62}}, // LoadID 59
//Loads for Dumperes
{\"Salak\", false, 19.12, PCV_DumperVan, {191, 197, 199, 214, 218}, {194, 195, 196, 198, 216, 217}}, // LoadID 60
{\"Kox\", false, 18.31, PCV_DumperVan, {193, 213}, {190}}, // LoadID 59
// Loads for liquids trailer
{\"Disel Olaj\", true, 19.82, PCV_TruckerFluidsTrailer, {8, 207}, {219, 30, 219}},  // LoadID 62
{\"Tégla\", true, 19.94, PCV_TruckerCargoTrailer, {220}, {65, 72, 220}},  // LoadID 63
{\"Klórozott víz\", true, 19.83, PCV_TruckerFluidsTrailer, {8, 221}, {222}},  // LoadID 64
{\"Szeny víz\", true, 18.83, PCV_TruckerFluidsTrailer, {222}, {221}},  // LoadID 64
{\"Golfütõk\", true, 19.82, PCV_TruckerCargoTrailer, {55, 48}, {62, 223}},  // LoadID 74
    {\"Fürdõruhák\", true, 19.96, PCV_TruckerCargoTrailer, {48, 50, 210}, {57, 224}},  // LoadID 75
    {\"Alkatrészek\", true, 28.82, PCV_TruckerCargoTrailer, {48}, {44, 53, 225}},  // LoadID 76
    {\"Boroshordók\", true, 18.80, PCV_TruckerCargoTrailer, {226}, {18, 22, 44}},  // LoadID 77
    {\"Olajos Hordók\", true, 17.82, PCV_TruckerCargoTrailer, {227}, {36, 200, 227}},  // LoadID 78
    {\"Konténerek\", false, 14.20, PCV_TruckerCargoTrailer, {7, 44}, {228}}, // LoadID 79
    {\"Nitrátok\", true, 19.98, PCV_TruckerCargoTrailer, {227}, {25, 26, 229}},  // LoadID 80
    {\"Ólommentes Benzin\", true, 16.85, PCV_TruckerFluidsTrailer, {8, 25}, {300}},  // LoadID 81
    {\"Kõ olaj\", true, 15.81, PCV_TruckerFluidsTrailer, {8, 25}, {301}},  // LoadID 82
    {\"Föld Gáz\", true, 15.92, PCV_TruckerFluidsTrailer, {302}, {8, 26}},  // LoadID 83
    {\"Fúró Fejek\", true, 17.85, PCV_TruckerCargoTrailer, {302, 303}, {23, 36, 63}}  // LoadID 84
   
};
 
// This function returns a string (array) that holds all ProductID\'s that are linked to a certain vehicletype (and player class)
stock Product_GetList(PCV_Needed, &NumProducts)
{
// Setup local variables
new ProductList[50];
// Loop through all products
for (new i; i < sizeof(ALoads); i++)
{
// Check if there aren\'t 50 products found (and added to the ProductList) yet
if (NumProducts < 50)
{
   // Check if the current product has the same PCV_Needed
   if (ALoads[PCV_Required] == PCV_Needed)
   {
      // Add the ProductID to the ProductList
      ProductList[NumProducts] = i;
      // Increase the counter NumProducts
      NumProducts++;
   }
}
}
// Return the ProductList
return ProductList;
}
// This function returns a random products for the given vehicletype (and player class)
stock Product_GetRandom(PCV_Needed)
{
// Setup local variables
new ProductList[50], NumProducts;
// Get the entire product-list for this vehicle and class, and also the amount of products
ProductList = Product_GetList(PCV_Needed, NumProducts);
// Get a random product from this list and return it
return ProductList[random(NumProducts)];
}
// This function returns a random startlocation from the given product (load)
stock Product_GetRandomStartLoc(ProductID)
{
// Setup local variables
new NumProducts;
// First find out how many valid start-locations there are in this product
for (new i; i < 30; i++)
{
// If the product has a valid location in this index
if (ALoads[ProductID][FromLocations] != 0)
    NumProducts++; // Count the number of valid start-locations
else // A start-location with ID 0 has been found (dummy-location)
    break; // Stop counting
}
// Return the LocationID that\'s stored at a random index
return ALoads[ProductID][FromLocations][random(NumProducts)];
}
// This function returns a random endlocation from the given product (load)
stock Product_GetRandomEndLoc(ProductID)
{
// Setup local variables
new NumProducts;
// First find out how many valid end-locations there are in this product
for (new i; i < 30; i++)
{
// If the product has a valid location in this index
if (ALoads[ProductID][ToLocations] != 0)
    NumProducts++; // Count the number of valid end-locations
else // An end-location with ID 0 has been found (dummy-location)
    break; // Stop counting
}
// Return the LocationID that\'s stored at a random index
return ALoads[ProductID][ToLocations][random(NumProducts)];
}

123
Segítségkérés / OnPlayerText
« Dátum: 2013. Április 16. - 17:59:20 »
Üd. Lehet 2x az  OnPlayerText?? Mert errort ír
 
D:\\GTA modok\\Mod\\2ppc2\\ppc\\filterscripts\\id.pwn(16) : error 021: symbol already defined: \"OnPlayerText\"
Pawn compiler 3.2.3664           Copyright (c) 1997-2006, ITB CompuPhase
 
1 Error.

 

// This is a comment
// uncomment the line below if you want to write a filterscript
//#define FILTERSCRIPT
#include <a_samp>
#include <sscanf2>
#include <streamer>
#include <zcmd>
public OnPlayerText(playerid, text[])
{
new estr[128];
format( estr , 128 , \"{ffae00}[%i]{faf8f2}%s\" , playerid , text );
SendPlayerMessageToAll( playerid , estr );
return 0;
}
public OnPlayerText( playerid, text[  ] ) {
            new iDots, iDDs, iNums;
            for( new l = strlen( text ), p; p < l; ++p ) {
                if( text[ p ] == \'.\' ) ++iDots;
                if( text[ p ] == \':\' ) ++iDDs;
                if( \'0\' <= text[ p ] <= \'9\' ) ++iNums;
            }
            if( iDots == 3 && iDDs == 1 && iNums >= 10 ) {
                SendClientMessage( playerid, 0xFF0000AA, \"Ne itt reklámozz!\" );
                return 0;
            }
            return 1;
    }
CMD:text(playerid, params[])
{
new id, txt[128];
if (sscanf(params, \"us[128]\", id, txt)) SendClientMessage(playerid, 0xFF0000AA, \"Használat: /text [id] [szöveg]\");
if (id == INVALID_PLAYER_ID) SendClientMessage(playerid, 0xFF0000AA, \"Nincs ilyen játékos!\");
GameTextForPlayer(id, txt, 1500, 3);
return 1;
}
CMD:fegyvertad65(playerid, params[])
{
new id, fegyoid, tolteny;
if (sscanf(params, \"udd\", id, fegyoid, tolteny)) SendClientMessage(playerid, 0xFF0000AA, \"Használat: /fegyvertad id fegyoid [töltény]\");
else if (id == INVALID_PLAYER_ID) SendClientMessage(playerid, 0xFF0000AA, \"Nincs ilyen játékos!\");
else
{
GivePlayerWeapon(id, fegyoid, tolteny);
SendClientMessage(id, 0x00FF00AA, \"Gyilkos adott neked fegyót!\");
SendClientMessage(playerid, 0x00FF00AA, \"Adtál néki fegyót!\");
}
return 1;
}
CMD:textall(playerid, params[])
{
new txt[128];
if (sscanf(params, \"s[128]\", txt)) SendClientMessage(playerid, 0xFF0000AA, \"Használat: /text [szöveg]\");
GameTextForAll(txt, 3000, 3);
return 1;
}

124
Szkript kérések / kapu/srompó
« Dátum: 2013. Április 15. - 16:50:07 »
Üdv. Valaki tudna adni egy 20 férõhelyes kapu scriptet és 20 férõhelye sorompó scriptet?

125
Szkript kérések / Antihirdetés
« Dátum: 2013. Április 15. - 15:05:20 »
Tudnátok adni egy antihirdetés scriptet de olyan legyen hogy IP bant adjon ha hirdetnek.Elõre is köszi

126
Szkript kérések / Admin
« Dátum: 2013. Április 13. - 22:58:23 »
Üdv. Tudnátok adni olyan scriptet amiben az adminok vannak de ez olyan legyen mikor ír az admin akkor cheatban ki írja a neve mellett a rangját plc kocak lesz a nén kocka:Tulaj 6lvl-ig legyen számozva ha lehet..

127
Segítségkérés / Mute hiba
« Dátum: 2013. Április 12. - 19:34:02 »
Mért nem némítsa le a playert? Mi a hiba benne?
 
COMMAND:mute(playerid, params[])
{
// Setup local variables
new Msg[128], Name[24], AdminName[24], Reason[128], OtherPlayer;
// Send the command to all admins so they can see it
SendAdminText(playerid, \"/mute\", params);
// Check if the player has logged in
if (APlayerData[playerid][LoggedIn] == true)
{
// Check if the player\'s admin-level is at least 1
if (APlayerData[playerid][PlayerLevel] >= 1)
{
   if (sscanf(params, \"us[128]\", OtherPlayer, Reason)) SendClientMessage(playerid, 0xFF0000AA, \"Usage: \\\"/mute <OtherPlayer> <Reason>\\\"\");
   else
   {
      // Check if the otherplayer is online
      if (IsPlayerConnected(OtherPlayer))
      {
         // Get the player-names
         GetPlayerName(playerid, AdminName, sizeof(AdminName));
         GetPlayerName(OtherPlayer, Name, sizeof(Name));
         // Mute the other player
         APlayerData[OtherPlayer][Muted] = true;
         // Let the other player know that he has been muted
         format(Msg, 128, \"{FF0000}Te némítva lettél by {FFFF00}%s {FF0000}for {FFFF00}%s\", AdminName, Reason);
         SendClientMessage(OtherPlayer, 0xFFFFFFFF, Msg);
         // Let the admin know who he has muted
         format(Msg, 128, \"{00FF00}Némítva vagy {FFFF00}%s\", Name);
         SendClientMessage(playerid, 0xFFFFFFFF, Msg);
         // Save the player-stats
         PlayerFile_Save(OtherPlayer);
      }
      else
          SendClientMessage(playerid, 0xFFFFFFFF, \"{FF0000}NIncs ilyen játékos\");
   }
}
else
    return 0;
}
else
    return 0;
// Let the server know that this was a valid command
return 1;
}

128
Segítségkérés / Hibás szöveg
« Dátum: 2013. Április 09. - 21:05:42 »
Hello. Ezt a szöveget mért nem írja ki a rendõrnek ? Pedig a módba is benne van  és a PPC_Deftexts incbe is 
\"~r~\'RMB\'~w~ megbünteted a játékost ~r~\'LCTRL\'~w~ jelzed neki hogy áljon meg

129
Segítségkérés / Time
« Dátum: 2013. Április 07. - 18:28:40 »
Üdv. Valaki meg tudná csinálni hogy a másodpercet is ki írja Óra/perc/másodperc?? Így szeretném ha valaki tud segíteni!
 
//
// Keeps the in game time synced to the server\'s time and
// draws the current time on the player\'s hud using a textdraw/
// (1 minute = 1 minute real world time)
//
//  Kye 2009
#include <a_samp>
#pragma tabsize 0
//--------------------------------------------------
new Text:txtTimeDisp;
new hour, minute;
new timestr[32];
forward UpdateTime();
//--------------------------------------------------
 
public UpdateTime()
{
    gettime(hour, minute);
      format(timestr,32,\"%02d:%02d\",hour,minute);
      TextDrawSetString(txtTimeDisp,timestr);
      
      SetWorldTime(hour);
      
new x=0;
while(x!=MAX_PLAYERS) {
    if(IsPlayerConnected(x) && GetPlayerState(x) != PLAYER_STATE_NONE) {
        SetPlayerTime(x,hour,minute);
 }
 x++;
}
}
//--------------------------------------------------
public OnGameModeInit()
{
// Init our text display
txtTimeDisp = TextDrawCreate(605.0,25.0,\"00:00\");
TextDrawUseBox(txtTimeDisp, 0);
TextDrawFont(txtTimeDisp, 2);
TextDrawSetShadow(txtTimeDisp,0); // no shadow
    TextDrawSetOutline(txtTimeDisp,2); // thickness 1
    TextDrawBackgroundColor(txtTimeDisp,0x000000FF);
    TextDrawColor(txtTimeDisp,0xFFFFFFFF);
    TextDrawAlignment(txtTimeDisp,3);
TextDrawLetterSize(txtTimeDisp,0.5,1.5);
UpdateTime();
SetTimer(\"UpdateTime\",1000 * 60,1);
return 1;
}
//--------------------------------------------------
public OnPlayerSpawn(playerid)
{
TextDrawShowForPlayer(playerid,txtTimeDisp);
gettime(hour, minute);
SetPlayerTime(playerid,hour,minute);
return 1;
}
//--------------------------------------------------
public OnPlayerDeath(playerid, killerid, reason)
{
    TextDrawHideForPlayer(playerid,txtTimeDisp);
return 1;
}
//--------------------------------------------------
public OnPlayerConnect(playerid)
{
    gettime(hour, minute);
    SetPlayerTime(playerid,hour,minute);
    return 1;
}
//--------------------------------------------------

130
Segítségkérés / Fuvar hiba
« Dátum: 2013. Április 05. - 20:45:50 »
Üdv. Valami van ezzel a fuvarral nem adja be a lerakodási pontot hol lehet benne a hiba?(ppc módba) Sorba kellene rakni a rakodási pontot és a lerakodási pontot? Pedig az elõtt jó volt adni akartam volna hozzá fuvart oszt nem adja be a lerakodó helyt
PPC_DefLoads
 
// Setup a custom type that holds all data about a load
enum TLoad
{
LoadName[50], // The name of the load
bool:Mafia, // Holds \"true\" if this load is wanted by the mafia
Float:PayPerUnit, // Holds the price for every meter to haul this type of load (this gets multiplied by the distance to calculate the payment)
PCV_Required, // This holds the vehicle-type the player needs to use this load (and automatically the player\'s class)
FromLocations[30], // This array holds all loading-points for this load
ToLocations[30] // This array holds all unloading-points for this load
}
new ALoads[][TLoad] =
{
// LoadName, MafiaLoad, PayPerUnit, VehicleNeeded, From-Locations, To-Locations
// Dummy Load (never used)
{\"Dummy\", false, 0.00, 0, {0}, {0}}, // LoadID 0 114+
// Loads for ore trailer
{\"Kõ\", false, 14.10, PCV_TruckerOreTrailer, {11, 215}, {1, 2, 3}}, // LoadID 1
{\"Homok\", false, 16.10, PCV_TruckerOreTrailer, {12}, {1, 2, 3, 4, 5}}, // LoadID 2
{\"Szikla\", false, 15.10, PCV_TruckerOreTrailer, {11}, {1, 2, 3, 4, 5}}, // LoadID 3
{\"Szén\", false, 14.10, PCV_TruckerOreTrailer, {12}, {6, 7, 8}}, // LoadID 4
{\"Érc\", false, 17.00, PCV_TruckerOreTrailer, {12}, {6, 9}}, // LoadID 5
{\"Napló\", false, 14.10, PCV_TruckerOreTrailer, {13}, {7, 10}}, // LoadID 6
{\"Faapriték\", false, 12.10, PCV_TruckerOreTrailer, {10}, {14}}, // LoadID 7
{\"Szemét\", false, 13.10, PCV_TruckerOreTrailer, {6, 15, 16}, {17, 18, 19}}, // LoadID 8
{\"Törmelék\", false, 15.10, PCV_TruckerOreTrailer, {17, 19}, {6, 18, 20}}, // LoadID 9
{\"Takarmány\", false, 14.10, PCV_TruckerOreTrailer, {21, 22}, {18, 23, 24}}, // LoadID 10
// Loads for liquids trailer
{\"Benzin\", true, 14.70, PCV_TruckerFluidsTrailer, {8, 25, 26}, {27, 28, 29, 30, 31, 32, 33, 34, 115, 207}}, // LoadID 11
{\"Gázolaj\", true, 14.00, PCV_TruckerFluidsTrailer, {8, 25, 26}, {27, 28, 29, 30, 31, 32, 33, 34, 115, 207}}, // LoadID 12
{\"Repülõgépi benzin\", true, 15.00, PCV_TruckerFluidsTrailer, {8, 25, 26}, {35, 36, 252}},  // LoadID 13
{\"Olaj\", false, 16.20, PCV_TruckerFluidsTrailer, {8, 25, 26, 200}, {6, 27, 28, 29, 30, 31, 32, 33, 34, 115, 207}}, // LoadID 14
{\"Folyékony Nitrogén\", false, 14.00, PCV_TruckerFluidsTrailer, {37, 38}, {39, 40}}, // LoadID 15
{\"Vegyszerek\", false, 15.00, PCV_TruckerFluidsTrailer, {37}, {6, 15, 39, 40}}, // LoadID 16
{\"Viz\", false,15.00, PCV_TruckerFluidsTrailer, {37, 208}, {15, 40, 41}}, // LoadID 17
{\"Zsir\", false, 14.00, PCV_TruckerFluidsTrailer, {8, 25}, {6, 10, 14, 42}}, // LoadID 18
{\"Trágya\", false, 15.00, PCV_TruckerFluidsTrailer, {37, 38}, {21, 22}}, // LoadID 19
{\"Tej\", false, 15.00, PCV_TruckerFluidsTrailer, {21, 22}, {43, 44, 45}}, // LoadID 20
{\"Sör\", true, 14.00, PCV_TruckerFluidsTrailer, {41}, {44, 46}}, // LoadID 21
{\"Ethanol\", false, 15.00, PCV_TruckerFluidsTrailer, {37, 41}, {26, 39, 40, 115, 207}}, // LoadID 22
// Loads for cargo trailer
{\"Élelmiszer\", false, 14.20, PCV_TruckerCargoTrailer, {7, 44, 47, 48}, {49, 50, 51, 52, 53}}, // LoadID 23
{\"Üditõ\", false, 16.20, PCV_TruckerCargoTrailer, {15, 54, 55}, {49, 50, 51, 52, 53}}, // LoadID 24
{\"Dobozos sör\", true, 13.20, PCV_TruckerCargoTrailer, {56}, {57, 58, 59, 60, 61}}, // LoadID 25
{\"Luxus cikkek\", false, 17.20, PCV_TruckerCargoTrailer, {24, 55}, {47, 48, 50}},  // LoadID 26
{\"Elektronika\", true, 15.20, PCV_TruckerCargoTrailer, {7, 24, 48}, {50, 51, 62, 63}}, // LoadID 27
{\"Sport ruházat\", false, 14.20, PCV_TruckerCargoTrailer, {47, 48, 210}, {50, 53, 57}}, // LoadID 28
{\"Boards\", false, 15.20, PCV_TruckerCargoTrailer, {10}, {4, 7, 18, 22}}, // LoadID 29
{\"Épitöanyagok\", false, 16.20, PCV_TruckerCargoTrailer, {4}, {1, 2, 3, 5}}, // LoadID 30
{\"Állatok\", false, 19.20, PCV_TruckerCargoTrailer, {21, 22}, {23, 43, 47}}, // LoadID 31
{\"Hús\", false, 15.20, PCV_TruckerCargoTrailer, {43}, {44, 49, 50, 51, 52, 53}}, // LoadID 32
{\"Papir\", false, 16.20, PCV_TruckerCargoTrailer, {14}, {9, 62, 253}}, // LoadID 33
// Loads for cement truck
{\"Cement\", false, 16.40, PCV_TruckerCementTruck, {12}, {1, 2, 3, 4}}, // LoadID 34
// Loads for truckers without trailer
{\"Élelmiszer\", false, 15.300, PCV_TruckerNoTrailer, {7, 44, 47, 48}, {49, 50, 51, 52, 53}}, // LoadID 35
{\"Üditõ\", false, 14.30, PCV_TruckerNoTrailer, {15, 54, 55}, {49, 50, 51, 52, 53}}, // LoadID 36
{\"Dobozos sör\", true, 15.30, PCV_TruckerNoTrailer, {56}, {57, 58, 59, 60, 61}},  // LoadID 37
{\"Luxus Cikkek\", false, 16.30, PCV_TruckerNoTrailer, {24, 55}, {47, 48, 50}}, // LoadID 38
{\"Elektronika\", true, 17.30, PCV_TruckerNoTrailer, {7, 24, 48}, {50, 51, 62, 63}}, // LoadID 39
{\"Sport ruházat\", false, 15.30, PCV_TruckerNoTrailer, {47, 48}, {50, 53, 57}},  // LoadID 40
{\"Boards\", false, 16.30, PCV_TruckerNoTrailer, {10}, {4, 7, 18, 22}}, // LoadID 41
{\"Épitõanyagok\", false, 17.30, PCV_TruckerNoTrailer, {4}, {1, 2, 3, 5}}, // LoadID 42
{\"Állatok\", false, 14.30, PCV_TruckerNoTrailer, {21, 22}, {23, 43, 47}}, // LoadID 43
{\"Hús\", false, 15.30, PCV_TruckerNoTrailer, {43}, {44, 49, 50, 51, 52, 53}}, // LoadID 44
{\"Papir\", false, 16.30, PCV_TruckerNoTrailer, {14}, {9, 62}}, // LoadID 45
// Loads for pilots
{\"Utasok\", false, 16.40, PCV_PilotPlane, {210, 211, 214, 215, 219, 220, 223}, {210, 211, 214, 215, 219, 220, 223}}, // LoadID 46 +89
{\"Nehéz szállitmany\", false, 15.40, PCV_PilotPlane, {212, 213, 216, 217, 218, 221, 222, 224}, {212, 213, 216, 217, 218, 221, 222, 224}}, // LoadID 47
{\"Utasok\", false, 14.40, PCV_PilotHelicopter, {210, 211, 214, 215, 219, 220, 223}, {210, 211, 214, 215, 219, 220, 223}}, // LoadID 48
// Loads for mafia
{\"Élelmiszer\", false, 15.22, PCV_MafiaVan, {7, 44, 47, 48}, {49, 50, 51, 52, 53}}, // LoadID 49
{\"Üditõ\", false, 12.55, PCV_MafiaVan, {15, 54, 55}, {49, 50, 51, 52, 53}}, // LoadID 50
{\"Dobozos Sör\", true, 4.15, PCV_MafiaVan, {56}, {57, 58, 59, 60, 61}},  // LoadID 51
{\"Luxus Cikkek\", false, 17.00, PCV_MafiaVan,  {24, 55}, {47, 48, 50}}, // LoadID 52
{\"Elektronika\", true, 16.35, PCV_MafiaVan, {7, 24, 48}, {50, 51, 62, 63}}, // LoadID 53
{\"Sport Ruházat\", false, 15.60, PCV_MafiaVan, {47, 48}, {50, 53, 57}}, // LoadID 54
{\"Boards\", false, 14.40, PCV_MafiaVan, {10}, {4, 7, 18, 22}}, // LoadID 55
{\"Épitöanyagok\", false, 15.50, PCV_MafiaVan, {4}, {1, 2, 3, 5}}, // LoadID 56
{\"Állatok\", false, 12.25, PCV_MafiaVan, {21, 22}, {23, 43, 47}}, // LoadID 57
{\"Hús\", false, 13.20, PCV_MafiaVan, {43}, {44, 49, 50, 51, 52, 53}}, // LoadID 58
{\"Papir\", false, 14.00, PCV_MafiaVan, {14}, {9, 62}}, // LoadID 59
//Loads for Dumperes
{\"Salak\", false, 14.00, PCV_DumperVan, {191, 197, 199, 214, 218}, {194, 195, 196, 198, 216, 217}}, // LoadID 60
{\"Kox\", false, 15.00, PCV_DumperVan, {193, 213}, {190}}, // LoadID 61
    // Loads for liquids trailer
{\"Disel Olaj\", true, 15.82, PCV_TruckerFluidsTrailer, {8, 207}, {30, 32, 219, 228, 247, 251, 252}},  // LoadID 62
{\"Sóder\", true, 15.80, PCV_TruckerOreTrailer, {11, 12}, {30}},  // LoadID 63
{\"Klórozott víz\", true, 15.83, PCV_TruckerFluidsTrailer, {40, 221}, {222}},  // LoadID 63
{\"Ólommentes Benzin\", true, 15.85, PCV_TruckerFluidsTrailer, {8, 25}, {32, 207, 223, 252}},  // LoadID 64
{\"Konténerek\", false, 14.20, PCV_TruckerCargoTrailer, {7, 44}, {209, 211, 221}}, // LoadID 65
    {\"Kõ olaj\", true, 15.81, PCV_TruckerFluidsTrailer, {25, 225}, {8, 26}},  // LoadID 66
    {\"Föld Gáz\", true, 15.92, PCV_TruckerFluidsTrailer, {226}, {8, 26}},  // LoadID 67
    {\"Fúró Fejek\", true, 17.85, PCV_TruckerCargoTrailer, {17}, {23, 36, 63}},  // LoadID 68
    {\"Bio Ethanol\", true, 19.83, PCV_TruckerFluidsTrailer, {8}, {30, 36, 226}},  // LoadID 69
    {\"Nitrátok\", true, 18.88, PCV_TruckerCargoTrailer, {8, 227}, {25, 56, 228}},  // LoadID 70
    {\"Olajos Hordók\", true, 17.82, PCV_TruckerCargoTrailer, {229}, {36, 200, 227, 250}},  // LoadID 71
    {\"Broshordók\", true, 17.80, PCV_TruckerCargoTrailer, {229}, {18, 22, 44, 250}},  // LoadID 72
    {\"Alkatrészek\", true, 20.82, PCV_TruckerCargoTrailer, {48}, {53, 44, 230}},  // LoadID 73
    {\"Golfütõk\", true, 18.82, PCV_TruckerCargoTrailer, {48, 55}, {62, 231}},  // LoadID 74
    {\"Fürdõruhák\", true, 16.96, PCV_TruckerCargoTrailer, {50, 55, 56}, {57, 233}},  // LoadID 75
    {\"Tégla\", true, 16.94, PCV_TruckerCargoTrailer, {212}, {209, 211, 233}},  // LoadID 76
    {\"Vakolat\", false, 12.40, PCV_TruckerCementTruck, {12}, {1, 2, 3, 234}}, // LoadID 77
    {\"Törmelék\", true, 15.00, PCV_DumperVan, {191, 193, 198}, {235}}, // LoadID 78
    {\"Arany rudak\", true, 14.00, PCV_MafiaVan, {14}, {246, 50}}, // LoadID 79 aha lehet megvan
    {\"Kerozin\", true, 15.82, PCV_TruckerFluidsTrailer, {8, 225}, {25, 27, 32, 247, 252, 225, 247, 252}}, // LoadID 80
    {\"Halak\", false, 16.94, PCV_TruckerCargoTrailer, {34, 43}, {248, 44 ,51, 53}},  // LoadID 81
    {\"Katonai Fegyverek\", true, 16.94, PCV_TruckerCargoTrailer, {63}, {249, 44, 51}},  // LoadID 82
    {\"Vegyianyagok\", true, 15.84, PCV_TruckerFluidsTrailer, {25, 250}, {8, 39, 40}},  // LoadID 83
      {\"Papír Dobozok\", false, 16.94, PCV_TruckerCargoTrailer, {14, 253}, {59, 60, 62, 230}}  // LoadID 84
};

 
PPC_Loction
 
// Setup a custom type that holds all data about a location on the map (used for missions)
//{\"asd1\",256.8013,2985.9453,-1.0002}, //vascsövek R 147
//{\"asd2\",248.8672,2984.9473,-0.7812}, //Tégla R 148
//{\"asd3\",241.9697,2984.0647,-0.9437}, // Benzin hordóba R 149
//{\"asd4\",234.0562,2986.1377,-1.1707}, //Betonbhengerek R 150
//{\"asd5\",268.9752,2936.4092,0.0430}, //Vasgerendák R 151
//{\"asd6\",2521.5381,509.2180,-0.2678}, //Benzin hordóba LR 152
//{\"asd7\",2505.6594,509.2868,-0.4027}, //Benzin R 153
//{\"asd8\",2532.2507,502.0985,-0.4684}, //vasgerendák LR 154
//{\"asd9\",2539.8274,488.7192,-0.4902}, //Betinhenger LR 155
//{\"asd10\",2539.5398,469.2506,-0.4314}, //Vascsövek LR 156
//   {\"asd11\",-168.1920,-5437.8105,-0.7527}, //Benzin LR 157
//   {\"asd12\",-162.4490,-5463.3516,-1.1361}, //Benzin hordóba R 158
//   {\"asd13\",-149.1858,-5498.9072,-0.0908}, //Betonhenger R 159
////   {\"asd14\",-158.9667,-5496.6270,-0.2407}, //Vasgerendák R 160
//   {\"asd15\",-162.7208,-5426.9897,-1.3655}, //Benzin LR 161
//   {\"asd16\",251.6559,3039.8398,-0.7278}, //Benzin LR 162
enum TLocation
{
LocationName[50], // The name of the location
Float:LocX, // The X-position of the location
Float:LocY, // The Y-position of the location
Float:LocZ // The Z-position of the location
}
// Setup an array that holds all location-data (except taxi and busdriver classes, these have their own locations)
new ALocations[][TLocation] =
{
// LocationName, LocationX, LocationY, LocationZ
{\"Dummy location\", 0.0, 0.0, 0.0}, // Location 0 = dummy location (never used)
{\"LS Épitkezés\", 1859.0, -1314.0, 14.0}, // Location 1
{\"SF Épitkezés\", -2083.0, 209.0, 35.5}, // Location 2
{\"LV Épitkezés\", 2708.0, 878.0, 10.0}, // Location 3
{\"Avery Épitkezés\", 312.25, -233.75, 1.6}, // Location 4
{\"Clown\'s Pocket Constr.\", 2467.0, 1923.0, 9.8}, // Location 5
{\"Solarin Industries\", -1822.5, 41.25, 15.25}, // Location 6
{\"Blueberry Truck Terminal\", 52.75, -278.0, 1.7}, // Location 7
{\"KACC Üzemanyaggyár\", 2529.5559,2733.0906,10.3130}, // Location 8
{\"SA Federal Mint\", -2441.0, 521.5, 30.0}, // Location 9
{\"Angel Pine Sawmill\", -1965.75, -2436.0, 30.7}, // Location 10
{\"Quarry\", 587.25, 844.75, -42.5}, // Location 11
{\"Bánya\", 370.0, 874.0, 20.5}, // Location 12
{\"Easter Bay Lumberyard\", -763.5, -136.0, 65.7}, // Location 13
{\"LS Papermill\", 2331.5, -2071.5, 13.6}, // Location 14
{\"Sprunk Factory\", 1334.75, 287.0, 19.6}, // Location 15
{\"SF Medical Center\", -2607.0, 684.0, 27.9}, // Location 16
{\"Angel Pine Junkyard\", -1873.0, -1685.0, 21.8}, // Location 17
{\"LV Freight Depot\", 599.5, 1224.75, 11.8}, // Location 18
{\"LS Garbage Compound\", 2181.0, -1980.5, 13.6}, // Location 19
{\"LV Industrial Estate\", 1635.75, 750.5, 11.0}, // Location 20
{\"EasterBoard Farm\", -69.5, -35.75, 3.2}, // Location 21
{\"SF Hill Farm\", -1423.5, -1469.0, 101.7}, // Location 22
{\"Pecker\'s Feed & Seed\", -310.5, 2669.5, 62.7}, // Location 23
{\"San Fierro Port\", -1691.0, 31.5, 3.6}, // Location 24
{\"LV Refinery\", 262.5, 1453.75, 10.6}, // Location 25
{\"LS Refinery\", 2484.0, -2085.0, 13.6}, // Location 26
{\"Countryside Gas Station\", -86.0, -1192.75, 2.0}, // Location 27
{\"SF Xoomer Gas Station\", -1659.0, 444.0, 7.2}, // Location 28
{\"SF Gas Station\", -2421.5, 953.25, 45.3}, // Location 29
{\"LS Going Station\", 1926.0, -1791.5, 13.5}, // Location 30
{\"Xoomer Gas Station\", -1488.75, 1875.25, 32.7}, // Location 31
{\"Whetstone Gas Station\", -1629.0, -2700.0, 48.6}, // Location 32
{\"Desert Gas Station\", -1309.5, 2703.75, 50.1}, // Location 33
{\"Dilimore Gas Station\", 664.5, -583.75, 16.4}, // Location 34
{\"Abandoned Airport Fuel\", 387.9, 2590.25, 16.5}, // Location 35
{\"San Fierro International\", -1152.25, -146.5, 14.2}, // Location 36
{\"Easter Bay Chemical\", -1033.75, -625.25, 32.1}, // Location 37
{\"LS Ocean Docks\", 2466.0, -2219.25, 13.6}, // Location 38
{\"Bioengineering Corp.\", 1347.5, 349.5, 20.0}, // Location 39
{\"Greenglass College\", 999.0, 1086.75, 11.0}, // Location 40
{\"Fleischberg Brewery\", -149.75, -220.25, 1.5}, // Location 41
{\"Bayside Boatyard\", -2430.75, 2310.5, 5.0}, // Location 42
{\"LV Butcher\", 977.5, 2096.75, 11.0}, // Location 43
{\"SF Catering LTD\", -1945.75, -1073.5, 31.0}, // Location 44
{\"LS Donut shop\", 1025.75, -1355.0, 13.8}, // Location 45
{\"Porter\'s House\", 2439.75, 114.5, 26.5}, // Location 46
{\"Chuckup LTD\", 1470.5, 1017.5, 10.9}, // Location 47
{\"LS Warehouse\", 2178.5, -2279.75, 13.6}, // Location 48
{\"SF Supa Save\", -2463.5, 782.0, 35.2}, // Location 49
{\"Verona Mall\", 1044.75, -1548.75, 13.6}, // Location 50
{\"Las Venturas Mall\", 2867.25, 2586.0, 10.7}, // Location 51
{\"Vank Hoff Hotel\", -2490.75, 337.5, 33.4}, // Location 52
{\"Emerald Mall\", 2056.75, 2251.25, 10.7}, // Location 53
{\"LS Ocean Docks\", 2574.25, -2223.75, 13.4}, // Location 54
{\"Bayside Warehouse\", -2285.0, 2281.5, 5.0}, // Location 55
{\"Fleischberg Brewery\", -18.5, -282.0, 5.5}, // Location 56
{\"Las Venturas Stadium\", 1377.5, 2245.75, 10.9}, // Location 57
{\"P. Creek General Store\", 2318.0, -92.5, 26.5}, // Location 58
{\"LV Dirtring Stadium\", 1112.0, 1451.75, 5.9}, // Location 59
{\"The Pleasure Domes\", -2697.0, 1402.5, 7.2}, // Location 60
{\"4 Dragons Casino\", 1903.75, 960.5, 10.9}, // Location 61
{\"SF Financial Center\", -2039.5, 467.5, 35.2}, // Location 62
{\"Area 69\", 134.54, 1945.79, 19.00}, // Location 63
{\"Bayside szeméttelep\", -2369.1785,2400.6396,8.0003}, //64
{\"Bayside1\",-2522.5625,2356.9229,4.9846}, //153
{\"Bayside2\",-2610.0659,2342.2822,8.3864}, //154
{\"Bayside3\",-2462.8801,2518.6101,16.8213}, //155
{\"Bayside4\",-2253.7051,2365.8013,4.9899}, //156
    {\"Bayside5\",-2530.8037,2291.3586,4.9844}, //157
    {\"LV szeméttelep\",2818.1975,2706.9407,10.8203}, //158
    {\"LV1\",2552.5693,2238.5203,10.5255},//159
    {\"LV2\",2522.3423,2321.7043,10.5278},//160
    {\"LV3\",2377.4163,2238.8933,10.5252},//161
    {\"LV4\",2259.1077,2286.0381,10.4531},//162
    {\"LV5\",1661.1730,2167.6858,10.5234},//163
    {\"LV6\",1700.4750,1268.6523,10.5211},//164
    {\"LV7\",2656.2083,1948.5350,10.5242},//165
    {\"LV8\",2776.8896,2532.0505,10.6020},//166
    {\"LV9\",2816.3018,2599.6528,10.6003},//167
    {\"SF szeméttelep\",-2553.0466,1437.6163,7.1172},//168
    {\"SF1\",-2581.3083,1359.8815,6.7418},//169
    {\"SF2\",-2408.4863,1385.0991,6.7359},//170
    {\"SF3\",-2272.2361,1342.5118,6.7308},//171
    {\"SF4\",-2153.2231,1340.6471,6.7376},//172
    {\"SF5\",-2074.6001,1327.4072,6.6678},//173
    {\"SF6\",-2280.8618,1221.4768,48.4237},//174
    {\"SF7\",-2243.6975,1169.6740,55.4030},//175
    {\"SF8\",-2274.0750,1036.7260,83.3913},//176
    {\"SF9\",-2377.1621,804.5245,34.6474},//177
    {\"SF10\",-2531.3960,720.8549,27.7312},//178
    {\"SF11\",-2529.9722,837.2560,49.4822},//179
    {\"SF12\",-2521.6343,896.4390,64.3978},//180
    {\"SF13\",-2532.5212,936.2451,64.6347},//181
    {\"SF14\",-2532.1404,1084.2366,55.3450},//182
    {\"Angel Pine szeméttelep\",-1873.5803,-1674.6334,21.3749},//183
    {\"Angel Pine1\",-2135.3667,-2256.2854,30.2569},//184
    {\"Angel Pine2\",-2092.8357,-2349.2297,30.2498},//185
    {\"Angel Pine3\",-2114.2915,-2428.8147,30.1685},//186
    {\"Angel Pine4\",-2104.8149,-2453.9885,30.2497},//187
    {\"Angel Pine5\",-2099.0439,-2483.3933,30.2508},//188
    {\"Angel Pine6\",-2142.6299,-2466.4949,30.2500},//189
    {\"Angel Pine7\",-2131.0679,-2453.9861,30.2487},//190
    {\"Angel Pine8\",-2182.2371,-2451.9690,30.0947},//191
    {\"Angel Pine9\",-2174.2910,-2441.7822,30.0936},//192
    {\"Angel Pine10\",-2172.5564,-2427.7783,30.2499},//193
    {\"Angel Pine11\",-2214.5642,-2333.4319,30.2492},//194
    {\"LS szeméttelep\",2180.7380,-1982.5576,13.5514},//195
    {\"LS1\",2290.4746,-2118.2710,13.1719},//196
    {\"LS2\",1916.8707,-2122.2212,13.2108},//197
    {\"LS3\",1917.2539,-2086.6628,13.2053},//198
    {\"LS4\",2398.8982,-1726.4392,13.1870},//199
    {\"LS5\",2488.7932,-1682.4401,12.9603},//200
    {\"LS6\",2503.6223,-1660.6345,13.0183},//201
    {\"LS7\",2491.1909,-1657.2974,12.9858},//114
    {\"AngelPine GAS benzinkut\",-2251.4038,-2558.4998,31.8875}, // 115
 
{\"Busstop\", 1067.00, 1357.75, 10.7}, // Location 64
{\"Busstop\", 1324.75, 1190.75, 10.7}, // Location 65
{\"Busstop\", 1544.00, 1135.50, 10.7}, // Location 66
{\"Busstop\", 1603.50, 1130.50, 10.7}, // Location 67
{\"Busstop\", 1722.50, 1373.25, 10.5}, // Location 68
{\"Busstop\", 1714.25, 1421.75, 10.5}, // Location 69
{\"Busstop\", 1010.00, 1411.25, 10.7}, // Location 70
{\"Busstop\", 1726.50, 1481.75, 10.7}, // Location 71
{\"Busstop\", 1729.50, 1529.50, 10.7}, // Location 72
{\"Busstop\", 1705.00, 1965.00, 10.7}, // Location 73
{\"Busstop\", 1385.00, 1920.00, 10.7}, // Location 74
{\"Busstop\", 1335.25, 2055.50, 10.7}, // Location 75
{\"Busstop\", 1073.00, 2055.50, 10.7}, // Location 76
{\"Busstop\", 1502.25, 2055.50, 10.7}, // Location 77
{\"Busstop\", 1565.00, 2200.25, 10.7}, // Location 78
{\"Busstop\", 1636.25, 2175.50, 10.7}, // Location 79
{\"Busstop\", 1503.50, 2311.00, 10.7}, // Location 80
{\"Busstop\", 1564.75, 2345.75, 10.7}, // Location 81
{\"Busstop\", 1725.00, 2247.75, 10.7}, // Location 82
{\"Busstop\", 1894.50, 2175.50, 10.7}, // Location 83
{\"Busstop\", 1925.25, 2314.75, 10.7}, // Location 84
{\"Busstop\", 1925.25, 2115.75, 10.8}, // Location 85
{\"Busstop\", 2083.50, 2455.50, 10.7}, // Location 86
{\"Busstop\", 2285.00, 2315.00, 10.7}, // Location 87
{\"Busstop\", 2305.00, 2515.50, 10.7}, // Location 140
{\"Busstop\", 2392.00, 2415.50, 10.7}, // Location 89
{\"Busstop\", 2425.00, 2285.00, 10.7}, // Location 90
{\"Busstop\", 2449.75, 2235.50, 10.7}, // Location 91
{\"Busstop\", 2580.25, 2115.50, 10.7}, // Location 92
{\"Busstop\", 2447.50, 2055.50, 10.7}, // Location 93
{\"Busstop\", 2115.00, 755.50, 10.7}, // Location 94
{\"Busstop\", 2019.75, 750.50, 10.7}, // Location 95
{\"Busstop\", 1975.00, 775.50, 10.7}, // Location 96
{\"Busstop\", 1885.00, 770.75, 10.7}, // Location 97
{\"Busstop\", 1894.00, 635.75, 10.7}, // Location 150
{\"Busstop\", 1974.25, 631.00, 10.7}, // Location 99
{\"Busstop\", 2020.50, 670.50, 10.7}, // Location 100
{\"Busstop\", 2114.75, 675.75, 10.7}, // Location 101
{\"Busstop\", 1084.75, 1196.00, 10.7}, // Location 154
{\"Busstop 1 Bayside\", -2565.75, 2315.25,    4.83}, // Location 103
{\"Busstop 2 Bayside\", -2337.00, 2375.00,    5.59}, // Location 104
{\"Busstop 1 El Quebrados\", -1467.00, 2674.00,   55.68}, // Location 105
{\"Busstop 2 El Quebrados\", -1528.50, 2548.00,   55.68}, // Location 106
{\"Busstop 1 Las Barrancas\", -805.64, 1562.30,   26.96}, // Location 107
{\"Busstop 2 Las Barrancas\", -847.00, 1529.50,   21.66}, // Location 160
{\"Busstop Las Payasdas\", -269.00, 2625.75,   62.64}, // Location 109
{\"Busstop 1 Fort Carson\",  -45.37, 1200.68,   19.21}, // Location 110
{\"Busstop 2 Fort Carson\", -100.50, 1195.75,   19.58}, // Location 111
{\"Busstop 3 Fort Carson\", -249.50, 1016.00,   19.59}, // Location 112
{\"Busstop 1 Angel Pine\", -2169.75, -2305.75,   30.46}, // Location 113
{\"Busstop 2 Angel Pine\", -2098.25, -2499.50,   30.46}, // Location 114
{\"Busstop 1 Palomino Creek\", 2263.75,  -30.75,   26.33}, // Location 115
{\"Busstop 2 Palomino Creek\", 2461.75,    1.00,   26.33}, // Location 116
{\"Busstop 1 Montgomery\", 1288.50,  329.00,   19.40}, // Location 117
{\"Busstop 2 Montgomery\", 1286.75,  323.75,   19.40}, // Location 170
{\"Busstop 1 Dillimore\",  736.00, -527.50,   16.18}, // Location 119
{\"Busstop 2 Dillimore\",  736.00, -532.50,   16.18}, // Location 120
{\"SF Airport Gate\", -1337.94, -222.79,   14.14}, // ID = 121
{\"SF Airport Gate\", -1395.26, -104.20,   14.14}, // ID = 122
{\"SF Airport Cargo Bay\", -1337.16, -542.29,   14.14}, // ID = 123
{\"SF Airport Cargo Bay\", -1412.96, -579.85,   14.14}, // ID = 124
{\"LS Airport Gate\", 1747.04, -2441.04,   13.55}, // ID = 125
{\"LS Airport Gate\", 1902.16, -2350.11,   13.54}, // ID = 126
{\"LS Airport Cargo Bay\", 1889.10, -2625.49,   13.54}, // ID = 127
{\"LS Airport Cargo Bay\", 1754.74, -2622.69,   13.54}, // ID = 180
{\"LS Airport Cargo Bay\", 1617.61, -2622.30,   13.54}, // ID = 129
{\"LV Airport Gate\", 1564.77, 1536.77,   10.82}, // ID = 130
{\"LV Airport Gate\", 1569.85, 1358.58,   10.86}, // ID = 131
{\"LV Airport Cargo Bay\", 1307.41, 1324.01,   10.82}, // ID = 132
{\"LV Airport Cargo Bay\", 1308.47, 1361.32,   10.82}, // ID = 133
{\"Verdant Meadows Gate\", 392.13, 2531.27, 16.54}, // ID = 134
{\"Verdant Meadows Cargo Bay\", 291.08, 2525.75, 16.79}, // ID = 135
{\"TestRock\", 351.5, 1008.75, 28.4}, // ID = 136
{\"TestCP\", 344.75, 1020.5, 28.3}, // ID = 189
{\"Vasutállomás\",601.3481,1206.2527,11.7188}, // Kox Lerakodás 190
{\"Bánya fent\",371.9308,880.1357,20.3990}, // Location 191
{\"Bánya kapu\",866.5075,857.8689,13.3516}, // Location 192
{\"Bánya kapu\",893.1061,877.4375,13.3516}, // Location 193
{\"Salak depó\",613.5944,944.1698,-7.3731}, // Location 194
{\"Bánya osztályzó\",698.0740,842.7642,-27.6088}, // Location 195
{\"Bánya osztályzó\",684.3479,821.8713,-27.3116}, // Location 196
{\"Bánya lent\",510.0340,799.8667,-21.9453}, // Location 197
{\"Bánya Salakkiégetõ\",672.8630,895.4267,-40.3273}, // Location 198
{\"Bánya lent\",537.2725,907.2144,-42.9609}, // Location 199
{\"Furótorony\",2199.7324,-3754.1375,13.9547}, // Location 200
{\"San Fierró-i vonatmegálló\",-1946.3340,114.5342,25.7186}, // Location 201
{\"Los Santos-i vonatmegálló\",839.0564,-1391.2054,-1.6183}, // Location 202
{\"Los Santos-i vonatmegálló\",1773.7065,-1955.5391,13.5469}, // Location 203
{\"Külvárosi vonatmegálló\",2824.0334,93.2304,25.8723}, // Location 204
{\"Las Vegas-i vonatmegálló\",2866.7578,1301.0490,10.8203}, // Location 205
{\"Las Vegas-i vonatmegálló\",1404.5134,2634.2705,10.8203}, // Location 206
    {\"Lindes Side\",3643.6462,-2009.2200,2.4000}, // Location 207
    {\"Lindes Side\",-3082.7666,-1290.1460,12.2216}, // Location 208
    {\"Lindes Side\",3915.7109,-21.9978,7.4000}, // Location 209
    {\"Lindes Side\",4179.9336,-3056.9092,20.4598}, // Location 210
    {\"Fs Nevara\",4173.3496,-3351.6721,3.9688}, // Location 211
    {\"Fs Nevara Tüzép\",-4279.0981,-3320.5730,3.9688}, // Location 212
    {\"Lindes Side\",3580.9597,-3061.2158,8.3362}, // Location 213
    {\"Lindes Side\",3616.7778,-3080.0098,8.4690}, // Location 214
    {\"Lindes Side\",3398.7720,1066.1224,12.0023}, // Location 215
    {\"Lindes Side\",3368.9788,854.1220,15.4563}, // Location 216
    {\"Lindes Sidet\",347.4177,865.6387,15.1392}, // Location 217
    {\"Lindes Side\",3377.8752,915.6217,-0.0812}, // Location 218
    {\"Fs Nevara Sziget\",-4245.8931,-1107.3492,5.8216}, // Location 219
    {\"Fs Nevara Tüzép\",-4273.6577,-3327.9456,3.9688}, // Location 220
    {\"Fs Nevara Víz Tisztító\",-3091.1179,-1202.5186,12.2266}, // Location 221
    {\"LV Medence Klórozozz víz\",550.9822,-3074.8516,11.9688}, // Location 222
{\"LS Dock sziget Olaj kutak\",2594.5898,-4099.1489,13.7281}, // Location 223
{\"Fs Nevara Raktár\",-4438.3726,-3087.4868,6.9688}, // Location 224
{\"LS Olaj Finomító\",2138.7700,-3720.0791,14.0547}, // Location 225
{\"LS Sziget\",2458.4958,-4181.3550,13.8702}, // Location 226
{\"LS Olaj Raktár\",2607.3049,-4058.1902,13.7281},  // Location 227
{\"LV Kaszkabelesz Raktar\",4703.2256,2722.9180,12.2142}, // Location 228
{\"LV NEW Island\",5271.4155,1935.4825,2.7606}, // Location 229
    {\"LS Tuningolo\",-2713.0481,199.8991,4.3281}, // Location 230
    {\"AVISPA CLUB\",-2653.2632,-289.6893,7.5435}, // Location 231
    {\"AngelPine Reptér\",-2328.3274,-3685.2756,11.2172}, // Location 232
    {\"LS Fürdõ\",453.0037,-2861.6013,12.0219}, // Location 233
    {\"TIarra\",-686.5221,1737.4807,5.2829},  // Location 234
    {\"LV Blacfield\",1368.9734,766.3123,10.8203}, // Location 235
    {\"Tiarra\",-1217.0529,738.7878,10.8203}, // Location 246
    {\"SF Sziget\",-3645.4255,415.3175,3.3732}, // Location 247
    {\"LV Sziget\",4666.8052,2749.3372,12.1951}, // Location 248
    {\"SF Anya Hajó\",-4568.4912,609.7745,11.9891}, // Location 249
    {\"LV Sziget\",4739.7910,2745.9456,12.2019}, // Location 250
    {\"LV Kamionos raktár\",4722.0625,2871.2061,12.2156}, // Location 251
    {\"LV Benzinkút\",4923.7573,2343.3979,2.1828}, // Location 252
    {\"SF Raktár\",-4609.4683,412.0891,11.2766} // Location 253 hogy ezt a számot meghaladva
};

 
Elõre is köszönöm a segítséget.

131
Segítségkérés / Fûzés
« Dátum: 2013. Április 04. - 22:01:22 »
Üdv. Azzal a fordulok hozzátok hogy két scriptet össze tudna nekem fûzni  valaki az anti hírdetés és az ID mutatása a player neve mellett
Itt a hírdetés.
 
#include <a_samp>
 
new str[128];
 
public OnPlayerText(playerid, text[])
{
 
if(anty(text) && !IsPlayerAdmin(playerid))
{
format(str,256,\"***Player %s Bannolva lett a szerverrõl. Reason: Hrdetés IP / PAGE\",PlayerName(playerid));
SendClientMessageToAll(0xFF0000FF, str);
Ban(playerid);
return 0;
}
 
return 1;
}
stock anty(string[])
{
if(strfind(string,\"www.\",true)!=-1 || strfind(string,\"http://\",true)!=-1 || strfind(string,\".com\",true)!=-1 || strfind(string,\".net\",true)!=-1 || strfind(string,\"91.\",true)!=-1 || strfind(string,\"195.\",true)!=-1 || strfind(string,\".pl\",true)!=-1|| strfind(string,\".org\",true)!=-1)
return true;
return false;
}
 
stock PlayerName(playerid)
{
new name[MAX_PLAYER_NAME];
GetPlayerName(playerid, name, MAX_PLAYER_NAME);
return name;
}

 
 És az ID mutatás a név mellett
 
public OnPlayerText(playerid, text[])
{
new estr[128];
format( estr , 128 , \"[%i]%s\" , playerid , text );
SendPlayerMessageToAll( playerid , estr );
return 0;

 
Elõre is köszönöm a segítséget!

132
Segítségkérés / Jogosítvány Hiba
« Dátum: 2013. Április 02. - 18:40:18 »
Üdv. Mért van az ha feljön egy player és regisztrál  utána relogol és meg van a jogsija pedig nincs benne olyan  cucc hogy ingyen jogsi legyen regisztráció utána!(ppc módba hibás)
Aki tud segíteni az írjon elõre is köszönöm

133
Segítségkérés / Térkép
« Dátum: 2013. Március 28. - 14:29:20 »
Hello. Azt szeretném  meg csinálni hogy van egy mapp út is van rajta  házak és azt a térképen hogy tudom kirajzolni ?
Elõre köszönöm a segítséget!

134
Segítségkérés / Házak ára
« Dátum: 2013. Március 25. - 15:40:18 »
Üdv. Azt szeretném kérdezni hogy a PPC módba a házak újítási  árát hol lehet állítani rakok le egy házat pl 1milla és annak az újiítási árát kellene állítani annyi tudok hogy valamelyik incbe kell de melyikbe?
Aki segít annak megy a +.
Köszönöm a segítséget.

135
Segítségkérés / Házak Törlése
« Dátum: 2013. Március 22. - 21:05:05 »
Üdv. PPC módba lehet olyat csinálni hogy egy admin tudja törölni azokat a házakat és boltokat amiknek már tulajdonosa van?
Köszönöm a segítséget

Oldalak: 1 ... 7 8 [9] 10 11 ... 13
SimplePortal 2.3.7 © 2008-2024, SimplePortal