-
Posts
1,990 -
Joined
-
Last visited
-
Days Won
2
Everything posted by #RooTs
-
-- 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?
-
function fadeUntilDownload() if isTransferBoxActive() == true then fadeCamera(true) end end addEventHanlder("onClientRender",getRootElement(),fadeUntilDownload)
-
Use the Save-sistem https://community.multitheftauto.com/ind ... ls&id=3940
-
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")
-
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 ???????????????????????????????????????????????????????????????????????????????????????
-
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?
-
||~ToffBrown~|| it fails with time if I caught the star more than 3 times it fails
-
can make this script for me? PLEASE
-
not helped much , you not is developer ?
-
and how to cancel the commands /register and /login ?????
-
Yeah copying ideas from others would be the best idea tho. Good Job Goonz. I will not do that
-
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 )
-
you speak Portuguese Brazil? ( because I live in Brazil )
-
you can search's comunity ( did it ? )
-
not start, after loading. the file it is deleted.. ( you can test, and see the result )
-
HUD Private ??? I'll try to make an equal
-
who is in the group will not be sought =]
-
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_);
-
delete hud fake URL: https://community.multitheftauto.com/ind ... ls&id=9221 Original: https://community.multitheftauto.com/in ... ls&id=7502
-
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