Jump to content

joaosilva099

Members
  • Posts

    199
  • Joined

  • Last visited

Everything posted by joaosilva099

  1. That would edit 't' chat. I mantain my opinion that you should leave it as the "all dimension" chat. I make you a command that u type like "t/dimchat mensage" and u can bind it on join with bindKey for all players. Just my opinion. EDIT: I didnt saw the return if msgtype = 0. Ok that should work. Forget what i typed above
  2. You should mantain t chat as the global. And add a handler to a command. When commamd is typed loop through all players and check if they are in same dim. If so output. Tomorrow i can give u the example. Now i am in mobile. U will need addCommandHandler getElementsByType getElementDimension outputChatBox
  3. This is what i use. function math.round(number, decimals, method) decimals = decimals or 0 local factor = 10 ^ decimals if (method == "ceil" or method == "floor") then return math[method](number * factor) / factor else return tonumber(("%."..decimals.."f"):format(number)) end end function draw() left, _, _ = getTimerDetails(jailt) lefts = math.round(left/1000) sx, sy = guiGetScreenSize() dxDrawText(lefts.." seconds remaining", sx*0.75, sy*0.9125, 765, 540, tocolor(255, 255, 255, 255), 2.10, "default-bold", "left", "top", false, false, true, false, false) end You must define jailt as a timer wich when ended will trigger the player out of jail. You should handle that with an onClientRender Event.
  4. Nice roots! My ideais: -Health ícone change (i didnt understood that it was heath at first looking and i think a hud has to be as well understandable as possíble) put something like heart or like that -Money formated with convertNumber function (found at wiki) -Vehicle name at bottom center of the screen (id you are inside a vehicle) and fuel and health I hope u apply that changes in next update! Anyways nice work.
  5. Great idea. Don.t usef it yet but think u should pack it and upload to community. And post right forum not here
  6. If u wanna bind when every player joins use event onPlayerJoin. Else could loop through all players with for _, p in ipairs (getElementsByType("player")) do bindKey(p, "arrow_r", "down", DaFunction) end
  7. Thanks all but could do some example @Banex ?
  8. Just don't reply if you don't understand...
  9. Man i don't mean pre-defined functions. I know how to find them. It would need a new function but i don't know how to make it.
  10. this will draw on the screen. i wanna draw on one pecific world position
  11. Hi all. I wanna make some Outdoor placards on my server so it would draw 3D world image (like 3dTextLabels resource but with images) and it will change the image with a timer. The ''change image'' part i can make myself. Just asking how to draw 3d image at one specific world position... Sorry i'm a little bit newbie about DX functions and Drawings TY ALL
  12. Thanks Anubhav there was no problem i just don't understand why i downloaded the version without the bug but it wasn't without it. I downlaoded the script now and then worked. Thanks anyway.
  13. Added you to skype Anubhav. When my friend arrives i will ask him to enter the server and i will edit one thing on the client-side script of mail app that i think will solve the problem. Later i give you feedback and tell you what i edited!
  14. Found it! For those who have same problem:
  15. Yes you are right but how can i do that with my custom icons and leave the radar design the way it is? I mean just change the blips design on the radar without changing its design. Is this resource editable?
  16. I searched it in resources forum and custom blips by talidan was shown. I dont want that
  17. Ss i cant send now. Later i edit this with the screen. The app is dialog box. EDIT: ScreenShot:
  18. Hi all. I found a server that im the f11 the blips are shown like normal gta but in the radar they are custom. I know customblips resource but i think that it wont create only in the radar. I think is a radar resource mod that checks the blip id and draws the correspondent image (my thinkings only). Ty all
  19. @alex just click in the phone button in the top right corner of the phone
  20. I tested out your new version and the bug of appearing me twice is corrected. Its most than corrected (hehe) because now nobody's name is shown
  21. You don't need to say sorry it's normal to have some bugs man i realy lova this.
×
×
  • Create New...