Jump to content

-RoCk-Alex

Members
  • Posts

    85
  • Joined

  • Last visited

Everything posted by -RoCk-Alex

  1. you sure your scoreboard running?
  2. http://grooveshark.com/ its good
  3. nice one kenix lol one more:- www.youtube.com then www.video2mp3.net
  4. -RoCk-Alex

    Tag

    man check it won't show the tag it will simply give 2 and same outputs for every acl group
  5. -RoCk-Alex

    Tag

    no man this ain't right you didn't mentioned acl and the type of chat:- function chatbox(text, msgtype) local account = getAccountName(getPlayerAccount(source)) local name = getPlayerName(source) local r, g, b = getPlayerNametagColor(source) local hex = RGBToHex(r, g, b) if (msgtype == 0) then if isObjectInACLGroup("user." .. account, aclGetGroup("[color=#FF4000]give acl here[/color]")) then cancelEvent(true) outputChatBox(" #8B1A1A[[color=#FF0000]Set the Tag here[/color]] ".. hex .."".. name ..": #FFFFFF".. text, root, 255, 255, 255, true) end end end addEventHandler("onPlayerChat", root, chatbox) function RGBToHex(red, green, blue, alpha) if((red < 0 or red > 255 or green < 0 or green > 255 or blue < 0 or blue > 255) or (alpha and (alpha < 0 or alpha > 255))) then return nil end if(alpha) then return string.format("#%.2X%.2X%.2X%.2X", red,green,blue,alpha) else return string.format("#%.2X%.2X%.2X", red,green,blue) end end
  6. -RoCk-Alex

    Tag

    so you have added group in ACL.xml? if yes then its way too easy
  7. same topic i was having problem with color of name and might you will have too so see this this is where my problem was solved https://forum.multitheftauto.com/viewtopic.php?f=91&t=41054
  8. Hello all! i have a problem Players can't move while aiming ( BaseMode....) if anyone have any idea that how to solve this the please tell......
  9. so to increase height the height is supposed to be -10 instead of -20 or -30 instead of -20? lol pretty confused with this scripting math ahahaha
  10. -RoCk-Alex

    [Solved]

    ++++++++++++++++++++++++++++++++++++++++++++
  11. i wanna create something like when a player gets a headshot a text floats on his screen from left to right with text "HeadShot" (killer) like in the countdown script it moves: "GET READY FOR THE COUNTDOWN " like that one
  12. -RoCk-Alex

    [solved]

    thanks solidsnake and knix
  13. this guys all resources are stolen from the www.mta-sa.ru or thegtapalace https://community.multitheftauto.com/index.php?p= ... &id=318419
  14. lol i always use it to check that is the player is downloading maps or not it never detects whether player is downloading resources or not just try it once
  15. https://community.multitheftauto.com/index.php?p= ... ls&id=3687 works while player downloading map you can see them in scoreboard
  16. thanks all for taking intrest in the topic i just tried the first script of Yakuza.Real and it worked thanks GanJaRuleZ ,SolidSnake ,Al3grab and Tapl for taking intrest Too
  17. i can't figure out was that a help or you are just taunting with those words?
  18. Is it possible to just show an image just to the player when he dies ?
  19. thanks man this really helped
  20. how can i draw an 3d image just above each player head which moves when player moves(kind of binned above player head player)?
  21. Private Chat https://community.multitheftauto.com/index.php?p= ... w&pic=6536
  22. -RoCk-Alex

    Skin

    lol i never tried to replace Cj's skin but for example i did it but Code Updated LOL you leached me new thing SolidSnake
  23. -RoCk-Alex

    Skin

    addEventHandler("onClientResourceStart", getRootElement(), function (rsc) if (rsc == getThisResource()) then SkinTXD = engineLoadTXD ("stormtrooper.txd"); engineImportTXD (SkinTXD, 1); SkinDFF = engineLoadDFF ("stormtrooper.dff", 1); engineReplaceModel (SkinDFF, 1); end; end); this will replce The Truth's skin for skin id go:- http://wiki.sa-mp.com/wiki/Skins:All
  24. https://community.multitheftauto.com/index.php?p=profile&id=319714 all this guy's resources (not maps) are stolen from forums
×
×
  • Create New...