Jump to content

mjau

Members
  • Posts

    589
  • Joined

  • Last visited

Everything posted by mjau

  1. nah just a bit lazy guy anyway i will try to do the health and armor clientsided
  2. But if i use settimer and infinite repeats it will work then ?
  3. but armor still dont work Edit Doublepost srry
  4. Another problem The healh and armor shows 0 wahtever i do function bindTheKeys() bindKey ( "F2", "down", openGui ) bindKey ( "F2", "up", closeGui ) bindKey ( "F2", "down", stats ) end addCommandHandler ( "bindme", bindTheKeys ) function stats() local ping = getElementData (getLocalPlayer(), "ping") local ip = getElementData (getLocalPlayer(), "ip") local serial = getElementData (getLocalPlayer(), "serial") local health = getElementData (getLocalPlayer(), "health") local armour = getElementData (getLocalPlayer(), "armour") guiSetText(GUIEditor_Label[4], "Serial: " ..tostring(serial).. " " ,true, GUIEditor_Window[1]) guiSetText(GUIEditor_Label[3], "Ping: " ..tostring(ping).. " " ,true, GUIEditor_Window[1]) guiSetText(GUIEditor_Label[5], "IP: " ..tostring(ip).. " " ,true, GUIEditor_Window[1]) guiSetText(GUIEditor_Label[1], "Health: " ..tostring(health).. " " ,true, GUIEditor_Window[1]) guiSetText(GUIEditor_Label[2], "Armour: " ..tostring(armour).. " " ,true, GUIEditor_Window[1]) end function openGui() infoGui() end function closeGui() guiSetVisible ( GUIEditor_Window[1], false ) end Server side in 1th post
  5. Hi i have decided to make a stats system and as far i have come it works but now there is a problem The probmlem is that ive added some things to get like serial ip health ad others but it shows false in the gui
  6. But look at what you wrote onn your community profile dont you see even one mistake in it ??
  7. thats not hard to do if u mean the cursor
  8. NVM Fixed it myself :DD
  9. MOJRM Start Learning and reading the help you get dont just copy and paste or we wont help you more if you keep asking and never learn just a tip Oh btw better english would do you good too
  10. mjau

    Area scripting.

    locking what u mean gates ? rocket protection? waht more info please
  11. im srry but noone iof you think the title i s funny "Bug in glitch system"
  12. mjau

    Question

    Yeh ok maybe a suggestion for mta witha ability to do something like this Euros = cordinates here txd = engineLoadTXD ( "data/euros.txd" ) engineImportTXD ( txd, Euros )
  13. mjau

    Question

    Is it possible to retexture only some cars or only some buildings a example i wanna retexture 1 infernus spawn because someone donated but if i retexture it every infernus become like that Is it possible and if yes how *?
  14. could u shorten it to the part where it is wrong i dont like to read 240 lines of lua especially when it comes to GUI
  15. oh ok srry then should have readen it better
  16. TAPL i think he made both to make it show up when the player joins not onlywhyen resource starts oh and if u want to have a command use addCommandHandler
  17. A. Freeroam+ and FA:RPG Q. What u think is best server in mta ?
  18. you added the file line in meta ?
×
×
  • Create New...