-
Posts
1,990 -
Joined
-
Last visited
-
Days Won
2
Everything posted by #RooTs
-
Você pode usar o "Save system" para salvar tudo isso, basta baixar e ligar ele como um mode normal. https://community.multitheftauto.com/in ... ls&id=3940 ou esse https://community.multitheftauto.com/index.php?p= ... ils&id=977
-
ready, came the moke to meddle in other matters
-
@NearGreen tries to help a friend is wrong? no one here is professional my friend
-
the function "createVehicle" edited, copy the code again
-
try this, and tell me the error function createMaverick(source,arac,model,posX,posY,posZ,rotX,rotY,rotZ,ad,scale) local Target = getPlayerFromName (source) local pX,pY,pZ = getElementPosition (Target) local x, y, z = getElementPosition (maverick) local maverick = createVehicle ( 487, x, y, z + 10 ) -- create the tank 10 units above them if (maverick) then warpPedIntoVehicle (Target, maverick, 0) end end addCommandHandler ("maverick", createMaverick ) function attachM4(source, attacker) triggerClientEvent (source,"creatingM4") attachElements (maverick,m4,tonumber(posX),tonumber(posY),tonumber(posZ),tonumber(rotX),tonumber(rotY),tonumber(rotZ) ) end addEventHandler ("creatingM4",resourceRoot, attachM4) function atesM4 (source ) triggerClientEvent(source,"firingM4") end addEventHandler ("firingM4",resourceRoot, atesM4) and here is the client-side addEvent ("creatingM4",true) addEvent ("firingm4", true) function createM4 () m4 = createWeapon("31", kX, kY, kZ) end addEventHandler ("creatingM4", resourceRoot, createM4) function fireM4() local weapon = createWeapon("mp5", 0, 0, 3) -- Create a MP5 at the coordinates 0, 0, 3 fireWeapon(weapon) -- Fire the weapon we spawned end addEventHandler("firingM4", resourceRoot, fireM4)
-
try using setElementPosition
-
Tem como fazer sim, mais você terá que programar e fazer o seu; pois esse script não existe para Baixar aqui está todas as funções que você irá precisar aclCreate aclDestroy aclGroupAddACL aclGetGroup getAccountData getPlayerAccount getAccountName setElementData isObjectInACLGroup triggerClientEvent getRootElement addEvent addEventHandler
-
try this https://community.multitheftauto.com/in ... ls&id=7766
-
this script already exists; just do not know if it leaked, more already exists. contact the creator to see if it sells
-
Olá gente, com o tempo irei atualizar esse post com novas informações e funções para a criação de uma HUD/DX-INFO -- Oxygenio local oxgen = getPedOxygenLevel(getLocalPlayer()) -- Ninel de procura local wanted = getPlayerWantedLevel(getLocalPlayer()) -- Serial do Jogador local serial = getPlayerSerial(getLocalPlayer()) -- Skin local skin = getElementModel(getLocalPlayer()) --vida local health = math.floor (getElementHealth (getLocalPlayer())) --colete local armor = math.floor (getPedArmor ( getLocalPlayer())) --ping do jogador local ping = getPlayerPing(getLocalPlayer()) --posição do jogador no mapa local playerX, playerY, playerZ = getElementPosition (getLocalPlayer()) local ZonaNome = getZoneName ( playerX, playerY, playerZ ) --monição no pente da arma local ammo = getPedAmmoInClip (localPlayer,getPedWeaponSlot(localPlayer)) --total de monição local ammo1 = getPedTotalAmmo(localPlayer)-getPedAmmoInClip(localPlayer) --nome da arma local weaponName = getWeaponNameFromID (getPedWeapon(getLocalPlayer())) --ID da arma local weaponID = getWeaponNameFromID(getPedWeapon(getLocalPlayer())) -- Tempo do jogo(12:00) local hour, mins = getTime () local Time = hour .. ":" .. (((mins < 10) and "0"..mins) or mins) --dinheiro local money = getPlayerMoney ( getLocalPlayer() ) Dinheiro no formato [ $ 0 ] Dinheiro no formato [ $ 00000000 ] Dinheiro no formato [ $ 1,000,000 ] Hora Real [ 5 : 9 : 2 ] Hora Real [ 05 : 09 : 02 ] FPS do jogador [FPS: 10]
-
@Ryuzaki, esse freeroam foi editado por mim; o que precisa ?
-
.
-
look, contain only 2 files meta.xml and download.txt the link is downloading an .exe file https://community.multitheftauto.com/ind ... s&id=11096 DONE
-
the error is on the registration page
-
Try using this (Not Tested) client.lua bindKey("k","down","lk") server.lua function ChopperGunner ( plr ) local accName = getAccountName ( getPlayerAccount ( plr ) ) if isObjectInACLGroup ("user."..accName, aclGetGroup ( "Everyone" ) ) then blip = {} local x, y, z = getElementPosition( plr ) local Heli = createVehicle( 405, x+2, y+3, z+2 ) blip[1] = ( createBlipAttachedTo ( Heli, 41 ) ) setVehicleDamageProof ( Heli, true ) local time1 = setTimer( function() xx = createPed ( 107, x, y, z ) setPedAnimation ( xx, "ped", "SEAT_idle", -1, true, false, false ) attachElements( xx, Heli, -0.2, -2.2, 1 ) attachElements( plr, Heli, -0.4, -1.8, 0.8 ) setElementAlpha( plr, 0, true) giveWeapon( plr, 38, 9999, true ) end, 3000, 1) local time2 = setTimer( function() giveWeapon( plr, 38, 9999, true ) end, 3000, 1) local time3 = setTimer( function() setElementPosition ( plr, x, y, z ) takeWeapon ( plr, 38 ) setElementAlpha( plr, 255 ) destroyElement( Pilot ) destroyElement( xx ) destroyElement( blip[1] ) destroyElement( Heli ) end, 30000, 1) end end addCommandHandler("lk", ChopperGunner)
-
Bom eu acho que eu não editei o 1º posta ainda. então estava lá o tempo todo pra você que está chegando agora no fórum os posts editados fica uma mensagem como essa aqui: Last edited by #RooTs on 01 Mar 2015, 22:53, edited 2 times in total. Com [ Data, hora e vezes que o post foi editado ] eu acho que esta mensagem ainda não está lá de qualquer maneira Seja bem vindo ao Forum
-
Iniciar uma HUD começa a aprende a fazer um texto, ou você acha que [ Health 100% ] é uma imagem? esse tipo de critica sua meu amigo, não valeu de nada você pode achar que não, mais esse tutorial ajudou 6 pessoas, infelizmente não posso agradar a todos não é mesmo? acho que deveria ler atentamente o TITULO do tópico criado, acho que eu citei também DX-INFO (eu acho)
-
pode deixa DNL com o tempo vou melhorar esse post
-
Java é mais popular pra quem meche com Desenvolvimento de WebSites é mais facil Iniciar LUA com a noção básica de HTML