Jump to content

NeKeRm@N

Membru
  • Posts

    771
  • Joined

  • Last visited

    Never

Everything posted by NeKeRm@N

  1. Cred ca va fii super 5/5
  2. NeKeRm@N

    [MAP]Hell

    5/5 mapa asta e ca un fel de ascunzatoare pt mafioti :cool:
  3. Super mapa 5/5 am si o idee pt mapa ta acolo unde este barul pune vreo 4 NPC ca chelnari :cool:
  4. La fel ;)
  5. 4/5 nu este chiar asa de frumoasa.. Dar bravo pt inceput Si eu am scos prima mea mapa aia cu drumul si era varza )
  6. Am facuto mai mult pt mine ca nu am masini pe acolo si mam gandit sa o postez poate mai este cineva ca mine =)) oricum ms pt aprecieri
  7. Da am incercat si asa, dar am inteles ca daca nu fac si masina la casa nu o sa apara in casuta acea levelul, pretul,descrierea...
  8. Nici mie numi apare acul acela Uitati aici scriptul poate e cineva sa-l rezolva #include <a_samp> enum td { Text:TDSpeedClock[15] } new TextDraws[td]; new Text:TextDrawsd[MAX_PLAYERS][4]; new DeActiveSpeedometer[MAX_PLAYERS]; public OnFilterScriptInit() { print("Clock Speedometer load"); TextDraws[TDSpeedClock][0] = TextDrawCreate(496.000000,400.000000,"~g~20"); TextDraws[TDSpeedClock][1] = TextDrawCreate(487.000000,388.000000,"~g~40"); TextDraws[TDSpeedClock][2] = TextDrawCreate(483.000000,375.000000,"~g~60"); TextDraws[TDSpeedClock][3] = TextDrawCreate(488.000000,362.000000,"~g~80"); TextDraws[TDSpeedClock][4] = TextDrawCreate(491.000000,349.000000,"~g~100"); TextDraws[TDSpeedClock][5] = TextDrawCreate(508.000000,336.500000,"~g~120"); TextDraws[TDSpeedClock][6] = TextDrawCreate(536.000000,332.000000,"~g~140"); TextDraws[TDSpeedClock][7] = TextDrawCreate(567.000000,337.000000,"~g~160"); TextDraws[TDSpeedClock][8] = TextDrawCreate(584.000000,348.000000,"~g~180"); TextDraws[TDSpeedClock][9] = TextDrawCreate(595.000000,360.000000,"~g~200"); TextDraws[TDSpeedClock][10] = TextDrawCreate(603.000000,374.000000,"~g~220"); TextDraws[TDSpeedClock][11] = TextDrawCreate(594.000000,386.000000,"~g~240"); TextDraws[TDSpeedClock][12] = TextDrawCreate(585.000000,399.000000,"~g~260"); TextDraws[TDSpeedClock][13] = TextDrawCreate(534.000000,396.000000,"~r~/ \\"); TextDraws[TDSpeedClock][14] = TextDrawCreate(548.000000,401.000000,"."); TextDrawLetterSize(TextDraws[TDSpeedClock][13], 1.059999, 2.100000); TextDrawLetterSize(TextDraws[TDSpeedClock][14], 0.73, -2.60); for(new i; i < 15; i++) { TextDrawSetShadow(TextDraws[TDSpeedClock][i], 1); TextDrawSetOutline(TextDraws[TDSpeedClock][i], 0); } return 1; } public OnFilterScriptExit() { print("Clock Speedometer unload"); return 1; } public OnPlayerCommandText(playerid, cmdtext[]) { if(strcmp(cmdtext[1], "speedo", false) == 0) { new strOptionInfo[2][37]= { "You have turned on your speedometer", "You have turned off your speedometer" }; DeActiveSpeedometer[playerid] = !DeActiveSpeedometer[playerid]; SendClientMessage(playerid, 0x00AA00FF, strOptionInfo[DeActiveSpeedometer[playerid]]); if(!DeActiveSpeedometer[playerid]) { for(new i; i < 15; i++) TextDrawShowForPlayer(playerid, TextDraws[TDSpeedClock][i]); for(new i; i < 4; i++) TextDrawsd[playerid][i] = TextDrawCreate(555.0, 402.0, "~b~."); } else { for(new i; i < 4; i++) TextDrawHideForPlayer(playerid, TextDrawsd[playerid][i]); for(new i; i < 15; i++) TextDrawHideForPlayer(playerid, TextDraws[TDSpeedClock][i]); } return 1; } return 0; } public OnPlayerStateChange(playerid, newstate, oldstate) { if(newstate == PLAYER_STATE_DRIVER && !DeActiveSpeedometer[playerid]) { for(new i; i < 15; i++) TextDrawShowForPlayer(playerid, TextDraws[TDSpeedClock][i]); for(new i; i < 4; i++) TextDrawsd[playerid][i] = TextDrawCreate(555.0, 402.0, "~b~."); } else { for(new i; i < 4; i++) TextDrawHideForPlayer(playerid, TextDrawsd[playerid][i]); for(new i; i < 15; i++) TextDrawHideForPlayer(playerid, TextDraws[TDSpeedClock][i]); } return 1; } stock GetDotXY(Float:StartPosX, Float:StartPosY, &Float:NewX, &Float:NewY, Float:alpha, Float:dist) { NewX = StartPosX + (dist * floatsin(alpha, degrees)); NewY = StartPosY + (dist * floatcos(alpha, degrees)); }
  9. HMM... Mie nu-mi arata acul care indica cu cat mergi la ora. Ce trb sa i fac?
  10. Nu am inteles nimic din ce ai spus :(
  11. NeKeRm@N

    Spawn Gara LS

    Intr-o zi nu am avut ce face asa ca am creat aceasta mapa. Timp de lucru: 1h cu pauze Obiecte nu le-am inumarat. POZE: Uploaded with ImageShack.us [img width=500 height=358]http://img96.imageshack.us/img96/2337/poza2o.png Uploaded with ImageShack.us [img width=500 height=358]http://img508.imageshack.us/img508/3230/poza3o.png Uploaded with ImageShack.us [img width=500 height=358]http://img834.imageshack.us/img834/4081/poze4.png Uploaded with ImageShack.us [img width=500 height=358]http://img684.imageshack.us/img684/9924/poza5b.png Uploaded with ImageShack.us [img width=500 height=358]http://img87.imageshack.us/img87/4194/poza6.png Uploaded with ImageShack.us Obiecte: CreateObject(1597, 1811.8657226563, -1854.8519287109, 15.071444511414, 0, 0, 270); CreateObject(1597, 1795.1372070313, -1854.8264160156, 15.071444511414, 0, 0, 270); CreateObject(1597, 1777.3994140625, -1854.8625488281, 15.071444511414, 0, 0, 270); CreateObject(1597, 1757.9822998047, -1854.8018798828, 15.071444511414, 0, 0, 270); CreateObject(1597, 1740.4075927734, -1854.9514160156, 15.071444511414, 0, 0, 270); CreateObject(1597, 1726.7082519531, -1854.8826904297, 15.071444511414, 0, 0, 270); CreateObject(997, 1726.1680908203, -1859.8123779297, 12.4140625, 0, 0, 158); CreateObject(997, 1723.0390625, -1858.6785888672, 12.5838804245, 0, 0, 120); CreateObject(997, 1721.3101806641, -1856.0137939453, 12.856017112732, 0, 0, 82); CreateObject(997, 1721.7053222656, -1852.8190917969, 12.821106910706, 0, 0, 46); CreateObject(997, 1724.0537109375, -1850.6124267578, 12.981107711792, 0, 0, 6); CreateObject(1360, 1739.3233642578, -1862.6202392578, 13.348093032837, 0, 0, 0); CreateObject(1360, 1746.6849365234, -1862.6687011719, 13.348033905029, 0, 0, 0); CreateObject(2745, 1746.7210693359, -1860.9732666016, 13.786702156067, 0, 0, 180); CreateObject(2745, 1739.4077148438, -1860.9456787109, 13.786736488342, 0, 0, 180); CreateObject(2799, 1754.3579101563, -1863.490234375, 13.084955215454, 0, 0, 0); CreateObject(2764, 1760.9895019531, -1862.8572998047, 12.980523109436, 0, 0, 0); CreateObject(2788, 1761.9389648438, -1862.8310546875, 13.105583190918, 0, 0, 0); CreateObject(2788, 1761.0731201172, -1863.7244873047, 13.104493141174, 0, 0, 272); CreateObject(2788, 1761.0643310547, -1861.9814453125, 13.106620788574, 0, 0, 87); CreateObject(2788, 1760.1037597656, -1862.8858642578, 13.105516433716, 0, 0, 180); CreateObject(2762, 1766.2521972656, -1862.9859619141, 12.980813026428, 0, 0, 0); CreateObject(2776, 1764.9375, -1863.0257568359, 13.073065757751, 0, 0, 92); CreateObject(2776, 1767.6372070313, -1863.0269775391, 13.073063850403, 0, 0, 272); CreateObject(16151, 1770.4343261719, -1867.1839599609, 12.570499420166, 0, 0, 270); CreateObject(16151, 1757.9019775391, -1867.5042724609, 12.570108413696, 0, 0, 268); CreateObject(1968, 1778.326171875, -1865.4172363281, 13.08518409729, 0, 0, 0); CreateObject(1968, 1772.2916259766, -1862.4614257813, 13.088792800903, 0, 0, 0); CreateObject(1969, 1777.5017089844, -1861.5101318359, 13.089955329895, 0, 0, 0); CreateObject(1969, 1757.6254882813, -1862.4459228516, 13.08881187439, 0, 0, 318); CreateObject(1346, 1764.0266113281, -1866.9554443359, 13.92178440094, 0, 0, 182); CreateObject(1360, 1832.8669433594, -1845.6011962891, 13.35014629364, 0, 0, 0); CreateObject(1360, 1832.9110107422, -1847.9425048828, 13.35014629364, 0, 0, 0); CreateObject(1360, 1832.8659667969, -1850.1214599609, 13.35014629364, 0, 0, 0); CreateObject(1360, 1832.8526611328, -1852.427734375, 13.35014629364, 0, 0, 0); CreateObject(1360, 1832.8605957031, -1854.5578613281, 13.35014629364, 0, 0, 0); CreateObject(1360, 1832.9174804688, -1856.7573242188, 13.35014629364, 0, 0, 0); CreateObject(1360, 1832.9058837891, -1858.6656494141, 13.35014629364, 0, 0, 0); CreateObject(1360, 1833.0687255859, -1839.3786621094, 13.35014629364, 0, 0, 0); CreateObject(1360, 1833.1085205078, -1837.3419189453, 13.35014629364, 0, 0, 0); CreateObject(1360, 1833.1611328125, -1835.5609130859, 13.35014629364, 0, 0, 0); CreateObject(3660, 1841.2303466797, -1878.1339111328, 15.157645225525, 0, 0, 0); CreateObject(1360, 1833.1754150391, -1833.5836181641, 13.357403755188, 0, 0, 0); CreateObject(1360, 1833.1811523438, -1831.1750488281, 13.357403755188, 0, 0, 0); CreateObject(792, 1828.2487792969, -1832.3824462891, 12.578125, 0, 0, 0); CreateObject(792, 1828.3908691406, -1845.1125488281, 12.578125, 0, 0, 0); CreateObject(792, 1828.4642333984, -1857.8479003906, 12.578125, 0, 0, 0); CreateObject(792, 1828.7053222656, -1875.5305175781, 12.558638572693, 0, 0, 0); CreateObject(8041, 1832.8370361328, -1866.1434326172, 18.199663162231, 0, 0, 182); CreateObject(1360, 1833.6685791016, -1876.0526123047, 13.35014629364, 0, 0, 0); CreateObject(3715, 1811.1038818359, -1889.9644775391, 21.595767974854, 0, 0, 270); CreateObject(14537, 1765.3065185547, -1895.8526611328, 14.508990287781, 0, 0, 0); CreateObject(6965, 1791.57421875, -1910.7359619141, 17.010259628296, 0, 0, 0); CreateObject(3472, 1806.9289550781, -1904.6938476563, 12.576105117798, 0, 0, 0); CreateObject(3472, 1806.8696289063, -1915.5150146484, 12.568222045898, 0, 0, 0); CreateObject(3472, 1806.7778320313, -1929.9635009766, 12.948600769043, 0, 0, 0); CreateObject(3472, 1799.6262207031, -1936.2672119141, 12.546875, 0, 0, 30); CreateObject(3472, 1783.4143066406, -1935.7247314453, 12.546876907349, 0, 0, 28); CreateObject(3472, 1774.2027587891, -1928.5003662109, 12.549417495728, 0, 0, 296); CreateObject(3472, 1773.9298095703, -1910.8824462891, 12.549949645996, 0, 0, 302); CreateObject(3472, 1804.6531982422, -1883.7604980469, 12.579294204712, 0, 0, 354); CreateObject(3472, 1791.4088134766, -1883.97265625, 12.569589614868, 0, 0, 0); CreateObject(3472, 1773.9755859375, -1888.2200927734, 12.549861907959, 0, 0, 0); CreateObject(984, 1806.7332763672, -1905.9592285156, 13.212001800537, 0, 0, 0); CreateObject(984, 1806.7316894531, -1918.7287597656, 13.202648162842, 0, 0, 0); CreateObject(984, 1806.7211914063, -1929.8880615234, 13.194480895996, 0, 0, 0); CreateObject(984, 1789.6557617188, -1935.8477783203, 13.183554649353, 0, 0, 270); CreateObject(984, 1800.1384277344, -1935.7700195313, 13.183554649353, 0, 0, 270); CreateObject(984, 1780.7711181641, -1935.8739013672, 13.183554649353, 0, 0, 270); CreateObject(984, 1774.3570556641, -1929.5190429688, 13.185794830322, 0, 0, 0); CreateObject(984, 1774.2600097656, -1916.7508544922, 13.185984611511, 0, 0, 0); CreateObject(983, 1774.2946777344, -1910.3383789063, 13.23279094696, 0, 0, 0); CreateObject(983, 1771.1263427734, -1907.1239013672, 13.238981246948, 0, 0, 270); CreateObject(983, 1774.3297119141, -1887.7991943359, 13.232723236084, 0, 0, 0); CreateObject(982, 1787.1396484375, -1884.5510253906, 13.250018119812, 0, 0, 270); CreateObject(984, 1804.1196289063, -1884.5601806641, 13.215582847595, 0, 0, 270); CreateObject(983, 1810.5158691406, -1881.3572998047, 13.267143249512, 0, 0, 0); CreateObject(983, 1809.9420166016, -1899.6350097656, 13.261159896851, 0, 0, 270); CreateObject(1360, 1812.8681640625, -1900.0224609375, 13.34578704834, 0, 0, 270); CreateObject(1360, 1811.7652587891, -1884.1687011719, 13.35014629364, 0, 0, 270); CreateObject(2027, 1762.5899658203, -1905.5747070313, 13.110140800476, 0, 0, 0); CreateObject(2027, 1767.4940185547, -1905.6497802734, 13.111374855042, 0, 0, 0); CreateObject(2027, 1757.0544433594, -1905.2918701172, 13.10865020752, 0, 0, 0); CreateObject(1970, 1756.5535888672, -1899.2084960938, 13.152433395386, 0, 0, 0); CreateObject(1970, 1756.5003662109, -1892.9201660156, 13.146727561951, 0, 0, 0); CreateObject(2027, 1756.4005126953, -1887.2459716797, 13.099876403809, 0, 0, 0); CreateObject(2027, 1762.2857666016, -1886.8522949219, 13.098440170288, 0, 0, 0); CreateObject(2027, 1768.5650634766, -1886.68359375, 13.096905708313, 0, 0, 0); CreateObject(3660, 1808.0686035156, -1909.51953125, 15.224802970886, 0, 0, 270); CreateObject(3660, 1808.0487060547, -1929.0671386719, 15.204463005066, 0, 0, 270); CreateObject(3660, 1809.9010009766, -1929.0859375, 15.205810546875, 0, 0, 270); CreateObject(3660, 1810.0008544922, -1909.5067138672, 15.215447425842, 0, 0, 270); CreateObject(3660, 1796.986328125, -1936.6254882813, 15.199942588806, 0, 0, 0); CreateObject(3660, 1777.6938476563, -1936.6745605469, 15.203147888184, 0, 0, 0); CreateObject(3660, 1801.0400390625, -1940.2850341797, 15.199942588806, 0, 0, 0); CreateObject(3660, 1801.3251953125, -1938.5611572266, 15.199942588806, 0, 0, 0); CreateObject(3660, 1781.6748046875, -1940.2810058594, 15.212651252747, 0, 0, 0); CreateObject(3660, 1781.7012939453, -1938.5133056641, 15.207027435303, 0, 0, 0); CreateObject(3660, 1764.7677001953, -1936.6815185547, 15.228731155396, 0, 0, 0); CreateObject(3660, 1762.1867675781, -1938.3575439453, 15.233773231506, 0, 0, 0); CreateObject(3660, 1763.2022705078, -1940.2967529297, 15.231789588928, 0, 0, 0); CreateObject(3660, 1773.5114746094, -1929.7386474609, 15.203834533691, 0, 0, 270); CreateObject(3660, 1773.5224609375, -1917.0458984375, 15.203813552856, 0, 0, 270); CreateObject(3660, 1771.5498046875, -1917.0290527344, 15.207667350769, 0, 0, 270); CreateObject(3660, 1771.5764160156, -1930.4460449219, 15.207615852356, 0, 0, 270); CreateObject(3660, 1800.685546875, -1883.2426757813, 15.229454040527, 0, 0, 0); CreateObject(3660, 1800.6999511719, -1881.6071777344, 15.229466438293, 0, 0, 0); Sper sa va placa :grin:
  12. Cred ca nu ai fisierul amx de la gm sau de la ce folosesti pt a baga obiectele xsstreamo,mido...etc
  13. Nu mai face spam ma ca tutorialu este foarte vechi!
  14. Am respectat totul am creat linia am puso in biz.cfg si am pus si in gm. Apoi cand intru pe svr nu imi apare nimic unde ar fi trebuit sa fie bizul. Apoi cand opresc svr si intru din nou in biz.cfg linia mea cu bizul nu mai este pur si simplu a disparut! Ce pot face?
  15. NeKeRm@N

    .

    Frumos 5/5 :afro: vad ca sa adaugat emoticoane noi )
  16. Am reusit dar mi se incurca id-urile la masini si nu stiu ce sa le fac.. Si deja nu mai stiu ce interioare sa mai pun ca alea date leam pus si as mai vrea un site de unde as putea sa mai iau dar nu mai stiu niciunul daca stiti lasatimil si mie
  17. Frumos bravo 5/5!!
  18. Gata am rezolvat ms
  19. Am cautat nu gasesc nimic :(
  20. Miam luat un nou gm si cand il deschid imi arata in client la Map LcSNet World si in server cgf nu este trecut asa si nici gm-ul nu este de la LcSNet
  21. NeKeRm@N

    [MAP]Drifting

    Mie imi place ma simt ca in Las Vegas bv 5/5!!
  22. NeKeRm@N

    .

    Frumos dar am mai vazut undeva mapa asta
  23. Frumos imi place dar o mica greseala, gardul acela la benzinarie e pus cam in drum... 4/5
  24. Si numele la proprietar, cat costa etc cum le pun?
  25. NU Mapa este frumoasa imi place 5/5
×
×
  • Create New...

Important Information

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