Jump to content

#RooTs

Members
  • Posts

    1,990
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by #RooTs

  1. #RooTs

    help

    maybe is efects of shader
  2. possible bug in "getPlayerNametagColor"
  3. maybe that, and maybe definition "Source or thePlayer" function globalMessage(thePlayer, cmd, ...) local message = table.concat ( { ... }, " " ) local name = getPlayerName(source) local r,g,b = getPlayerNametagColor ( source ) -- add outputChatBox("[Local] "..name..": #ffffff"..message, getRootElement(), r, g, b, true) end addCommandHandler("Local", globalMessage)
  4. #RooTs

    Help me !

    You are wanting to copy my ideas? that thing ugly man
  5. user wanting to copy ideas from my server evidence evidence video: PLEASE DENOUNCE
  6. thy this function globalMessage(thePlayer, cmd, ...) local message = table.concat ( { ... }, " " ) local name = getPlayerName(thePlayer) local r, g, b = getTeamColor(thePlayer) outputChatBox("(Local) "..name..": #ffffff"..message, getRootElement(), r, g, b, true) end addCommandHandler("Local", globalMessage)
  7. is possible cancel one sound in interior ? that song inside "casino"... which event should I use?
  8. #RooTs

    Radar Bug.

    I will help you. I have contact, of this radar author
  9. Original: http://blog.stylomods.com.br/2015/08/pa ... so_21.html Stolen: https://community.multitheftauto.com/ind ... s&id=12385 join and compare the scripts, I am the real author of this panel DONE
  10. #RooTs

    Achievement

    test the code of Mr.Pres[T]ege, please
  11. #RooTs

    Achievement

    try this function RichmanAch ( thePlayer ) local plr = getElementsByType( "player" ) for k, v in ipairs(getElementsByType("player")) do local PlrAccount = getPlayerAccount(thePlayer) if not isGuestAccount( PlrAccount ) then if getAccountData(v,"RichMan:Achievement") ~= "done" then if (getPlayerMoney(thePlayer)) >= 1000000 then outputChatBox(getPlayerName(thePlayer).."Has Reached 'RichMan' Achievement, Congratulations!", getRootElement(), 255, 0, 0, true) setAccountData(v, "RichMan:Achievement", "done") end end end end end addEventHandler("onResourceStart", getRootElement(), RichmanAch) EDIT: my code edited
  12. #RooTs

    Achievement

    Give-me the your meta.xml set in meta type="server" <script src="source.lua" type="server" />
  13. #RooTs

    First person

    send the download by MP for people who are on that subject, I and the "DeathWatch5150".... just so will not leak for all. or if you want ultimately for making it public, post it in the community Best Regards, #RooTs
  14. I reported to an administrator
  15. #RooTs

    Achievement

    Yes, maybe add the event "onResourceStart" addEventHandler("onResourceStart", getRootElement(), RichmanAch)
  16. #RooTs

    Achievement

    "onClientRender" is client side and "setAccountData" "isGuestAccount" "getAccountData" is server side
  17. Obrigado Brother, só nao tentendi muito o getOriginalHandling
  18. https://wiki.multitheftauto.com/index.p ... fulltext=1 no results of examples, can make a more concrete example?
×
×
  • Create New...