-
Posts
293 -
Joined
-
Last visited
-
Days Won
2
Everything posted by ZL|LuCaS
-
you'll need to edit your race, and create your new game modes, you can use functions like setElemetData, setElementDimension, these are just some examples that you can use.
-
startResource? setElementData well you can use for each dimension gamemode or alpha
-
you claiming to be a programmer because you know lua is ridiculous if he knows "Lua", probably he can do any script for mta. if you pay for it please contact me skype: zika.odete
-
Correct, but how do i change color? EDIT: Nvm got it thank you so much but another problem... when map is travelling it shows Travelling to: (Green Color) and Author: (Green Color) how do i change that? 2nd EDIT: Nvm Got it again Edit: race_client.lua function, "TravelScreen.show"
-
Recurso roubado https://community.multitheftauto.com/index.php?p=resources&s=details&id=6751 https://community.multitheftauto.com/index.php?p=resources&s=details&id=6750https://community.multitheftauto.com/index.php?p=resources&s=details&id=6749 https://community.multitheftauto.com/index.php?p=resources&s=details&id=6748 https://community.multitheftauto.com/index.php?p=resources&s=details&id=6747 https://community.multitheftauto.com/index.php?p=resources&s=details&id=6746 https://community.multitheftauto.com/index.php?p=resources&s=details&id=6745 DONE
-
guiSetEnabled guiCreateStaticImage
-
stranger in my mta not appear bugs
-
the map is faulty then he moves to the next
-
client local frozen = false addEvent("freeze.btn",true) addEventHandler("freeze.btn",root, function (kick) local kicked = getPlayerFromName ( kick ) if (frozen) == false then setElementFrozen(kicked, true) if (frozen) == true then setElementFrozen(kicked, false) outputChatBox("**The Player"..kicked.."has ben frozen.",source,math.random(0, 255), math.random(0, 255), math.random(0, 255),true) end end end ) server addEventHandler("onClientGUIClick", root, function () local kick = guiGridListGetItemText ( kick, guiGridListGetSelectedItem ( kick ), 1 ) if kick == "" then return outputChatBox("Chose a player!",math.random(0, 255), math.random(0, 255), math.random(0, 255),true) end triggerServerEvent("freeze.btn",localPlayer,kick) guiSetVisible(fereastra,false) showCursor(false) end,false)
-
remove the zip and put in a folder and test sertifique that the script has admin rights
-
Try this: Client function Sound() playSound("sound.mp3",false) end addEvent("onActiveSound",true) addEventHandler("onActiveSound",getRootElement(),Sound) Server addEventHandler ( "onPlayerLogin", root, function() triggerClientEvent("onActiveSound",source,Sound) end ) "@EvoGT, How can i make sound on login and (register) ?"
-
Client function Sound() playSound("sound.mp3",false) end addEvent("onActiveSound",true) addEventHandler("onActiveSound",getRootElement(),Sound) Server addEventHandler ( "onPlayerCommand", root, function(sound) if (sound == 'login') or (sound == 'register') then triggerClientEvent("onActiveSound",getRootElement(),Sound) end end)
-
onPlayerLogin playSound
-
despite being easy to do, it's nice for those who need Anony #, will not put the gamemode download of "ffs" kkkk
-
you can use addEventHandler onClientGUIClick showCursor guiSetVisible or you can show your code
-
not everyone can do that I believe anony, did not ask if anyone know how to do, it just is showing the arenas he fes believe this is very different arenas of the FFS, TG, "say it works .." conserteza anony is a very good scripter. anyway any script you have work to do you can not tell which is ruin simprismente.
-
this is very good pro Anony #
