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 - Beckham
Oldalak: 1 ... 100 101 [102] 103 104 ... 112
1516
« Dátum: 2012. november 01. - 11:53:25 »
Desert Little City RPG
Szerintem egy kezdõnek aki Eq,LP móddal kezd annak ez nem való mivel Mysql-es....Ajánlom a Desert Town-s,Oxford RPG,Afterlife-RPG. Ezekbõl a legfejlettebb a Afterlife.Mivel az Oxford edit az oxford pedig Dt edit
1517
« Dátum: 2012. november 01. - 11:51:34 »
Sziasztok,olyangondom van hogy nem tudom mi lehet vele azért is irok ide Gondok:Beteszem fs-nek és szerón semmi nyoma. Se object se parancs.A FS-ben nincs se error se warning,A szerverem DynamicObjectet használ és ez CreateObject-es lehet hogy ez a gond elõször erre gondoltam,de nem.Aki segít benne 3+-t tudok ajánlani #include <a_samp> #pragma tabsize 0 new kapu; new kapu2; new kapu3; new kapu4; public OnGameModeInit() { kapu = CreateObject(3084, -58.463985443115, 1486.6806640625, 15.199999809265, 0, 0, 314.34533691406); kapu2 = CreateObject(3084, -69.275840759277, 1497.5516357422, 15.199999809265, 0, 0, 310.37084960938); kapu3 = CreateObject(3055, -8.1669673919678, 1565.734375, 13.948120117188, 0, 0, 0); kapu4 = CreateObject(3055, 6.7162666320801, 1565.7521972656, 13.948120117188, 0, 0, 0); return 1; } public OnPlayerCommandText(playerid,cmdtext[]) { if(strcmp(cmdtext,\"/nyitt\",true) == 0) { //X irányba mozgat Y irányba mozgat Z irányba mozgat MoveObject(kapu,-58.4638671875, 1486.6806640625, 11.800000190735,1.7); return 1; } if(strcmp(cmdtext,\"/zarr\",true) == 0) { MoveObject(kapu,-58.463985443115, 1486.6806640625, 15.199999809265,1.7); return 1; } if(strcmp(cmdtext,\"/zarrr\",true) == 0) { //X irányba mozgat Y irányba mozgat Z irányba mozgat MoveObject(kapu2,-69.275840759277, 1497.5516357422, 15.199999809265,1.7); return 1; } if(strcmp(cmdtext,\"/nyittt\",true) == 0) { //X irányba mozgat Y irányba mozgat Z irányba mozgat MoveObject(kapu2,-69.275390625, 1497.55078125, 11.800000190735,1.7); return 1; } if(strcmp(cmdtext,\"/nyitttt\",true) == 0) { //X irányba mozgat Y irányba mozgat Z irányba mozgat MoveObject(kapu3,-8.166015625, 1565.734375, 9,1.7); return 1; } if(strcmp(cmdtext,\"/zarrrr\",true) == 0) { //X irányba mozgat Y irányba mozgat Z irányba mozgat MoveObject(kapu3,-8.1669673919678, 1565.734375, 13.948120117188,1.7); return 1; } if(strcmp(cmdtext,\"/zarrrrr\",true) == 0) { //X irányba mozgat Y irányba mozgat Z irányba mozgat MoveObject(kapu4,6.7162666320801, 1565.7521972656, 13.948120117188,1.7); return 1; }if(strcmp(cmdtext,\"/nyittttt\",true) == 0) { //X irányba mozgat Y irányba mozgat Z irányba mozgat MoveObject(kapu4,6.7158203125, 1565.751953125, 9,1.7); return 1; } return 0; }
1518
« Dátum: 2012. október 31. - 21:42:26 »
Ez okozhatta a warningot?köszönöm
1519
« Dátum: 2012. október 31. - 21:40:01 »
Sziasztok egy gondom van a kapuknál :S #include <a_samp> new kapu; new kapu2; new kapu3; new kapu4; public OnGameModeInit() { kapu = CreateObject(3084, -58.463985443115, 1486.6806640625, 15.199999809265, 0, 0, 314.34533691406); kapu2 = CreateObject(3084, -69.275840759277, 1497.5516357422, 15.199999809265, 0, 0, 310.37084960938); kapu3 = CreateObject(3055, -8.1669673919678, 1565.734375, 13.948120117188, 0, 0, 0); kapu4 = CreateObject(3055, 6.7162666320801, 1565.7521972656, 13.948120117188, 0, 0, 0); return 1; } public OnPlayerCommandText(playerid,cmdtext[]) { if(strcmp(cmdtext,\"/nyitt\",true) == 0) { //X irányba mozgat Y irányba mozgat Z irányba mozgat MoveObject(kapu,-58.4638671875, 1486.6806640625, 11.800000190735,1.7); return 1; } if(strcmp(cmdtext,\"/zarr\",true) == 0) { MoveObject(kapu,-58.463985443115, 1486.6806640625, 15.199999809265,1.7); return 1; } if(strcmp(cmdtext,\"/zarrr\",true) == 0) { //X irányba mozgat Y irányba mozgat Z irányba mozgat MoveObject(kapu2,-69.275840759277, 1497.5516357422, 15.199999809265,1.7); return 1; } if(strcmp(cmdtext,\"/nyittt\",true) == 0) { //X irányba mozgat Y irányba mozgat Z irányba mozgat MoveObject(kapu2,-69.275390625, 1497.55078125, 11.800000190735,1.7); return 1; } if(strcmp(cmdtext,\"/nyitttt\",true) == 0) { //X irányba mozgat Y irányba mozgat Z irányba mozgat MoveObject(kapu3,-8.166015625, 1565.734375, 9,1.7); return 1; } if(strcmp(cmdtext,\"/zarrrr\",true) == 0) { //X irányba mozgat Y irányba mozgat Z irányba mozgat MoveObject(kapu3,-8.1669673919678, 1565.734375, 13.948120117188,1.7); return 1; } if(strcmp(cmdtext,\"/zarrrrr\",true) == 0) { //X irányba mozgat Y irányba mozgat Z irányba mozgat MoveObject(kapu4,6.7162666320801, 1565.7521972656, 13.948120117188,1.7); return 1; }if(strcmp(cmdtext,\"/nyittttt\",true) == 0) { //X irányba mozgat Y irányba mozgat Z irányba mozgat MoveObject(kapu4,6.7158203125, 1565.751953125, 9,1.7); return 1; } return 0; } Hiba: kapum.pwn(47) : warning 217: loose indentation
1520
« Dátum: 2012. október 31. - 18:47:33 »
Sziasztok,kellene nekem egy kapu script,mivel én még nem tudom hogy kell csinálni,A kapu /nyit parancsra nyitódjon és 15mp múlva záródjon.. A kaput 2 ember használhatja:Tom_Seville,Joe_Pesci.4 kapuról lenne szó.....Aki megcsinálja kap 5+-t és Feltüntetem a nevét az aláírásomban+1jutalom titok.. http://www.solidfiles.com/d/df96c9dd43/http://www.solidfiles.com/d/bdcae80796/ezek a mapok Closed és Opened-el van megjelölve 1.Openedbõl=1.Closedbõl És így tovább,de koordinátáról lehet ismerni. Dupla hozzászólás automatikusan összefûzve. ( 2012. október 31. - 21:36:58 )
Köszönöm,már megoldottam,letöltöttem egyet és alakítottam.
1521
« Dátum: 2012. október 31. - 18:44:05 »
Köszönöm.Zárom.
1522
« Dátum: 2012. október 31. - 12:51:42 »
(3544) : error 017: undefined symbol \"RemoveBuildingForPlayer\" (3545) : error 017: undefined symbol \"RemoveBuildingForPlayer\" (3546) : error 017: undefined symbol \"RemoveBuildingForPlayer\" (3547) : error 017: undefined symbol \"RemoveBuildingForPlayer\" (3548) : error 017: undefined symbol \"RemoveBuildingForPlayer\" (3549) : error 017: undefined symbol \"RemoveBuildingForPlayer\" (3550) : error 017: undefined symbol \"RemoveBuildingForPlayer\" (3551) : error 017: undefined symbol \"RemoveBuildingForPlayer\" (3552) : error 017: undefined symbol \"RemoveBuildingForPlayer\" (3553) : error 017: undefined symbol \"RemoveBuildingForPlayer\" (3554) : error 017: undefined symbol \"RemoveBuildingForPlayer\" (3555) : error 017: undefined symbol \"RemoveBuildingForPlayer\" (3556) : error 017: undefined symbol \"RemoveBuildingForPlayer\" (3557) : error 017: undefined symbol \"RemoveBuildingForPlayer\" (3558) : error 017: undefined symbol \"RemoveBuildingForPlayer\" (3559) : error 017: undefined symbol \"RemoveBuildingForPlayer\" (3560) : error 017: undefined symbol \"RemoveBuildingForPlayer\" (3561) : error 017: undefined symbol \"RemoveBuildingForPlayer\" (3562) : error 017: undefined symbol \"RemoveBuildingForPlayer\" (3563) : error 017: undefined symbol \"RemoveBuildingForPlayer\" (3564) : error 017: undefined symbol \"RemoveBuildingForPlayer\" (3565) : error 017: undefined symbol \"RemoveBuildingForPlayer\" (3566) : error 017: undefined symbol \"RemoveBuildingForPlayer\" (3567) : error 017: undefined symbol \"RemoveBuildingForPlayer\" 3568) : error 017: undefined symbol \"RemoveBuildingForPlayer\" (3569) : error 017: undefined symbol \"RemoveBuildingForPlayer\" Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase 26 Errors.
3544-es a legelsõ RemoveBuildingForPlayer
1523
« Dátum: 2012. október 31. - 12:46:29 »
Sziasztok,Az a gondom van hogy most hirtelen elõugrott ez a hiba eddig semmi gond nem volt vele mert eddig is bent volt public OnPlayerConnect(playerid) { RemoveBuildingForPlayer(playerid, 3300, -264.0234, 2766.4063, 62.7500, 0.25); RemoveBuildingForPlayer(playerid, 3285, -264.0234, 2766.4063, 62.7500, 0.25); RemoveBuildingForPlayer(playerid, 3297, -1568.1016, 2709.6484, 56.6484, 0.25); RemoveBuildingForPlayer(playerid, 3297, -1493.8359, 2688.9922, 56.6484, 0.25); RemoveBuildingForPlayer(playerid, 3298, -1568.9609, 2633.5156, 55.3281, 0.25); RemoveBuildingForPlayer(playerid, 3299, -1518.0313, 2698.5938, 55.2109, 0.25); RemoveBuildingForPlayer(playerid, 3300, -1534.4453, 2689.2734, 56.6484, 0.25); RemoveBuildingForPlayer(playerid, 3300, -1464.3438, 2656.5000, 56.6484, 0.25); RemoveBuildingForPlayer(playerid, 3300, -1574.5469, 2691.6875, 56.6484, 0.25); RemoveBuildingForPlayer(playerid, 3301, -1566.1719, 2653.8828, 56.7031, 0.25); RemoveBuildingForPlayer(playerid, 3297, -1584.0547, 2652.4609, 56.6484, 0.25); RemoveBuildingForPlayer(playerid, 3341, -1606.2969, 2689.8281, 53.8359, 0.25); RemoveBuildingForPlayer(playerid, 3341, -1482.3672, 2704.8047, 54.8047, 0.25); RemoveBuildingForPlayer(playerid, 3341, -1446.4531, 2639.3516, 54.8047, 0.25); RemoveBuildingForPlayer(playerid, 3339, -1589.7188, 2708.6016, 54.7266, 0.25); RemoveBuildingForPlayer(playerid, 3339, -1510.3516, 2646.6563, 54.7266, 0.25); RemoveBuildingForPlayer(playerid, 3339, -1448.1328, 2690.7813, 54.7266, 0.25); RemoveBuildingForPlayer(playerid, 3342, -1548.3359, 2699.6172, 54.8203, 0.25); RemoveBuildingForPlayer(playerid, 3342, -1463.7656, 2692.8594, 54.8203, 0.25); RemoveBuildingForPlayer(playerid, 3342, -1447.2344, 2653.3047, 54.8203, 0.25); RemoveBuildingForPlayer(playerid, 11613, -1320.6875, 2700.9531, 49.2656, 0.25); RemoveBuildingForPlayer(playerid, 11614, -1328.7188, 2677.5078, 52.2109, 0.25); RemoveBuildingForPlayer(playerid, 3357, -1523.8047, 2656.6563, 54.8750, 0.25); RemoveBuildingForPlayer(playerid, 669, -1579.5547, 2640.3750, 55.2422, 0.25); RemoveBuildingForPlayer(playerid, 3242, -1584.0547, 2652.4609, 56.6484, 0.25); RemoveBuildingForPlayer(playerid, 1308, -1611.1250, 2680.4688, 53.9141, 0.25); RemoveBuildingForPlayer(playerid, 1308, -1579.9141, 2676.8594, 55.1797, 0.25); RemoveBuildingForPlayer(playerid, 3170, -1606.2969, 2689.8281, 53.8359, 0.25); RemoveBuildingForPlayer(playerid, 3285, -1574.5469, 2691.6875, 56.6484, 0.25); RemoveBuildingForPlayer(playerid, 669, -1584.7891, 2695.7188, 54.7813, 0.25); RemoveBuildingForPlayer(playerid, 3169, -1589.7188, 2708.6016, 54.7266, 0.25); RemoveBuildingForPlayer(playerid, 3241, -1568.9609, 2633.5156, 55.3281, 0.25); RemoveBuildingForPlayer(playerid, 669, -1560.2266, 2617.7031, 55.2422, 0.25); RemoveBuildingForPlayer(playerid, 1308, -1551.2734, 2610.6172, 55.1563, 0.25); RemoveBuildingForPlayer(playerid, 1308, -1555.6875, 2636.5234, 55.1719, 0.25); RemoveBuildingForPlayer(playerid, 1308, -1540.1563, 2590.8125, 55.1563, 0.25); RemoveBuildingForPlayer(playerid, 1294, -1534.1406, 2597.0391, 59.2734, 0.25); RemoveBuildingForPlayer(playerid, 1294, -1534.1406, 2605.4219, 59.2734, 0.25); RemoveBuildingForPlayer(playerid, 1294, -1500.1172, 2563.4766, 59.2734, 0.25); RemoveBuildingForPlayer(playerid, 1294, -1500.1172, 2589.3359, 59.2734, 0.25); RemoveBuildingForPlayer(playerid, 1308, -1515.5547, 2595.2969, 55.1563, 0.25); RemoveBuildingForPlayer(playerid, 1294, -1507.9922, 2597.0391, 59.2734, 0.25); RemoveBuildingForPlayer(playerid, 1294, -1520.8906, 2597.0391, 59.2734, 0.25); RemoveBuildingForPlayer(playerid, 1294, -1508.0000, 2605.4219, 59.2734, 0.25); RemoveBuildingForPlayer(playerid, 1294, -1520.8906, 2605.4219, 59.2734, 0.25); RemoveBuildingForPlayer(playerid, 11460, -1523.2891, 2618.5938, 65.4219, 0.25); RemoveBuildingForPlayer(playerid, 1294, -1500.1172, 2612.8594, 59.2734, 0.25); RemoveBuildingForPlayer(playerid, 669, -1515.2578, 2635.2188, 55.2422, 0.25); RemoveBuildingForPlayer(playerid, 1294, -1500.1172, 2628.4531, 59.2734, 0.25); RemoveBuildingForPlayer(playerid, 3169, -1510.3516, 2646.6563, 54.7266, 0.25); RemoveBuildingForPlayer(playerid, 1308, -1476.7813, 2573.4141, 55.1563, 0.25); RemoveBuildingForPlayer(playerid, 1294, -1491.7344, 2573.8438, 59.2734, 0.25); RemoveBuildingForPlayer(playerid, 1294, -1491.7344, 2589.3359, 59.2734, 0.25); RemoveBuildingForPlayer(playerid, 1308, -1467.9531, 2595.4297, 55.1563, 0.25); RemoveBuildingForPlayer(playerid, 1294, -1458.3828, 2597.0391, 59.2734, 0.25); RemoveBuildingForPlayer(playerid, 1294, -1483.9531, 2597.0391, 59.2734, 0.25); RemoveBuildingForPlayer(playerid, 1308, -1486.0000, 2607.6406, 55.1563, 0.25); RemoveBuildingForPlayer(playerid, 1294, -1479.8359, 2605.4219, 59.2734, 0.25); RemoveBuildingForPlayer(playerid, 1308, -1460.7891, 2611.2422, 55.1563, 0.25); RemoveBuildingForPlayer(playerid, 1294, -1458.3828, 2605.4219, 59.2734, 0.25); RemoveBuildingForPlayer(playerid, 1294, -1491.7344, 2612.8672, 59.2734, 0.25); RemoveBuildingForPlayer(playerid, 1294, -1491.7344, 2628.4609, 59.2734, 0.25); RemoveBuildingForPlayer(playerid, 1308, -1490.3203, 2632.8828, 55.1563, 0.25); RemoveBuildingForPlayer(playerid, 672, -1454.2734, 2640.1406, 55.8281, 0.25); RemoveBuildingForPlayer(playerid, 669, -1457.8672, 2648.9922, 55.2422, 0.25); RemoveBuildingForPlayer(playerid, 1294, -1437.5859, 2597.0391, 59.2734, 0.25); RemoveBuildingForPlayer(playerid, 1294, -1437.5859, 2605.4219, 59.2734, 0.25); RemoveBuildingForPlayer(playerid, 1308, -1436.1094, 2607.3906, 55.1563, 0.25); RemoveBuildingForPlayer(playerid, 1294, -1409.7656, 2597.0391, 59.2734, 0.25); RemoveBuildingForPlayer(playerid, 11611, -1383.5547, 2616.5234, 56.6797, 0.25); RemoveBuildingForPlayer(playerid, 3170, -1446.4531, 2639.3516, 54.8047, 0.25); RemoveBuildingForPlayer(playerid, 1308, -1438.6719, 2630.0234, 55.1563, 0.25); RemoveBuildingForPlayer(playerid, 700, -1441.7891, 2647.3281, 55.2266, 0.25); RemoveBuildingForPlayer(playerid, 11452, -1382.4531, 2648.0859, 55.1719, 0.25); RemoveBuildingForPlayer(playerid, 11453, -1414.5078, 2650.4844, 57.5625, 0.25); RemoveBuildingForPlayer(playerid, 3284, -1566.1719, 2653.8828, 56.7031, 0.25); RemoveBuildingForPlayer(playerid, 3242, -1568.1016, 2709.6484, 56.6484, 0.25); RemoveBuildingForPlayer(playerid, 1308, -1553.0156, 2680.6563, 55.1563, 0.25); RemoveBuildingForPlayer(playerid, 1308, -1536.2891, 2661.4688, 55.1563, 0.25); RemoveBuildingForPlayer(playerid, 3173, -1548.3359, 2699.6172, 54.8203, 0.25); RemoveBuildingForPlayer(playerid, 1506, -1532.1328, 2657.4063, 55.2656, 0.25); RemoveBuildingForPlayer(playerid, 3355, -1523.8047, 2656.6563, 54.8750, 0.25); RemoveBuildingForPlayer(playerid, 1308, -1517.7422, 2677.1484, 55.1797, 0.25); RemoveBuildingForPlayer(playerid, 3283, -1518.0313, 2698.5938, 55.2109, 0.25); RemoveBuildingForPlayer(playerid, 3285, -1534.4453, 2689.2734, 56.6484, 0.25); RemoveBuildingForPlayer(playerid, 672, -1521.6094, 2707.5781, 55.5781, 0.25); RemoveBuildingForPlayer(playerid, 1308, -1486.3359, 2657.2578, 55.1563, 0.25); RemoveBuildingForPlayer(playerid, 3173, -1447.2344, 2653.3047, 54.8203, 0.25); RemoveBuildingForPlayer(playerid, 3285, -1464.3438, 2656.5000, 56.6484, 0.25); RemoveBuildingForPlayer(playerid, 1308, -1461.2344, 2678.8359, 55.2500, 0.25); RemoveBuildingForPlayer(playerid, 1308, -1485.8516, 2680.7422, 55.1563, 0.25); RemoveBuildingForPlayer(playerid, 3169, -1448.1328, 2690.7813, 54.7266, 0.25); RemoveBuildingForPlayer(playerid, 3242, -1493.8359, 2688.9922, 56.6484, 0.25); RemoveBuildingForPlayer(playerid, 3173, -1463.7656, 2692.8594, 54.8203, 0.25); RemoveBuildingForPlayer(playerid, 700, -1454.8906, 2698.2031, 55.2266, 0.25); RemoveBuildingForPlayer(playerid, 3170, -1482.3672, 2704.8047, 54.8047, 0.25); RemoveBuildingForPlayer(playerid, 669, -1449.5234, 2705.4766, 55.2422, 0.25); RemoveBuildingForPlayer(playerid, 672, -1466.9922, 2705.9453, 55.8281, 0.25); RemoveBuildingForPlayer(playerid, 1308, -1436.1016, 2655.4766, 55.1563, 0.25); RemoveBuildingForPlayer(playerid, 11677, -1303.3672, 2664.0781, 53.5781, 0.25); RemoveBuildingForPlayer(playerid, 1686, -1329.2031, 2669.2813, 49.4531, 0.25); RemoveBuildingForPlayer(playerid, 1686, -1328.5859, 2674.7109, 49.4531, 0.25); RemoveBuildingForPlayer(playerid, 11547, -1328.7188, 2677.5078, 52.2109, 0.25); RemoveBuildingForPlayer(playerid, 1686, -1327.7969, 2680.1250, 49.4531, 0.25); RemoveBuildingForPlayer(playerid, 1686, -1327.0313, 2685.5938, 49.4531, 0.25); RemoveBuildingForPlayer(playerid, 11546, -1320.6875, 2700.9531, 49.2656, 0.25); RemoveBuildingForPlayer(playerid, 3298, -258.8438, 2786.1484, 62.2266, 0.25); RemoveBuildingForPlayer(playerid, 3297, -229.2500, 2809.9453, 62.8438, 0.25); RemoveBuildingForPlayer(playerid, 16607, -733.1953, 2751.1953, 46.2188, 0.25); RemoveBuildingForPlayer(playerid, 16698, -882.7188, 2685.1875, 40.6016, 0.25); RemoveBuildingForPlayer(playerid, 16667, -882.7188, 2685.1875, 40.6016, 0.25); RemoveBuildingForPlayer(playerid, 16367, -892.8906, 2695.5313, 43.0000, 0.25); RemoveBuildingForPlayer(playerid, 16107, -733.1953, 2751.1953, 46.2188, 0.25); RemoveBuildingForPlayer(playerid, 16402, -318.2891, 2650.2422, 69.0156, 0.25); RemoveBuildingForPlayer(playerid, 16776, -237.0234, 2662.8359, 62.6094, 0.25); RemoveBuildingForPlayer(playerid, 16062, -222.6641, 2663.3047, 66.2344, 0.25); RemoveBuildingForPlayer(playerid, 16063, -222.3438, 2663.4531, 71.0156, 0.25); RemoveBuildingForPlayer(playerid, 669, -206.6328, 2672.2422, 61.8438, 0.25); RemoveBuildingForPlayer(playerid, 1223, -192.7422, 2648.8047, 61.6094, 0.25); RemoveBuildingForPlayer(playerid, 1308, -368.7266, 2697.9531, 63.1875, 0.25); RemoveBuildingForPlayer(playerid, 1308, -333.5000, 2694.3672, 62.1328, 0.25); RemoveBuildingForPlayer(playerid, 1308, -283.9453, 2695.3203, 61.7500, 0.25); RemoveBuildingForPlayer(playerid, 1223, -270.3125, 2695.6953, 61.6094, 0.25); RemoveBuildingForPlayer(playerid, 1223, -293.9297, 2695.6953, 61.6094, 0.25); RemoveBuildingForPlayer(playerid, 672, -243.0313, 2688.3047, 62.4844, 0.25); RemoveBuildingForPlayer(playerid, 1223, -251.5469, 2688.8672, 61.6094, 0.25); RemoveBuildingForPlayer(playerid, 1308, -307.9922, 2707.6563, 61.7500, 0.25); RemoveBuildingForPlayer(playerid, 1308, -263.1563, 2711.1250, 61.7500, 0.25); RemoveBuildingForPlayer(playerid, 16013, -286.2266, 2709.7266, 73.4375, 0.25); RemoveBuildingForPlayer(playerid, 1223, -245.0078, 2706.7109, 61.6094, 0.25); RemoveBuildingForPlayer(playerid, 672, -240.8359, 2737.1484, 62.4844, 0.25); RemoveBuildingForPlayer(playerid, 1308, -267.9453, 2732.0469, 61.7500, 0.25); RemoveBuildingForPlayer(playerid, 1308, -249.9141, 2744.0859, 61.7500, 0.25); RemoveBuildingForPlayer(playerid, 1308, -291.6094, 2752.6563, 59.1875, 0.25); RemoveBuildingForPlayer(playerid, 1308, -267.1719, 2758.3594, 61.7500, 0.25); RemoveBuildingForPlayer(playerid, 3241, -258.8438, 2786.1484, 62.2266, 0.25); RemoveBuildingForPlayer(playerid, 672, -245.3125, 2781.4922, 62.3672, 0.25); RemoveBuildingForPlayer(playerid, 1308, -242.0313, 2789.3438, 61.2422, 0.25); RemoveBuildingForPlayer(playerid, 669, -232.1641, 2685.2734, 61.8438, 0.25); RemoveBuildingForPlayer(playerid, 1308, -238.6016, 2695.5469, 61.7500, 0.25); RemoveBuildingForPlayer(playerid, 1223, -229.0469, 2695.6953, 61.6094, 0.25); RemoveBuildingForPlayer(playerid, 669, -202.5703, 2687.9688, 61.8438, 0.25); RemoveBuildingForPlayer(playerid, 1308, -215.6328, 2695.3125, 61.7500, 0.25); RemoveBuildingForPlayer(playerid, 1223, -211.5938, 2695.6953, 61.6094, 0.25); RemoveBuildingForPlayer(playerid, 1223, -192.7422, 2688.7969, 61.6094, 0.25); RemoveBuildingForPlayer(playerid, 1308, -193.6406, 2708.7188, 61.7500, 0.25); RemoveBuildingForPlayer(playerid, 1223, -198.8516, 2706.7109, 61.6094, 0.25); RemoveBuildingForPlayer(playerid, 16622, -190.8359, 2707.5859, 73.3516, 0.25); RemoveBuildingForPlayer(playerid, 1308, -209.7734, 2745.3906, 61.7500, 0.25); RemoveBuildingForPlayer(playerid, 1308, -231.2813, 2757.4297, 61.7500, 0.25); RemoveBuildingForPlayer(playerid, 16014, -228.8359, 2751.6094, 72.9453, 0.25); RemoveBuildingForPlayer(playerid, 1308, -230.4531, 2775.3359, 61.7500, 0.25); RemoveBuildingForPlayer(playerid, 672, -213.2891, 2787.9297, 61.9219, 0.25); RemoveBuildingForPlayer(playerid, 16015, -235.7891, 2782.9375, 73.1563, 0.25); RemoveBuildingForPlayer(playerid, 3242, -229.2500, 2809.9453, 62.8438, 0.25); RemoveBuildingForPlayer(playerid, 669, -211.9609, 2805.6641, 61.8750, 0.25); RemoveBuildingForPlayer(playerid, 1308, -177.5078, 2687.7188, 61.7500, 0.25); RemoveBuildingForPlayer(playerid, 1308, -181.1953, 2728.2109, 61.7500, 0.25); RemoveBuildingForPlayer(playerid, 1308, -186.6563, 2753.1406, 61.7500, 0.25); RemoveBuildingForPlayer(playerid, 1308, -150.2734, 2700.0781, 61.1484, 0.25); RemoveBuildingForPlayer(playerid, 652, -883.3125, 2738.9219, 45.1328, 0.25); RemoveBuildingForPlayer(playerid, 652, -861.9063, 2740.7422, 44.6797, 0.25); RemoveBuildingForPlayer(playerid, 652, -830.2891, 2742.8750, 44.7188, 0.25); RemoveBuildingForPlayer(playerid, 652, -810.9219, 2743.5625, 44.9531, 0.25); RemoveBuildingForPlayer(playerid, 16004, -843.8359, 2746.0078, 47.7109, 0.25); RemoveBuildingForPlayer(playerid, 3243, -864.7656, 2747.5547, 45.1406, 0.25); RemoveBuildingForPlayer(playerid, 3243, -878.2344, 2746.2656, 45.1406, 0.25); RemoveBuildingForPlayer(playerid, 3243, -815.8672, 2751.4141, 45.1406, 0.25); RemoveBuildingForPlayer(playerid, 3243, -827.1328, 2750.7422, 45.1406, 0.25); RemoveBuildingForPlayer(playerid, 3243, -865.9219, 2763.5469, 45.1406, 0.25); RemoveBuildingForPlayer(playerid, 3243, -878.8594, 2762.5156, 45.1406, 0.25); RemoveBuildingForPlayer(playerid, 3243, -828.8672, 2766.4609, 45.1406, 0.25); RemoveBuildingForPlayer(playerid, 3243, -817.5625, 2767.2656, 45.1406, 0.25); RemoveBuildingForPlayer(playerid, 3243, -840.3516, 2763.8359, 45.1406, 0.25); RemoveBuildingForPlayer(playerid, 3243, -850.4375, 2763.0313, 45.1406, 0.25); RemoveBuildingForPlayer(playerid, 1468, -809.2344, 2772.5469, 46.2344, 0.25); RemoveBuildingForPlayer(playerid, 1468, -806.4922, 2769.9688, 46.2344, 0.25); RemoveBuildingForPlayer(playerid, 1468, -814.5156, 2772.4219, 46.2344, 0.25); RemoveBuildingForPlayer(playerid, 1468, -825.1016, 2772.1563, 46.2344, 0.25); RemoveBuildingForPlayer(playerid, 1468, -830.3984, 2771.9766, 46.2344, 0.25);
1524
« Dátum: 2012. október 22. - 17:46:14 »
Sziasztok,az lenne a gondom hogy:A pawno lefagy mikor teszem át amx-re szerintem valamit elírtam de ti jobban tudjátok. #include a_samp #include zcmd #define Radio_Dialog 678 //Dialog ID CMD:radio1542(playerid) ShowPlayerDialog(playerid,Radio_Dialog,DIALOG_STYLE_LIST,\"Texas Rádió ((By:Beckham(Tom Seville) ))\",\"Michael Telo-Ai se eu te pego\\nTrain-Drive by\\nShakira-Addicted to you\\nDj antoine ft. The beat shakers-Ma cherie\\nOlly Murs - Heart Skips A Beat\\nSak noel-Paso\\nAlexandra Stan feat. Calprit - 1 Million\\nTinomatic - Set It Off \\nChris Lake - Sundown\\nFlorida-Whistle\\nGotye - Somebody That I Used To Know\\nPitbull-Back in time\\nCalvin Harris - Feel So Close\\nCher Lloyd - Want U Back\\nNo!End & B-sensual feat. Király tesók\\nLabrinth feat. Tinie Tempah - Earthquake\\nKelly Clarkson - Stronger\\nPitbull feat. Chris Brown - International Love\\nAdam Lambert - Never Close Our Eyes\\nChris Lawyer - Right On Time\\nMaroon 5 feat. Wiz Khalifa - Payphone\\n Texas Radio élõ adás\",\"Hallgat\", \"Kikapcsol\"); public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[]) { if(dialogid == Radio_Dialog) { for ( new i=0; i<MAX_PLAYERS; i++) { if(!response) return StopAudioStreamForPlayer(i), SendClientMessage(i, -1, \"{FFFF00}Sikeresen kikapcsoltad a {FFFFFF}rádiót{FFFF00}.\"); if(listitem == 0) PlayAudioStreamForPlayer(i, \"https://dl.dropbox.com/s/fvt055iqpksr5v2/01.%20Michel%20Tel%C3%B3%20-%20Ai%20Se%20Eu%20Te%20Pego.mp3?dl=1\"), SendClientMessage(i, -1, \"{FFFF00}Jelenleg a {FFFFFF}Michael Telo-Ai se au te pego-et hallgatod.\"); if(listitem == 1) PlayAudioStreamForPlayer(i, \"https://dl.dropbox.com/s/4v7jcuv3vhpp8e7/03.%20Train%20-%20Drive%20By.mp3?dl=1\"), SendClientMessage(i, -1, \"{FFFF00}Jelenleg a {FFFFFF}Train-Drive by-et hallgatod.\"); if(listitem == 2) PlayAudioStreamForPlayer(i, \"https://dl.dropbox.com/s/f6o9886eh1pdc4z/04.%20Shakira%20-%20Addicted%20To%20You%20%28Radio%20Version%29.mp3?dl=1\"), SendClientMessage(i, -1, \"{FFFF00}Jelenleg a {FFFFFF}Shakira-Addicted to you-t hallgatod.\"); if(listitem == 3) PlayAudioStreamForPlayer(i, \"https://dl.dropbox.com/s/jxbqlx87m4i22qr/05.%20DJ%20Antoine%20feat.%20The%20Beat%20Shakers%20-%20Ma%20Ch%C3%A9rie%20%28DJ%20Antoine%20vs%20Mad%20Mark%202k12%20Radio%20Edit%29.mp3?dl=1\"), SendClientMessage(i, -1, \"{FFFF00}Jelenleg a {FFFFFF}Dj antoine ft. The beat shakers-Ma cherie-t hallgatod.\"); if(listitem == 4) PlayAudioStreamForPlayer(i, \"https://dl.dropbox.com/s/o3qn7irgd6qpk0g/08.%20Olly%20Murs%20-%20Heart%20Skips%20A%20Beat.mp3?dl=1\"), SendClientMessage(i, -1, \"{FFFF00}Jelenleg a {FFFFFF}Olly Murs - Heart Skips A Beat-t hallgatod.\"); if(listitem == 5) PlayAudioStreamForPlayer(i, \"https://dl.dropbox.com/s/8zbat3ani9hlaxm/12.%20Sak%20Noel%20-%20Paso%20%28The%20Nini%20Anthem%29%20%28Radio%20Edit%29.mp3?dl=1\"), SendClientMessage(i, -1, \"{FFFF00}Jelenleg a {FFFFFF}Sak noel-Paso-t hallgatod.\"); if(listitem == 6) PlayAudioStreamForPlayer(i, \"https://dl.dropbox.com/s/hqgfpl3cufazrl2/13.%20Alexandra%20Stan%20feat.%20Calprit%20-%201%20Million.mp3?dl=1\"), SendClientMessage(i, -1, \"{FFFF00}Jelenleg a {FFFFFF}Alexandra stan ft.Audio_CreateTCPServer Calprit-1 Million-t hallgatod.\"); if(listitem == 7) PlayAudioStreamForPlayer(i, \"https://dl.dropbox.com/s/u752f697gqcwbje/14.%20Tinomatic%20-%20Set%20It%20Off.mp3?dl=1\"), SendClientMessage(i, -1, \"{FFFF00}Jelenleg a {FFFFFF}Tinomatic-Set it off-t hallgatod.\"); if(listitem == PlayAudioStreamForPlayer(i, \"https://dl.dropbox.com/s/c77m4f3k651n7yt/15.%20Chris%20Lake%20-%20Sundown%20%28Original%20Radio%20Edit%29.mp3?dl=1\"), SendClientMessage(i, -1, \"{FFFF00}Jelenleg a {FFFFFF}Chris lake-Sundown-t hallgatod.\"); if(listitem == 9) PlayAudioStreamForPlayer(i, \"https://dl.dropbox.com/s/l4v2uh1rqmsulfg/Flo%20Rida%20-%20Whistle%20%5BOfficial%20Video%5D-%5Bwww_flvto_com%5D.mp3?dl=1\"), SendClientMessage(i, -1, \"{FFFF00}Jelenleg a {FFFFFF}Florida-Whistle-t hallgatod.\"); if(listitem == 10) PlayAudioStreamForPlayer(i, \"https://dl.dropbox.com/s/61u8st9d9vylww8/Gotye%20-%20Somebody%20That%20I%20Used%20To%20Know%20%28feat_%20Kimbra%29%20-%20official%20video-%5Bwww_flvto_com%5D.mp3?dl=1\"), SendClientMessage(i, -1, \"{FFFF00}Jelenleg a {FFFFFF}Gotye-Somebody used it to know-t hallgatod.\"); if(listitem == 11) PlayAudioStreamForPlayer(i, \"https://dl.dropbox.com/s/osot127fdpxvu9p/07.%20Pitbull%20-%20Back%20In%20Time.mp3?dl=1\"), SendClientMessage(i, -1, \"{FFFF00}Jelenleg a {FFFFFF}Pitbull-Back in time-t hallgatod.\"); if(listitem == 12) PlayAudioStreamForPlayer(i, \"https://dl.dropbox.com/s/esollkn40fns2nc/10.%20Calvin%20Harris%20-%20Feel%20So%20Close%20%28Radio%20Edit%29.mp3?dl=1\"), SendClientMessage(i, -1, \"{FFFF00}Jelenleg a {FFFFFF}Calvin harris-Feel so close-t hallgatod.\"); if(listitem == 13) PlayAudioStreamForPlayer(i, \"https://dl.dropbox.com/s/ea2lgfq03djcege/02.%20Cher%20Lloyd%20-%20Want%20U%20Back%20%28Radio%20Edit%29.mp3?dl=1\"), SendClientMessage(i, -1, \"{FFFF00}Jelenleg a {FFFFFF}Cher Lloyd-Want U back-t hallgatod.\"); if(listitem == 14) PlayAudioStreamForPlayer(i, \"https://dl.dropbox.com/s/eeykiv4uceqxtzu/17.%20No%21End%20%26%20B-sensual%20feat.%20Kir%C3%A1ly%20Viktor%20%26%20Kir%C3%A1ly%20Linda%20-%20Move%20Faster%20%28Radio%20Edit%29.mp3?dl=1\"), SendClientMessage(i, -1, \"{FFFF00}Jelenleg a {FFFFFF}No!End & B-sensual feat. Király tesók-t hallgatod.\"); if(listitem == 15) PlayAudioStreamForPlayer(i, \"https://dl.dropbox.com/s/n24pmddhx81xues/11.%20Labrinth%20feat.%20Tinie%20Tempah%20-%20Earthquake%20%28Radio%20Edit%29.mp3?dl=1\"), SendClientMessage(i, -1, \"{FFFF00}Jelenleg a {FFFFFF}Labirinth ft.Tinie Tempah-Eartquake-t hallgatod.\"); if(listitem == 16) PlayAudioStreamForPlayer(i, \"https://dl.dropbox.com/s/dkpfuqdoccpbkc0/06.%20Kelly%20Clarkson%20-%20Stronger%20%28What%20Doesn%E2%80%99t%20Kill%20You%29.mp3?dl=1\"), SendClientMessage(i, -1, \"{FFFF00}Jelenleg a {FFFFFF}Kelly Clarkson-Stronger-t hallgatod.\"); if(listitem == 17) PlayAudioStreamForPlayer(i, \"https://dl.dropbox.com/s/ddtf4qrd2gjs3bg/16.%20Pitbull%20feat.%20Chris%20Brown%20-%20International%20Love.mp3?dl=1\"), SendClientMessage(i, -1, \"{FFFF00}Jelenleg a {FFFFFF}Pitbull ft. Chris Brown-International love-t hallgatod.\"); if(listitem == 18) PlayAudioStreamForPlayer(i, \"https://dl.dropbox.com/s/zp28pop8a5rbqix/09.%20Adam%20Lambert%20-%20Never%20Close%20Our%20Eyes.mp3?dl=1\"), SendClientMessage(i, -1, \"{FFFF00}Jelenleg a {FFFFFF}Adam lambert-Never close your eyes-t hallgatod.\"); if(listitem == 19) PlayAudioStreamForPlayer(i, \"https://dl.dropbox.com/s/17tazs15k1kuo4r/18.%20Chris%20Lawyer%20-%20Right%20On%20Time%20%28Original%20Mix%29.mp3?dl=1\"), SendClientMessage(i, -1, \"{FFFF00}Jelenleg a {FFFFFF}Chris Lawyer-Right on time (mix)-t hallgatod.\"); if(listitem == 20) PlayAudioStreamForPlayer(i, \"https://dl.dropbox.com/s/0bo93bqo52lhlge/Maroon%205%20feat.%20Wiz%20Khalifa%20-%20Payphone%20%5BSingle%5D%20.2012%20.%20%7BMobicareg%7D..%7BHKRG%7D.mp3?dl=1\"), SendClientMessage(i, -1, \"{FFFF00}Jelenleg a {FFFFFF}Maroon5 ft. Wiz khalifa-Payphone-t hallgatod.\"); if(listitem == 21) PlayAudioStreamForPlayer(i, \"http://195.70.35.172:8000/radio1.mp3\"), SendClientMessage(i, -1, \"{FFFF00}Jelenleg a {FFFFFF}Texas Radio-t hallgatod.\"); } } return 1; }
1525
« Dátum: 2012. október 21. - 10:46:14 »
Igen,Leszel szives segíteni nekem?
1526
« Dátum: 2012. október 20. - 22:47:32 »
Ez a textdraw hol helyezkedik el?a pénz alatt? vagy hol?
1527
« Dátum: 2012. október 20. - 22:43:48 »
Sziasztok,Utóbbi idõkben megpróbálkoztam a kapu készítéssel de hiba merült fel benne,kellene egy kis segítség aki tudna segíteni az kérem írjon PM-et. Olyan kapu kellene hogy Csak egy adott player tudja kinyitni. A kapu rp szerverre lenne. 4 kapuról lenne szó Elõre is köszönöm.
1528
« Dátum: 2012. október 20. - 13:05:15 »
Szerintem rossz pluginokat használsz.általában ez szokott lenni a gond.
1529
« Dátum: 2012. október 11. - 14:26:20 »
Vártam már egy normális magyar zombi szerverre...
1530
« Dátum: 2012. szeptember 29. - 15:23:51 »
Sziasztok...Valamiért nem jó a szerverem...Unknownos a mód tõle és ha házin lefuttatom akkor ezt irja ki server logban....hibaként... [14:37:13] Error: Function not registered: \'mysql_query\' [14:37:13] Error: Function not registered: \'mysql_fetch_int\' [14:37:13] Error: Function not registered: \'mysql_fetch_float\' [14:37:13] Error: Function not registered: \'mysql_query_callback\' [14:37:13] Script[gamemodes/flife.amx]: Run time error 19: \"File or function is not found\" [14:37:13] Number of vehicle models: 0 Aki segít az kap +-ot [mod]Máskor a problémádra utaljon a topci név.[/mod]
Oldalak: 1 ... 100 101 [102] 103 104 ... 112
|