Jump to content

darhal

Members
  • Posts

    582
  • Joined

  • Last visited

Everything posted by darhal

  1. U need to dont respawn the ped
  2. setPedHeadless(source, true)
  3. darhal

    Help My Pls!

    Nope u are welcome at any time
  4. darhal

    Help My Pls!

    Or use centerWindow function at the useful function page at wiki
  5. darhal

    Help My Pls!

    I dont understand what u want exactly
  6. Thanks very much for the links i think this problem sloved I request a lock
  7. Ty for help but i mean to contact the google translate and then translate the word and get the call back word
  8. @smart ty u too u function work
  9. darhal

    Help My Pls!

    Sure this called a custom hud search at the community you will find some huds or you should script one
  10. @xeon ty a lot i dont ask the script i ask stepsssssssssss !!!!!! Or function u dont know reading or what the problem plz i k all forum rules so dont learn me it
  11. Change table name to months and use that nonth = time.months[month]
  12. I understand him thats why i said thats impossible
  13. U cant change string to variable
  14. Noway u can't do this ever there is noway
  15. function removeHex(oNick, nNick) local n = getPlayerName(source) if nNick then n = nNick end if n:find("#%x%x%x%x%x%x") then local n = n:gsub("#%x%x%x%x%x%x", "") if n:len> 0 then setPlayerName(source, n) else setPlayerName(source, "Player:"..math.random(100)) end if nNick then cancelEvent() end end end addEventHandler('onPlayerChangeNick', root, removeHex) -- attach this function also when the player join it wil work
  16. Nope u are welcome any more problems
  17. Copy it inside the createBlips function after u create the marker
  18. Ty ty ty thanks very match u are the boss man
  19. Line 19 near robMarker remove the this () any more problems copy the line 19 and place it under robMarker at the first function
  20. Ah u are welcome cuz he said no problem so i ask any more problems to slove
  21. Ty at any time u are welcome but u are thanking me or him
  22. Not keep the code that work but added the interior and the end of each pos like this table = { {2259, -1222, 1049, 1186, -1234, 18, 10} } local i = math.random(#locations) marker =createMarker(locations[i][1], locations[i][2], locations[i][3], 'cylinder', 3) setElementInterior(marker, locations[i][7]) createBlip(locations[i][4], locations[i][5], locations[i][6])
  23. In the same table add a 7th arg which contain the interior where the marker was
  24. Post the new code to check it
×
×
  • Create New...