Jump to content

#RooTs

Members
  • Posts

    1,990
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by #RooTs

  1. -- List of commands to disable cmdList = { ["register"]=true, ["login"]=true ["me"]=true ["say"]=true -- right? } -- Disable unwanted commands addEventHandler("onPlayerCommand", root, function(cmdName) if cmdList[cmdName] then cancelEvent() end end) right?
  2. #RooTs

    [SOLVED]

    BR = explique melhor USA = explain better???
  3. #RooTs

    [HELP] Login

    function fadeUntilDownload() if isTransferBoxActive() == true then fadeCamera(true) end end addEventHanlder("onClientRender",getRootElement(),fadeUntilDownload)
  4. #RooTs

    [HELP] Login

    do script for it Man
  5. #RooTs

    On playerquit

    Use the Save-sistem https://community.multitheftauto.com/ind ... ls&id=3940
  6. local name = getPlayerName(localPlayer):gsub('#%x%x%x%x%x%x', '') statsLabel["name"] = guiCreateLabel(0,0.85,1,0.15,"Name: "..name ,true,statsWindows) guiLabelSetHorizontalAlign (statsLabel["name"],"center") guiSetFont (statsLabel["name"], "default-bold-small" ) setElementData(statsLabel["name"],"identifikation","name")
  7. Fake with change: https://community.multitheftauto.com/ind ... ls&id=8742 Original: https://community.multitheftauto.com/in ... ls&id=4008 AND Fake with change: https://community.multitheftauto.com/ind ... ls&id=8735 Original: https://community.multitheftauto.com/ind ... ls&id=3880 AND Fake with change: https://community.multitheftauto.com/ind ... ls&id=8982 Original: https://community.multitheftauto.com/ind ... ls&id=3722 PLEASE ADMIN OF COMUNITY, PIRATES DO NOT WANT HERE because I'm new here, just going to ignore me? User ( ScorT^# ) is thief of script someone help me? Solidsnake14, help-me ???????????????????????????????????????????????????????????????????????????????????????
  8. addEventHandler("onPlayerCommand", root, function(noreg) if noreg == "register" then cancelEvent() end end) -- and addEventHandler("onPlayerCommand", root, function(noreg) if noreg == "login" then -- is right? cancelEvent() end end) is right?
  9. ||~ToffBrown~|| it fails with time if I caught the star more than 3 times it fails
  10. can make this script for me? PLEASE
  11. not helped much , you not is developer ?
  12. and how to cancel the commands /register and /login ?????
  13. Yeah copying ideas from others would be the best idea tho. Good Job Goonz. I will not do that
  14. the first time will, over the second not Fail function delay() test = createPickup (653.35773, -1769.18567, 13.57368, 3, 1247, 30000 ) end setTimer ( delay, 30000, 1 )
  15. you speak Portuguese Brazil? ( because I live in Brazil )
  16. #RooTs

    Screen picture

    you can search's comunity ( did it ? )
  17. not start, after loading. the file it is deleted.. ( you can test, and see the result )
  18. HUD Private ??? I'll try to make an equal
  19. who is in the group will not be sought =]
  20. I not know to the "Protex" group local Timer = {} Bribe = {} xMain_ = function( ) for index,v in ipairs (getElementsByType("player")) do xWanted_(v) end end addEventHandler("onResourceStart", resourceRoot, xMain_); xWanted_ = function(v) if not isElement(v) then return end Timer[v] = setTimer( function(player) if isElement(player) then local team = getPlayerTeam(player) if ( team and getTeamName(team) == "Police" ) then return end local Wanted = getPlayerWantedLevel ( player ); local x,y,z = getElementPosition ( player ); local Name = getPlayerName ( player ); if ( Wanted >= 1 ) then if Bribe[player] and isElement(Bribe[player]) then return end Bribe[player] = createObject(1247,x,y,z); attachElements (Bribe[player],player,0,0,1.6) ; outputChatBox(" [ "..Name.." ] Have [ "..Wanted.." ] Wanted Level! ",v,255,0,0,true); elseif ( Wanted == 0 and Bribe[player] and isElement(Bribe[player]) ) then destroyElement(Bribe[player]); Bribe[player] = nil end end end ,5000,0,v); end xJoin_ = function ( ) xWanted_(source); end addEventHandler("onPlayerJoin",root,xJoin_); xWantedDestroy_ = function ( ) if Timer[source] and isTimer(Timer[source]) then killTimer(Timer[source]); Timer[source] = nil end; if Bribe[source] and isElement(Bribe[source]) then destroyElement(Bribe[source]); Bribe[source] = nil end end addEventHandler("onPlayerQuit",root,xWantedDestroy_);
  21. delete hud fake URL: https://community.multitheftauto.com/ind ... ls&id=9221 Original: https://community.multitheftauto.com/in ... ls&id=7502
  22. HUD FAKE it does not contain pictures to call in command dxDrawImage((557/1024)*sWidth, (745/768)*sHeight, size, size, ":experience/ranks/lvl_"..emblems..".png") exists 2 files ( meta.xml ) and ( client.lua ) contains no images delete hud fake URL: https://community.multitheftauto.com/ind ... ls&id=9221 Original: https://community.multitheftauto.com/in ... ls&id=7502 DONE
×
×
  • Create New...