Jump to content

ZL|LuCaS

Members
  • Posts

    293
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by ZL|LuCaS

  1. ZL|LuCaS

    ports

    which modem you use?
  2. 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.
  3. startResource? setElementData well you can use for each dimension gamemode or alpha
  4. 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
  5. 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"
  6. 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
  7. ZL|LuCaS

    Safe Area

    toggleControl onColShapeHit onColShapeLeave onClientPlayerDamage triggerClientEvent triggerServerEvent cancelEvent()
  8. ZL|LuCaS

    Help

    CJ mods clothing guess not possible.
  9. guiSetEnabled guiCreateStaticImage
  10. ZL|LuCaS

    Strange bugs

    stranger in my mta not appear bugs
  11. ZL|LuCaS

    Radar

    impossible to move the radar gta default you can create another radar
  12. the map is faulty then he moves to the next
  13. ZL|LuCaS

    help

    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)
  14. ZL|LuCaS

    Strange bugs

    remove the zip and put in a folder and test sertifique that the script has admin rights
  15. 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) ?"
  16. 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)
  17. despite being easy to do, it's nice for those who need Anony #, will not put the gamemode download of "ffs" kkkk
  18. you can use addEventHandler onClientGUIClick showCursor guiSetVisible or you can show your code
  19. ZL|LuCaS

    Race Arenas!

    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.
  20. ZL|LuCaS

    Race Arenas!

    this is very good pro Anony #
×
×
  • Create New...