-
Posts
85 -
Joined
-
Last visited
Everything posted by -RoCk-Alex
-
you sure your scoreboard running?
-
http://grooveshark.com/ its good
-
nice one kenix lol one more:- www.youtube.com then www.video2mp3.net
-
man check it won't show the tag it will simply give 2 and same outputs for every acl group
-
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
-
so you have added group in ACL.xml? if yes then its way too easy
-
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
-
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......
-
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
-
++++++++++++++++++++++++++++++++++++++++++++
-
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
-
REPORT COMMUNITY CENTER RESOURCES HERE
-RoCk-Alex replied to SATAN's topic in General MTA discussion
this guys all resources are stolen from the www.mta-sa.ru or thegtapalace https://community.multitheftauto.com/index.php?p= ... &id=318419 -
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
-
https://community.multitheftauto.com/index.php?p= ... ls&id=3687 works while player downloading map you can see them in scoreboard
-
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
-
i can't figure out was that a help or you are just taunting with those words?
-
Is it possible to just show an image just to the player when he dies ?
-
thanks man this really helped
-
how can i draw an 3d image just above each player head which moves when player moves(kind of binned above player head player)?
-
REPORT COMMUNITY CENTER RESOURCES HERE
-RoCk-Alex replied to SATAN's topic in General MTA discussion
Private Chat https://community.multitheftauto.com/index.php?p= ... w&pic=6536 -
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
-
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
-
REPORT COMMUNITY CENTER RESOURCES HERE
-RoCk-Alex replied to SATAN's topic in General MTA discussion
https://community.multitheftauto.com/index.php?p=profile&id=319714 all this guy's resources (not maps) are stolen from forums