Jump to content

Hexon

Members
  • Posts

    58
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by Hexon

  1. Welcome to my store

    If you want to buy from Turkey, please contact me on Discord (Hexon#0388)


    Contacts

    Discord: Hexon#0388
    E-mail: [email protected]
    YouTube: https://www.youtube.com/hexondev
    Facebook: https://www.facebook.com/hexondev
     

    If you found a bug please ontat me on Discord (Hexon#0388)

    [MTA:SA] Fire system 0.2 (UPDATED AT 05/02/2021)

    Spoiler
    • Good for Rp or other gamemodes
    • If no one extinguishes the fire, it will burn out automatically
    • Uncompiled scripts

     

     

    [MTA:SA] WhatsApp messenger

    Spoiler

     



    [MTA:SA] Animation system with custon anim support & anim circle

    Spoiler

    Details

    • Good for all gamemodes
    • Uncompiled / Not compiled


    [MTA:SA] Taximeter

    Spoiler

    Details

    • Good for Roleplay gamemodes
    • Uncompiled / Not compiled


    [MTA:SA] Car trailer

    Spoiler

    Details

    • Good for all gamemodes
    • Uncompiled / Not compiled


    [MTA:SA] Scratch card game

    Spoiler

    Details

    • Good for all gamemodes
    • Uncompiled / Not compiled


    [MTA:SA] Spinner with new design

    Spoiler

    Details

    • Good for all gamemodes
    • Uncompiled / Not compiled


    [MTA:SA] Pointing system

    Spoiler

    Details

    • Good for all gamemodes
    • Uncompiled / Not compiled


    [MTA:SA] Spike system (Free)

    Spoiler

    Details

    • Good for all gamemodes
    • Uncompiled / Not compiled


    [MTA:SA] Weapon skin panel

    Spoiler

    Details

    • Good for all gamemodes
    • Uncompiled / Not compiled


    [MTA:SA] Garbage collector job (Bone attach required!)

    Spoiler

    Details

    • Good for all gamemodes
    • Uncompiled / Not compiled


    [MTA:SA] Trucker job

    Spoiler

    Details

    • Good for all gamemodes
    • Uncompiled / Not compiled


    [MTA:SA] Container carrier job (FREE)

    Spoiler

    Details

    • Good for all gamemodes
    • Uncompiled / Not compiled


    [MTA:SA] Container crane job

    Spoiler

    Details

    • Good for all gamemodes
    • Uncompiled / Not compiled


    [MTA:SA] Attachment system

    Spoiler

    Details

    • Good for all gamemodes
    • Uncompiled / Not compiled


    [MTA:SA] Drone system

    Spoiler

    Details

    • Good for all gamemodes
    • Uncompiled / Not compiled


    [MTA:SA] Lightbar editor with multiple lightbar support and custom siren sound

    Spoiler

    Details

    • Good for all gamemodes
    • Uncompiled / Not compiled


    [MTA:SA] Lightbar editor with multiple lightbar support

    Spoiler

    Details

    • Good for all gamemodes
    • Uncompiled / Not compiled


    [MTA:SA] Lightbar editor with custom siren sound

    Spoiler

    Details

    • Good for all gamemodes
    • Uncompiled / Not compiled


    [MTA:SA] Lightbar editor

    Spoiler

    Details

    • Good for all gamemodes
    • Uncompiled / Not compiled


    [MTA:SA] CSGO style spinner

    Spoiler

    Details

    • Good for all gamemodes
    • Uncompiled / Not compiled

     

  2. Hi! I want to sell my pointing system. You can point everywhere you want. This script is not replacing weapon models. It is good for Roleplay, Cops'n'Robbers and other gamemodes.

    Contains:

    • (script files)

    If you want to buy this script(s), please PM me or send an email: [email protected]
    or use this link: BUY HERE

    Share this resource on Facebook to get a 5% discount.

    Other scripts HERE

    Use autumn coupon code to get 25% off!
    Coupon will expire at 30/10/2020

    Thanks for reading! 

     

  3. Hi! I want to sell my spike system. You can throw spike to prevent vehicle from advancing. It is good for Roleplay, Cops'n'Robbers and other gamemodes.

    Contains:

    • Spike sound
    • Spike animation
    • (script files)

    If you want to buy this script(s), please PM me or send an email: [email protected]
    or use this link: BUY HERE

    Share this resource on Facebook to get a 5% discount.

    Other scripts HERE

    Use autumn coupon code to get 25% off!
    Coupon will expire at 30/10/2020

    Thanks for reading! 

     

  4.   

    Hi! I want to sell my garbage collector job. Your job is collect the garbages from trashes and throw in trashmaster's back. It is good for Roleplay, Cops'n'Robbers and other gamemodes.

    Contains:

    • (script files)

    If you want to buy this script(s), please PM me or send an email: [email protected]
    or use this link: BUY HERE

    Share this resource on Facebook to get a 5% discount.

    Other scripts HERE

    Use autumn coupon code to get 25% off!
    Coupon will expire at 30/10/2020

    Thanks for reading! 

     

  5.   

    Hi! I want to sell my container crane job. You can work with a DFT-30. Your job is picking up containers from pick up point and put down in the marked area.

    Contains:

    • (script files)

    If you want to buy this script(s), please PM me or send an email: [email protected]
    or use this link: BUY HERE

    Share this resource on Facebook to get a 10% discount.

    Other scripts HERE

    Use autumn coupon code to get 25% off!
    Coupon will expire at 30/10/2020

    Thanks for reading! 

     

    • Like 1
  6. Talán itt van egy egyszerűbb megoldás (számomra biztosan egyszerűbb):

    local datumString = "2020-02-10"
    
    local datumArray = split(datumString, "-")
    
    print(datumArray[1], datumArray[2], datumArray[3]) 


     

  7. 4 hours ago, MrKAREEM said:
    
    	health = getElementHealth (getPedOccupiedVehicle(localPlayer))
    	 			 
     	local health = (math.max(health - 250, 0)/750)*100
    
    	  
    	      dxDrawImage ( (x/nX)*screenWidth*13.2, (y/nY)*screenHeight*11.0, (x/nX)*screenWidth*1.1, (y/nY)*screenHeight*1, "circle.png",0,0,0,tocolor(255,255,255,200))
    		  --dxDrawImage ( (x/nX)*screenWidth*13.55, (y/nY)*screenHeight*11.1, (x/nX)*screenWidth*0.4, (y/nY)*screenHeight*0.4, "heart1.png",0,0,0,tocolor(255,255,255,150))
    		  
    	     dxDrawText(""..math.ceil(health).."", 0.968*screenX, 1.50*screenY, 0.75104166666667*screenX, 0.26018518518519*screenY, tocolor(255, 255, 255, 150), 1.5, "defaut", "center", "center", false, false, true, false, false)
    
    	  dxDrawText("HP",0.968*screenX, 1.55*screenY, 0.75104166666667*screenX, 0.26018518518519*screenY, tocolor(255, 255, 255, 150), 1.5, "defaut", "center", "center", false, false, true, false, false)
    	  ---------------------------------------------------------------------------
    	  
      	end
     
       end
     addEventHandler ( "onClientRender", root, hud )
    	  ---------------------------------------------------------------------------
    

    try this

    I think replace math.ceil to math.floor because rounding down returning a little bit real information for the player (if the player HP is 99.32 then dxDrawText display 100 but if you use .floor then displaying 99 . I think my solution is a little bit exact)

×
×
  • Create New...