Jump to content

LeonardoS'k

Members
  • Posts

    33
  • Joined

  • Last visited

Everything posted by LeonardoS'k

  1. Hello Staff Of the Forum for MTA:SA! My Problem is, When you Entered The Map Editor, it shows The Download Bar, So That It will Never End Always Stays At 0 and does Not go Out But! This Also is Happening with the server site for this error or bug I can not but to edit/test my server, I reinstalled mta sa 1.5 x2 and it did not work and also bugou with other versions of mta sa !!! Remembering that Only Happens in the Map Editor and Server on-Premises, on servers that are not are local enters normal!! Please Help me !! Check out the Print Below: \/ Link Image ! Thank You, Await The Help The Most!
  2. Hello Staff Of the Forum for MTA:SA! My Problem is, When you Entered The Map Editor, it shows The Download Bar, So That It will Never End Always Stays At 0 and does Not go Out But! This Also is Happening with the server site for this error or bug I can not but to edit/test my server, I reinstalled mta sa 1.5 x2 and it did not work and also bugou with other versions of mta sa !!! Remembering that Only Happens in the Map Editor and Server on-Premises, on servers that are not are local enters normal!! Please Help me !! Check out the Print Below: \/ Link Image ! Thank You, Await The Help The Most!
  3. Eu To Com Mesmo Problema !!! So que Tbm não so com Map Editor e TBM com Server local !!
  4. Olá, o Meu MTA:SA Esta Com Erro, quando entro no server local/map editor !! Fica Fazendo Download Infinito !! Mas Quando Entro Em qualquer Server Não Fica !! Porque, Será Isso ?? Alguém Sabe me Explicar isso ?? Obs: Já Reinstalei o MTA:SA 1.5.1 , 2x Vez é Não Funcionou !! (Por Causa Desse Problema não Consigo Criar/Editar Mapa e Nem Editar/Verificar meu Server Local!) Por Favor Alguém Me Ajude !!
  5. Muito Obrigado Pessoal --- Vou Testa Dessa Forma que voces Passarão Forma que eu Tava Usando: -- Aumentando Numero de Balas addEventHandler("onPlayerWeaponSwitch",getRootElement(),function(previousWeaponID,currentWeaponID) local current_1 = getElementData(source,"currentweapon_1") local current_2 = getElementData(source,"currentweapon_2") local current_3 = getElementData(source,"currentweapon_3") if currentWeaponID == 23 and current_2 == "M9 SD" then setWeaponProperty("23","poor","maximum_clip_ammo",15) setWeaponProperty("23","std","maximum_clip_ammo",15) setWeaponProperty("23","pro","maximum_clip_ammo",15) -- Test: setWeaponProperty("23","pro","flags",0x000800) setWeaponProperty("23","pro","flags",0x000002) setWeaponProperty("22","pro","weapon_range",700) elseif currentWeaponID == 22 and current_2 == "M1911" then setWeaponProperty("22","poor","maximum_clip_ammo",17) setWeaponProperty("22","std","maximum_clip_ammo",17) setWeaponProperty("22","pro","maximum_clip_ammo",17) -- Test: setWeaponProperty("22","poor","weapon_range",700) setWeaponProperty("22","std","weapon_range",700) setWeaponProperty("22","pro","weapon_range",700) elseif currentWeaponID == 24 and current_2 == "Desert Eagle" then setWeaponProperty("24","poor","maximum_clip_ammo",6) setWeaponProperty("24","std","maximum_clip_ammo",6) setWeaponProperty("24","pro","maximum_clip_ammo",6) elseif currentWeaponID == 28 and current_2 == "PDW" then setWeaponProperty("28","poor","maximum_clip_ammo",30) setWeaponProperty("28","std","maximum_clip_ammo",30) setWeaponProperty("28","pro","maximum_clip_ammo",30) elseif currentWeaponID == 29 and current_2 == "MP5A5" then setWeaponProperty("29","poor","maximum_clip_ammo",30) setWeaponProperty("29","std","maximum_clip_ammo",30) setWeaponProperty("29","pro","maximum_clip_ammo",30) -- Shotguns elseif currentWeaponID == 25 and current_1 == "Winchester 1866" then setWeaponProperty("25","poor","maximum_clip_ammo",4) setWeaponProperty("25","std","maximum_clip_ammo",4) setWeaponProperty("25","pro","maximum_clip_ammo",4) elseif currentWeaponID == 27 and current_1 == "SPAZ-12 Combat Shotgun" then setWeaponProperty("27","poor","maximum_clip_ammo",8) setWeaponProperty("27","std","maximum_clip_ammo",8) setWeaponProperty("27","pro","maximum_clip_ammo",8) -- M4's elseif currentWeaponID == 31 and current_1 == "М4А1 Holo" then setWeaponProperty("31","poor","maximum_clip_ammo",30) setWeaponProperty("31","std","maximum_clip_ammo",30) setWeaponProperty("31","pro","maximum_clip_ammo",30) elseif currentWeaponID == 31 and current_1 == "М4А1 CCO" then setWeaponProperty("31","poor","maximum_clip_ammo",20) setWeaponProperty("31","std","maximum_clip_ammo",20) setWeaponProperty("31","pro","maximum_clip_ammo",20) elseif currentWeaponID == 31 and current_1 == "М4А1 Xmas 2015" then setWeaponProperty("31","poor","maximum_clip_ammo",20) setWeaponProperty("31","std","maximum_clip_ammo",20) setWeaponProperty("31","pro","maximum_clip_ammo",20) elseif currentWeaponID == 31 and current_1 == "M4A1 CCO SD" then setWeaponProperty("31","poor","maximum_clip_ammo",30) setWeaponProperty("31","std","maximum_clip_ammo",30) setWeaponProperty("31","pro","maximum_clip_ammo",30) -- Ak's elseif currentWeaponID == 30 and current_1 == "AK-74" then setWeaponProperty("30","poor","maximum_clip_ammo",30) setWeaponProperty("30","std","maximum_clip_ammo",30) setWeaponProperty("30","pro","maximum_clip_ammo",30) elseif currentWeaponID == 30 and current_1 == "AK-101" then setWeaponProperty("30","poor","maximum_clip_ammo",30) setWeaponProperty("30","std","maximum_clip_ammo",30) setWeaponProperty("30","pro","maximum_clip_ammo",30) -- Armas Pesadas elseif currentWeaponID == 30 and current_1 == "Mk 48 Mod 0" then setWeaponProperty("30","poor","maximum_clip_ammo",100) setWeaponProperty("30","std","maximum_clip_ammo",100) setWeaponProperty("30","pro","maximum_clip_ammo",100) elseif currentWeaponID == 30 and current_1 == "PKP" then setWeaponProperty("30","poor","maximum_clip_ammo",100) setWeaponProperty("30","std","maximum_clip_ammo",100) setWeaponProperty("30","pro","maximum_clip_ammo",100) -- Rifles e Snipers e Misc elseif currentWeaponID == 33 and current_1 == "Lee Enfield" then setWeaponProperty("33","poor","maximum_clip_ammo",5) setWeaponProperty("33","std","maximum_clip_ammo",5) setWeaponProperty("33","pro","maximum_clip_ammo",5) elseif currentWeaponID == 34 and current_1 == "DMR" then setWeaponProperty("34","poor","maximum_clip_ammo",5) setWeaponProperty("34","std","maximum_clip_ammo",5) setWeaponProperty("34","pro","maximum_clip_ammo",5) -- Test: setWeaponProperty("34","poor","weapon_range",700) setWeaponProperty("34","std","weapon_range",700) setWeaponProperty("34","pro","weapon_range",700) elseif currentWeaponID == 34 and current_1 == "PGM Hecate II" then setWeaponProperty("34","poor","maximum_clip_ammo",7) setWeaponProperty("34","std","maximum_clip_ammo",7) setWeaponProperty("34","pro","maximum_clip_ammo",7) -- Test: setWeaponProperty("34","poor","weapon_range",1000) setWeaponProperty("34","std","weapon_range",1000) setWeaponProperty("34","pro","weapon_range",1000) elseif currentWeaponID == 34 and current_1 == "M24" then setWeaponProperty("34","poor","maximum_clip_ammo",5) setWeaponProperty("34","std","maximum_clip_ammo",5) setWeaponProperty("34","pro","maximum_clip_ammo",5) -- Test: setWeaponProperty("34","poor","weapon_range",700) setWeaponProperty("34","std","weapon_range",700) setWeaponProperty("34","pro","weapon_range",700) elseif currentWeaponID == 34 and current_1 == "AS50" then setWeaponProperty("34","poor","maximum_clip_ammo",5) setWeaponProperty("34","std","maximum_clip_ammo",5) setWeaponProperty("34","pro","maximum_clip_ammo",5) -- Test: setWeaponProperty("34","poor","weapon_range",700) setWeaponProperty("34","std","weapon_range",700) setWeaponProperty("34","pro","weapon_range",700) elseif currentWeaponID == 34 and current_1 == "AS50 TWS" then setWeaponProperty("34","poor","maximum_clip_ammo",5) setWeaponProperty("34","std","maximum_clip_ammo",5) setWeaponProperty("34","pro","maximum_clip_ammo",5) -- Test: setWeaponProperty("34","poor","weapon_range",700) setWeaponProperty("34","std","weapon_range",700) setWeaponProperty("34","pro","weapon_range",700) elseif currentWeaponID == 34 and current_1 == "M40A3" then setWeaponProperty("34","poor","maximum_clip_ammo",5) setWeaponProperty("34","std","maximum_clip_ammo",5) setWeaponProperty("34","pro","maximum_clip_ammo",5) -- Test: setWeaponProperty("34","poor","weapon_range",700) setWeaponProperty("34","std","weapon_range",700) setWeaponProperty("34","pro","weapon_range",700) elseif currentWeaponID == 34 and current_1 == "CZ550" then setWeaponProperty("34","poor","maximum_clip_ammo",5) setWeaponProperty("34","std","maximum_clip_ammo",5) setWeaponProperty("34","pro","maximum_clip_ammo",5) -- Test: setWeaponProperty("34","poor","weapon_range",700) setWeaponProperty("34","std","weapon_range",700) setWeaponProperty("34","pro","weapon_range",700) elseif currentWeaponID == 34 and current_1 == "MDX-9B" then setWeaponProperty("34","poor","maximum_clip_ammo",5) setWeaponProperty("34","std","maximum_clip_ammo",5) setWeaponProperty("34","pro","maximum_clip_ammo",5) -- Test: setWeaponProperty("34","poor","weapon_range",700) setWeaponProperty("34","std","weapon_range",700) setWeaponProperty("34","pro","weapon_range",700) elseif currentWeaponID == 33 and current_1 == "Compound Crossbow" then setWeaponProperty("33","poor","maximum_clip_ammo",1) setWeaponProperty("33","std","maximum_clip_ammo",1) setWeaponProperty("33","pro","maximum_clip_ammo",1) -- Outros elseif currentWeaponID == 43 and current_3 == "Binoculars" then setWeaponProperty("43","pro","flags",0x002000) setWeaponProperty("43","pro","flags",0x000010) setWeaponProperty("43","pro","flags",0x000020) end end)
  6. olá To Com Uma duvida !! Como faço (codigo) para ter a pistola (colt) do gta sa fica dupla ??? Thanks
×
×
  • Create New...