Jump to content

John

Membru
  • Posts

    20
  • Joined

  • Last visited

    Never

Everything posted by John

  1. John

    Cum creez HQ

    Degeama CTRL+F am scris acolo si nimic...P.S GM DE STUNT
  2. John

    Cum creez HQ

    NU AM REUSIT CU ALA SI NU AM GASIT if(house == 241)//City Hall si nici macar nu stiu unde se gaseste ala: la OnPlayerCommand? unde? ca nu stiu
  3. John

    Cum creez HQ

    Salut vreau sa imi spuneti si mie cum sa creez un HQ ! Am cautat si pe net dar tot eroare imi da. Va rog sa imi spuneti cum fac si unde pun coordonatele Sa puneti la fiecare terminatie // si text cum sa fac Multumesc !
  4. Deci la OnGamemodeInit am pus asa: AddStaticPickup(1239, 1123.6327, -2037.0813, 69.8865, -1); //Pickup-ul de afara La OnPlayerCommandText am adaugat asa: if(strcmp(cmd, "/enter",true) == 0) { if(IsPlayerConnected(playerid)) { if(IsPlayerInRangeOfPoint(playerid,7.0,1123.6327,-2037.0813,69.8865)) //Exterioru de afara { SendClientMessage(playerid , COLOR_BLUE, "Bun venit la HQ"); SetPlayerPos(playerid , 2215.454833,-1147.475585,1025.796875 ); //Interioru SetPlayerInterior(playerid,15); // ID-ul interiorului } return 1; } Si imi da erorile acestea: C:\Documents and Settings\Propietario\Escritorio\-GM- 3D Stunt\-GM- 3D Stunt\gamemodes\RO1.pwn(576) : error 004: function "SendPlayerFormattedText" is not implemented C:\Documents and Settings\Propietario\Escritorio\-GM- 3D Stunt\-GM- 3D Stunt\gamemodes\RO1.pwn(648) : error 017: undefined symbol "SystemMessage" C:\Documents and Settings\Propietario\Escritorio\-GM- 3D Stunt\-GM- 3D Stunt\gamemodes\RO1.pwn(652) : error 004: function "ReactionWin" is not implemented C:\Documents and Settings\Propietario\Escritorio\-GM- 3D Stunt\-GM- 3D Stunt\gamemodes\RO1.pwn(840) : error 017: undefined symbol "dcmd_afk" C:\Documents and Settings\Propietario\Escritorio\-GM- 3D Stunt\-GM- 3D Stunt\gamemodes\RO1.pwn(841) : error 017: undefined symbol "dcmd_back" C:\Documents and Settings\Propietario\Escritorio\-GM- 3D Stunt\-GM- 3D Stunt\gamemodes\RO1.pwn(842) : error 017: undefined symbol "dcmd_brb" C:\Documents and Settings\Propietario\Escritorio\-GM- 3D Stunt\-GM- 3D Stunt\gamemodes\RO1.pwn(843) : error 017: undefined symbol "dcmd_afklist" C:\Documents and Settings\Propietario\Escritorio\-GM- 3D Stunt\-GM- 3D Stunt\gamemodes\RO1.pwn(844) : error 017: undefined symbol "dcmd_resetafk" C:\Documents and Settings\Propietario\Escritorio\-GM- 3D Stunt\-GM- 3D Stunt\gamemodes\RO1.pwn(845) : error 017: undefined symbol "dcmd_jetpack" C:\Documents and Settings\Propietario\Escritorio\-GM- 3D Stunt\-GM- 3D Stunt\gamemodes\RO1.pwn(907) : error 017: undefined symbol "aCreateThing" C:\Documents and Settings\Propietario\Escritorio\-GM- 3D Stunt\-GM- 3D Stunt\gamemodes\RO1.pwn(2568) : error 004: function "CountDown" is not implemented C:\Documents and Settings\Propietario\Escritorio\-GM- 3D Stunt\-GM- 3D Stunt\gamemodes\RO1.pwn(2603) : error 017: undefined symbol "IsInvalidSkin" C:\Documents and Settings\Propietario\Escritorio\-GM- 3D Stunt\-GM- 3D Stunt\gamemodes\RO1.pwn(4284) : error 004: function "SetPlayerRandomSpawnWar" is not implemented C:\Documents and Settings\Propietario\Escritorio\-GM- 3D Stunt\-GM- 3D Stunt\gamemodes\RO1.pwn(4319) : error 004: function "SetPlayerRandomSpawnMinigun" is not implemented C:\Documents and Settings\Propietario\Escritorio\-GM- 3D Stunt\-GM- 3D Stunt\gamemodes\RO1.pwn(4381) : error 004: function "SetPlayerRandomSpawnSecret" is not implemented C:\Documents and Settings\Propietario\Escritorio\-GM- 3D Stunt\-GM- 3D Stunt\gamemodes\RO1.pwn(4423) : error 004: function "SetPlayerRandomSpawnSpS" is not implemented C:\Documents and Settings\Propietario\Escritorio\-GM- 3D Stunt\-GM- 3D Stunt\gamemodes\RO1.pwn(4462) : error 004: function "SetPlayerRandomSpawnSniper" is not implemented C:\Documents and Settings\Propietario\Escritorio\-GM- 3D Stunt\-GM- 3D Stunt\gamemodes\RO1.pwn(4517) : error 004: function "SetPlayerRandomSpawnAK47" is not implemented C:\Documents and Settings\Propietario\Escritorio\-GM- 3D Stunt\-GM- 3D Stunt\gamemodes\RO1.pwn(4565) : error 004: function "SetPlayerRandomSpawnCdm" is not implemented C:\Documents and Settings\Propietario\Escritorio\-GM- 3D Stunt\-GM- 3D Stunt\gamemodes\RO1.pwn(4596) : error 004: function "SetPlayerRandomSpawnCdm" is not implemented C:\Documents and Settings\Propietario\Escritorio\-GM- 3D Stunt\-GM- 3D Stunt\gamemodes\RO1.pwn(5939) : error 029: invalid expression, assumed zero C:\Documents and Settings\Propietario\Escritorio\-GM- 3D Stunt\-GM- 3D Stunt\gamemodes\RO1.pwn(5939) : error 004: function "OnPlayerKeyStateChange" is not implemented C:\Documents and Settings\Propietario\Escritorio\-GM- 3D Stunt\-GM- 3D Stunt\gamemodes\RO1.pwn(5941) : error 017: undefined symbol "newkeys" C:\Documents and Settings\Propietario\Escritorio\-GM- 3D Stunt\-GM- 3D Stunt\gamemodes\RO1.pwn(5946) : error 017: undefined symbol "GetVehicleWithinDistance" C:\Documents and Settings\Propietario\Escritorio\-GM- 3D Stunt\-GM- 3D Stunt\gamemodes\RO1.pwn(5947) : error 017: undefined symbol "IsVehicleRcTram" C:\Documents and Settings\Propietario\Escritorio\-GM- 3D Stunt\-GM- 3D Stunt\gamemodes\RO1.pwn(5948) : error 017: undefined symbol "IsVehicleRcTram" Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 26 Errors. Va rog frumos sa imi ziceti ce am gresit, si spuneti-mi cum sa fac ca am mare nevoie .. Va multumesc !
  5. C:\Documents and Settings\Administrator\Desktop\alex server\gamemodes\DriftP.pwn(229) : error 017: undefined symbol "RemoveBuildingForPlayer" C:\Documents and Settings\Administrator\Desktop\alex server\gamemodes\DriftP.pwn(230) : error 017: undefined symbol "RemoveBuildingForPlayer" C:\Documents and Settings\Administrator\Desktop\alex server\gamemodes\DriftP.pwn(231) : error 017: undefined symbol "RemoveBuildingForPlayer" C:\Documents and Settings\Administrator\Desktop\alex server\gamemodes\DriftP.pwn(232) : error 017: undefined symbol "RemoveBuildingForPlayer" C:\Documents and Settings\Administrator\Desktop\alex server\gamemodes\DriftP.pwn(233) : error 017: undefined symbol "RemoveBuildingForPlayer" C:\Documents and Settings\Administrator\Desktop\alex server\gamemodes\DriftP.pwn(234) : error 017: undefined symbol "RemoveBuildingForPlayer" C:\Documents and Settings\Administrator\Desktop\alex server\gamemodes\DriftP.pwn(235) : error 017: undefined symbol "RemoveBuildingForPlayer" C:\Documents and Settings\Administrator\Desktop\alex server\gamemodes\DriftP.pwn(236) : error 017: undefined symbol "RemoveBuildingForPlayer" C:\Documents and Settings\Administrator\Desktop\alex server\gamemodes\DriftP.pwn(237) : error 017: undefined symbol "RemoveBuildingForPlayer" C:\Documents and Settings\Administrator\Desktop\alex server\gamemodes\DriftP.pwn(238) : error 017: undefined symbol "RemoveBuildingForPlayer" C:\Documents and Settings\Administrator\Desktop\alex server\gamemodes\DriftP.pwn(239) : error 017: undefined symbol "RemoveBuildingForPlayer" C:\Documents and Settings\Administrator\Desktop\alex server\gamemodes\DriftP.pwn(240) : error 017: undefined symbol "RemoveBuildingForPlayer" C:\Documents and Settings\Administrator\Desktop\alex server\gamemodes\DriftP.pwn(241) : error 017: undefined symbol "RemoveBuildingForPlayer" C:\Documents and Settings\Administrator\Desktop\alex server\gamemodes\DriftP.pwn(242) : error 017: undefined symbol "RemoveBuildingForPlayer" C:\Documents and Settings\Administrator\Desktop\alex server\gamemodes\DriftP.pwn(243) : error 017: undefined symbol "RemoveBuildingForPlayer" C:\Documents and Settings\Administrator\Desktop\alex server\gamemodes\DriftP.pwn(244) : error 017: undefined symbol "RemoveBuildingForPlayer" C:\Documents and Settings\Administrator\Desktop\alex server\gamemodes\DriftP.pwn(245) : error 017: undefined symbol "RemoveBuildingForPlayer" C:\Documents and Settings\Administrator\Desktop\alex server\gamemodes\DriftP.pwn(246) : error 017: undefined symbol "RemoveBuildingForPlayer" C:\Documents and Settings\Administrator\Desktop\alex server\gamemodes\DriftP.pwn(247) : error 017: undefined symbol "RemoveBuildingForPlayer" C:\Documents and Settings\Administrator\Desktop\alex server\gamemodes\DriftP.pwn(248) : error 017: undefined symbol "RemoveBuildingForPlayer" C:\Documents and Settings\Administrator\Desktop\alex server\gamemodes\DriftP.pwn(3258) : warning 209: function "OnPlayerKeyStateChange" should return a value Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 20 Errors. AM BAGAT ASTEA LA OnPlayerConnect si priviti ce mi-a dat....(AJUTATI-MAA !!!!!!!!!!!!!!
  6. MULTUMESC FOARTE MULT ! RAMAN DATOR :shocked:
  7. Salut ! Am si eu o problema....Eu am sters cateva obiecte originale din GTA si as vrea sa le bag in SAMp in serverul meu dar cand dau compile imi da eroare..Sa va arat ce am bagat in Pawno RemoveBuildingForPlayer(playerid, 3366, 276.6563, 2023.7578, 16.6328, 0.25); RemoveBuildingForPlayer(playerid, 3366, 276.6563, 1989.5469, 16.6328, 0.25); RemoveBuildingForPlayer(playerid, 3366, 276.6563, 1955.7656, 16.6328, 0.25); RemoveBuildingForPlayer(playerid, 1411, 347.1953, 1799.2656, 18.7578, 0.25); RemoveBuildingForPlayer(playerid, 1411, 342.9375, 1796.2891, 18.7578, 0.25); RemoveBuildingForPlayer(playerid, 16670, 330.7891, 1813.2188, 17.8281, 0.25); RemoveBuildingForPlayer(playerid, 16094, 191.1406, 1870.0391, 21.4766, 0.25); RemoveBuildingForPlayer(playerid, 16671, 193.9531, 2051.7969, 20.1797, 0.25); RemoveBuildingForPlayer(playerid, 16653, 245.5859, 1903.7266, 13.7188, 0.25); RemoveBuildingForPlayer(playerid, 3279, 267.0625, 1895.2969, 16.8203, 0.25); RemoveBuildingForPlayer(playerid, 3268, 276.6563, 2023.7578, 16.6328, 0.25); RemoveBuildingForPlayer(playerid, 3268, 276.6563, 1989.5469, 16.6328, 0.25); RemoveBuildingForPlayer(playerid, 3268, 276.6563, 1955.7656, 16.6328, 0.25); RemoveBuildingForPlayer(playerid, 16668, 357.9375, 2049.4219, 16.8438, 0.25); RemoveBuildingForPlayer(playerid, 16669, 380.2578, 1914.9609, 17.4297, 0.25); si cand dau compile imi zice eroare asta C:\Documents and Settings\Administrator\Desktop\alex server\gamemodes\DeletingBuild.pwn(1) : error 010: invalid function or declaration C:\Documents and Settings\Administrator\Desktop\alex server\gamemodes\DeletingBuild.pwn(2) : error 010: invalid function or declaration C:\Documents and Settings\Administrator\Desktop\alex server\gamemodes\DeletingBuild.pwn(3) : error 010: invalid function or declaration C:\Documents and Settings\Administrator\Desktop\alex server\gamemodes\DeletingBuild.pwn(4) : error 010: invalid function or declaration C:\Documents and Settings\Administrator\Desktop\alex server\gamemodes\DeletingBuild.pwn(5) : error 010: invalid function or declaration C:\Documents and Settings\Administrator\Desktop\alex server\gamemodes\DeletingBuild.pwn(6) : error 010: invalid function or declaration C:\Documents and Settings\Administrator\Desktop\alex server\gamemodes\DeletingBuild.pwn(7) : error 010: invalid function or declaration C:\Documents and Settings\Administrator\Desktop\alex server\gamemodes\DeletingBuild.pwn(8) : error 010: invalid function or declaration C:\Documents and Settings\Administrator\Desktop\alex server\gamemodes\DeletingBuild.pwn(9) : error 010: invalid function or declaration C:\Documents and Settings\Administrator\Desktop\alex server\gamemodes\DeletingBuild.pwn(10) : error 010: invalid function or declaration C:\Documents and Settings\Administrator\Desktop\alex server\gamemodes\DeletingBuild.pwn(11) : error 010: invalid function or declaration C:\Documents and Settings\Administrator\Desktop\alex server\gamemodes\DeletingBuild.pwn(12) : error 010: invalid function or declaration C:\Documents and Settings\Administrator\Desktop\alex server\gamemodes\DeletingBuild.pwn(13) : error 010: invalid function or declaration C:\Documents and Settings\Administrator\Desktop\alex server\gamemodes\DeletingBuild.pwn(14) : error 010: invalid function or declaration C:\Documents and Settings\Administrator\Desktop\alex server\gamemodes\DeletingBuild.pwn(15) : error 010: invalid function or declaration C:\Documents and Settings\Administrator\Desktop\alex server\gamemodes\DeletingBuild.pwn(16) : error 013: no entry point (no public functions) Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 16 Errors. Va rog am nevoie de raspunsuri
  8. C:\Documents and Settings\Administrator\Desktop\Serverul Meu !\GM-ul Meu !\Untitled.pwn(108) : warning 217: loose indentation C:\Documents and Settings\Administrator\Desktop\Serverul Meu !\GM-ul Meu !\Untitled.pwn(116) : warning 217: loose indentation C:\Documents and Settings\Administrator\Desktop\Serverul Meu !\GM-ul Meu !\Untitled.pwn(160) : warning 217: loose indentation C:\Documents and Settings\Administrator\Desktop\Serverul Meu !\GM-ul Meu !\Untitled.pwn(165) : error 010: invalid function or declaration C:\Documents and Settings\Administrator\Desktop\Serverul Meu !\GM-ul Meu !\Untitled.pwn(279) : warning 217: loose indentation C:\Documents and Settings\Administrator\Desktop\Serverul Meu !\GM-ul Meu !\Untitled.pwn(282) : error 010: invalid function or declaration C:\Documents and Settings\Administrator\Desktop\Serverul Meu !\GM-ul Meu !\Untitled.pwn(365) : warning 203: symbol is never used: "MyPickup" Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 2 Errors. Imi da eroare dupa ce am facut new cash; public OnGameModeInit() { cash = CreatePickup(1274, 2, 0.0, 0.0, 9.0); return 1; } public OnPlayerPickUpPickup(playerid, pickupid) { if(pickupid == cash) GivePlayerMoney(playerid,10000); return 1; } public OnPlayerDeath(playerid, killerid, reason) { new string[32]; // Award $10,000 to the killer GivePlayerMoney(killerid, 10000); format(string, sizeof(string), "You now have %d.", GetPlayerMoney(killerid)); SendClientMessage(killerid, 0xFFFFFFFF, string); } Ajutati-ma !
  9. Salutare....Nu am mai intrat demult pe forum deoarece nu prea am avut timp... Deci, eu vreau sa imi fac un pickup, adk cand intru in el sa imi dea o suma de bani..Eu m-am uitat si la tutoriale pe YouTube dar nu a mers..Imi dadea eroare.. Va rog mult sa ma ajutati ! [move]S?rb?tori Fericite ![/move]
  10. La OnPlayerEnterVehicle :tongue:
  11. Am adaugat :-( new string[128]; format(string, sizeof(string), "You are entering vehicle %i",vehicleid); SendClientMessage(playerid, 0xFFFFFFFF, string); return 1; } deoarece imi disparea masina , dar degeaba.... tot imi dispare... nush ce sa mai fac..Va rog sa ma ajutati... :-(
  12. ;;)Cum pot s? dau reset la case? ;
  13. [glow=red,2,300]Cum fac upload la pluginuri , include etc...?[/glow]
  14. Salut ! Vreau s? v? spun c? eu am vrut s? schimb ceva în radmin.pwn ?i am dat compile.(nu am avut nici o eroare) :-) M-am dus în fi?ierul FileScripts ?i am vrut s? ?terg un FS ?i din gre?eal? am ?ters Radmin.pwn Am golit si Recycle Bin ?i azi când am venit de la ?coal? am observat c? nu mai am Radmin.pwn :cry: Cum pot s?-l fac din .amx în .pwn? V? rog s? m? ajuta?i ! [move]Mul?umesc ![/move]
  15. P?i eu vreau s? scot bugul la acest server... :cry: Am încercat ?i eu ?i nu am reu?it... Sper s? m? ajute cineva s? rezolv acest bug... (
  16. :embarrassed: Salut ! [glow=red,2,300]Am un server care l-am luat dup? fi?ierul meu. Era de 0.3a ?i l-am bagat pe 0.3c. Problema la mine e c? cand ma urc într-o ma?in? dispare...De ce oare? V? rog, am nevoie de ni?te r?spunsuri! Mul?umesc ![/glow]
  17. Cum creez comanda /skin? Când dau /skin [iD] vreau s? mi se schimbe skinul.Cum fac? V? rog s? m? ajuta?i [glow=red,2,300]Mul?umesc![/glow]
  18. Salut ! Cum pot sa imi fac un checkpoint intrare-iesire? de ex: Eu vreau sa pun un checkpoint in fata magazinului si cand intru in cercul acela sa intre in magazin.Si din interior cand intru in cercul acela rosu sa iasa afara. Cum fac? Va rog eu ajutatima !!
×
×
  • 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.