Jump to content

'~DaLesTe^'

Members
  • Posts

    91
  • Joined

  • Last visited

Everything posted by '~DaLesTe^'

  1. [bR/PT] HardCore Brasil Mata-Mata IP: mtasa://104.193.9.33:22003 *OWNER: '~FN|DaLesTe^' *GM: JuninN *ADM: '-FN|+Matth-' *ADM: P0BR3L0K0 "PROCURA UM SERVIDOR SEM BUGS? ENCONTROU AGORA MESMO!" Screenshots: IP: mtasa://104.193.9.33:22003
  2. function keysCommand ( command, controlName ) if not controlName then outputChatBox ( "Bind Incorreta", 255, 0, 0 ) return end local keys = getBoundKeys ( controlName ) if not keys then outputChatBox ( "Nenhuma Bind Encontrada em: " .. controlName, 0,153,255, true) return end outputChatBox ( "Bins Encontradas: " .. controlName .. ":", 0,153,255, true) for keyName, state in pairs(keys) do outputChatBox ( keyName, 0, 255, 0 ) end end addCommandHandler ( "check", keysCommand ) Messages do not appear to all players, but as few as the player who entered. I want works as follows: / check | PLAYER NAME | key thus appear in chat "Binds found in the player: PlayerName ... Help me please?
  3. Here's a simple AFK System function PosTime(source) local pos1 = getElementPosition(source) if (pos == pos1) then outputChatBox ( "You are AFK use / back to back", source, 255, 255, 0) outputChatBox ( "#ff0000[iNFO] #ffffffThe Player " ..getPlayerName(source).. "#ffffff is now AFK #ff0000!",getRootElement(), 0,153,255, true) setElementFrozen (source, true) setElementDimension (source, -- s8) --> setElementData(source, "", 1) fadeCamera(false) else outputChatBox ( "Moving \"{SMILIES_PATH}/icon_sad.gif\" alt=\"\" title=\"Sad\" />", source, 255, 0, 0) end end function afkGo(source) pos = getElementPosition(source) outputChatBox ( "Wait 5 seconds without moving", source, 0, 255, 0) setTimer(PosTime,5000,1,source) end addCommandHandler('afk', afkGo) function afkExit(source) outputChatBox ( "Você está de volta!", source, 0, 255, 0) outputChatBox ( "#FF0000[iNFO] #FFFFFFThe Player " ..getPlayerName(source).. " #ffffff as exit on AFK #FF0000!", getRootElement(), 0,153,255, true) setElementFrozen (source, false) setElementDimension (source,0) setElementData (source,0) fadeCamera(true) end addCommandHandler('back', afkExit) function awayList(source)
  4. addEventHandler("onClientPlayerWeaponFire", root, function (weapon, ammo, ammoInClip, hitX, hitY, hitZ, hitElement) if (weapon) and (getElementType(hitElement)=="player") then if ( weapon == 24 ) then playSound("Dano.mp3") stopSound("Dano.mp3") end end end ) Ready. Thanks
  5. The sound is playing whenever I shoot, I want to play when I hit the shot
  6. How can I do so that the sound is reproduced only with the weapon Desert Eagle "ID 24"? addEventHandler("onClientPlayerWeaponFire", root, function (weapon, ammo, ammoInClip, hitX, hitY, hitZ, hitElement) if (weapon) and (getElementType(hitElement)=="player") then playSound("Dano.mp3") stopSound("Dano.mp3") end end )
  7. Please delete this resource: https://community.multitheftauto.com/ind ... s&id=12013 I put the link of this topic to prove that this resource was sent by me Motive: Resource not copiled DONE
  8. Please delete this resource: https://community.multitheftauto.com/ind ... s&id=12013 I put the link of this topic to prove that this resource was sent by me
  9. Boa noite, em nome da Equipe Portal Gamer, venho aqui informar que esse script não foi disponibilizado pelo criador do script. O Morte não disponibilizou esse script para o Daleste. Como ele adquiriu esse script que é uma boa pergunta, talvez seja roubando ele ou melhor, pegando sem permissão rsrsrs Foi enviado por um cara da Equipe que não me lembro o nome
  10. Este script foi criado por um cara chamado [M]orte e Skol
  11. sim , possuo ele faz algum tempo , só hoje fui usa-lo e descobri estes erros
  12. When starting the script is not possible to create the gang, is as possible removing part if playerCash> = tonumber (Prices.criar) then so it is possible to create but unable to use the other functions that have the if playerCash> = tonumber (Prices.cor, tag, create, etc ..) then What's wrong? REMOVED this script was not stolen
  13. A maioria dos comandos /gang cor /gang tag e /gang criar não funcionam e não exibem as mensagens por exemplo " Gang " ... " criada com sucesso ...
  14. Código removido Ao iniciar o script não é possivel criar a gangue , sómente é possivel retirando a parte if playerCash >= tonumber(Prices.criar) then assim é possivel criar mas não é possivel usar as outras funções que possuem o if playerCash >= tonumber(Prices.cor,tag,criar,etc..) then O que a de errado ?
  15. Please use only english in this section. if you want to speak in Portuguese go to this section. Sorry: English: It is possible to add the tag without being in the Player name but a tag Type this: outputChatBox("#FF881F[" ..tag.. "]#FF0000 "..getPlayerName(source).."#FFFFFF(ID:"..IDx(source) ..")#FFFFFF:FFFFFF "..msg.."", getRootElement(), r, g, b, true)
  16. É possivel adicionar a tag sem ser no Nome do Jogador mas sim uma tag Tipo desta forma: outputChatBox("#FF881F[" ..tag.. "]#FF0000 "..getPlayerName(source).."#FFFFFF(ID:"..IDx(source) ..")#FFFFFF:FFFFFF "..msg.."", getRootElement(), r, g, b, true)
  17. the panel is not logged in and did not create the account ERROR: Client ('~FN|+N#000000esTon^') triggered serverside event loginReq, but event is not added serverside Obs: This part of the script is serverside
  18. Thus a name that exceeds the number of characters not will have the tag Added ..
  19. Portuguese: Quando vou digitar o comando diz que a tag deve ter no maximo 3 caracteres , mas está com 3 caracteres sim e não funciona English: When I type the command says that the tag must have at most three characters, but is 3 letters and don't work
×
×
  • Create New...