Jump to content

yce

Members
  • Posts

    15
  • Joined

  • Last visited

1 Follower

About yce

  • Birthday 02/08/2003

Details

  • Occupation
    Games

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

yce's Achievements

Square

Square (6/54)

0

Reputation

  1. no it worked I Made a folder with Name "PED" inside it I made a file called "meta.xml" and "client.lua" inside of file "meta.xml" I wrote <meta> <script src="client.lua" type="client" /> </meta>
  2. Salvar em server.lua ou client.lua? desculpe, eu sou novo em Scrpt
  3. I'm new to the script, could you help me?
  4. yce

    enter nicki [help

    function account (source) local setPlayerName = getAccountName ( thePlayer ) end addEventHandler("onPlayerLogin", account)
  5. yce

    enter nicki [help

    you can help me do ? I'm new to scripting pls help
  6. How can I do a script show HP from a ped any? I already did a ped exemple: function PED1 (source) local mypeds = createPed(7,-2430.74902, -590.24249, 131.80247) outputChatBox("YOU CREATED A PED") end addCommandHandler("ped1",PED1)
  7. I want to make a script of when player enters in server for him to stay with name of account exemple: I enter the server and record the account /register yce 1234 I want to stay with the name I put : yce Please help me
  8. yce

    Ped Health

    I did like this ht = 0 r,g,b = 200,200,200 local sx_, sy_ = guiGetScreenSize() local sx, sy = sx_/1024, sy_/768 addEventHandler("onClientRender", root, function() getElementHealth(ped) DXDrawBorderedRectangle(322*sx, 686*sy, 379*sx/100*ht, 27*sy, tocolor(200, 0, 0, 200), false) --- DAMAGE dxDrawImage(322*sx, 686*sy, 379*sx/100*75, 27*sy, "files/health.png", 0, 0, 0, tocolor(255, 255, 255, 30), false) dxDrawRectangle(322*sx, 686*sy, 379*sx/100*getElementHealth(localPlayer), 27*sy, tocolor(r,g,b, 255), false) if getElementHealth(localPlayer) <= 30 then r,g,b = 200,0,0 else r,g,b = 200,200,200 end end end )
  9. yce

    Ped Health

    I'm making a boss I wanted his life to appear on him but I do not know
  10. yce

    Ped Health

    how can i make ped life appear as a GUI?
  11. como fazer que os players nao troquem de nome no mta?por favor alguem ajuda
×
×
  • Create New...