Jump to content

Italo

Members
  • Posts

    9
  • Joined

  • Last visited

Italo's Achievements

Newbie

Newbie (4/54)

0

Reputation

  1. I've tried everything but the image is only on the left side of the GPS when I wanted her to where is circled in red please help mi. Print: Script: function speed ( ) addEventHandler ( "onClientRender", root, getspeed ) end addEventHandler ("onClientVehicleEnter", root, speed) function wylacz ( ) removeEventHandler ( "onClientRender", root, getspeed ) end addEventHandler("onClientVehicleExit", root, wylacz) function hud ( ) ammo = getPedTotalAmmo ( getLocalPlayer() ) clip = getPedAmmoInClip ( getLocalPlayer() ) weaponID = getPedWeapon(getLocalPlayer()) health = getElementHealth (localPlayer) arma = getPedWeapon( getLocalPlayer() ) clip = getPedAmmoInClip ( getLocalPlayer() ) bala = getPedTotalAmmo ( getLocalPlayer() ) local hour, minutes = getTime() local x, y = guiGetScreenSize ( ) posx2= x-0 posy2= 0 posx3= x-0 posy3= 0 local screenWidth,screenHeight = guiGetScreenSize() if ( arma==27 ) then destroyElement(element1)element1 = dxDrawImage(screenWidth/466, 637, 116, 109,"imagens/m4.png", 0, 0, 0, tocolor(255, 255, 255, 255), true)end function quitar ( ) showPlayerHudComponent (source, "armour", false ) showPlayerHudComponent (source, "health", false ) showPlayerHudComponent (source, "money", false ) showPlayerHudComponent (source, "clock", false ) showPlayerHudComponent (source, "weapon", false ) showPlayerHudComponent (source, "ammo", false) showPlayerHudComponent (source, "money", false ) showPlayerHudComponent (source, "wanted", false ) showPlayerHudComponent (source, "crosshair", true ) end addEventHandler ( "onPlayerJoin", getRootElement(), quitar ) addEventHandler ( "onResourceStart", getRootElement(), quitar ) end addEventHandler("onClientRender",getRootElement(),hud) addEventHandler("onClientPlayerSpawn",getRootElement(),hud)
  2. You treated in a manner much wrong Brazilians, it offends everyone. You must think "illegal" "uncredited" versions that is not true because all releases posted by the Brazilian forum mtaz brings all the credits of criadores.Não wanted to create anything illegal. So wanted that beautiful design does not end. (GOOGLE TRANSLATE I AM BRAZILIAN)
  3. Italo

    Problem bindkey

    Whenever a player connects to the server that panel appears before the login screen. I wanted it to appear only when the F4 was Pressed.
  4. I created this script when the desired image appears so that when the player enters the server the image looks like it connects and I just wanted it to appear when the button was pressed configured. Script Client GUIEditor = { staticimage = {} } addEventHandler("onClientResourceStart", resourceRoot, function() GUIEditor.staticimage = guiCreateStaticImage(95, 45, 827, 660, "images/design.png", false) end ) function showPanel () local visible = guiGetVisible(GUIEditor.staticimage) guiSetVisible(GUIEditor.staticimage,not visible) end bindKey("F4","down",showPanel)
  5. Italo

    Help with Flood

    When a player takes damage warning appears 1 time and no longer appears. I wanted it to appear first time every time the player takes damage. For before he was appearing at the time that led to an injury.
  6. Italo

    Help with Flood

    Worked. But it appears only 1 time. I wish that when the player took damage aparessece 1 time and when the message appeared again levassse other damage. This way you put so appears 1 time and will not appear mais.Mi sorry if I'm a little confused to understand because I do not speak English and do not know how to explain the situation well. You could set it up for this?
  7. I have this anti-deslog in whose combat with this error when the player bleeds or gets shot it appears in the chat endlessly. Warning not to logout. I want to appear only the first time to take a shot or bleed. This script is intended for game mode DayZ. Mi Please help Server: @Edit Work
×
×
  • Create New...