Jump to content

N98E

Members
  • Posts

    7
  • Joined

  • Last visited

Details

  • Gang
    Maseko
  • Location
    Bl5er
  • Occupation
    Nah
  • Interests
    Idk

Recent Profile Visitors

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

N98E's Achievements

Newbie

Newbie (4/54)

1

Reputation

  1. function healthRegen() for i,v in pairs(getElementsByType("player")) do if isObjectInACLGroup( "user."..getAccountName(getPlayerAccount(v)), aclGetGroup("VIP")) then setElementHealth (v, getElementHealth (v) + 15) end end end setTimer(healthRegen, 5000, 0) function clientJoin() outputChatBox("health regen", source, 0, 255, 255, true) end addEventHandler("onClientPlayerJoin", getRootElement(), clientJoin)
  2. Hello, i am suggesting to improve the ' 'guiGridListClear' our current one doesn't have false, true The improvement is guiGridListClear(grid, false) and guiGridListClear(grid, true)
  3. A stolen resources of course, Because, if he made them, he can fix them, a one proof that he didn't make them. 1. Database problem, if he's really who made them, he will fix it.
  4. https://wiki.multitheftauto.com/wiki/DxDrawText or you can use 'customblips' script.
  5. Works fine! but I need to get his wanted points too
  6. Can you make it with cmd like "getwl" [lua]outputChatBox("The most online wanted player is "..mostWanted.."!", player, 255, 255, 0)[/lua] or smth like this.
  7. Hello, How I can know who got the most wanted player? I wanna a small code
×
×
  • Create New...