Jump to content

rafael15420

Members
  • Posts

    11
  • Joined

  • Last visited

Everything posted by rafael15420

  1. FuSioN_ worked perfectly thank you
  2. I wanted the VIPs could not use the VIP panel all the time, wish they would only spawn once or every 40 minutes client --- function VipAbrir ( thePlayer , commandName ) local accName = getAccountName ( getPlayerAccount ( thePlayer ) ) if isObjectInACLGroup ("user."..accName, aclGetGroup ( "VIP" ) ) then triggerClientEvent ( thePlayer, "GUIVIP", thePlayer) else outputChatBox ( "You are not a VIP member",thePlayer) end end addCommandHandler ( "vip", VipAbrir ) --Armamento -------------------------------------------------------------------------- function Paquete1Funcion () giveWeapon ( source, 31, 350) giveWeapon ( source, 34, 100) end addEvent( "Paquete1", true ) addEventHandler( "Paquete1", getRootElement(), Paquete1Funcion ) -------------------------------------------------------------------------- --Equipamentos function greeting2Handler () setElementData(source, "Map", 1) setElementData(source, "GPS", 1) setElementData(source, "Milk", 2) setElementData(source, "Pizza", 2) setElementData(source, "Medic Kit", 2) setElementData(source, "Morphine", 2) end addEvent( "onGreeting2", true ) addEventHandler( "onGreeting2", getRootElement(), greeting2Handler )
  3. Threule, You can upload your files and send me?
  4. textures = { ["wcoatblue"] = 30535, } function replaceClothes() for cloth, id in pairs(textures) do local txd = engineLoadTXD(cloth..".txd") engineImportTXD(txd, id) end end addEventHandler("onClientResourceStart", resourceRoot, replaceClothes) "Threule" version="1" type="script" />
  5. Threule, did not work, anyway thanks textures = { ["coach"] = 30308, } function replaceClothes() for cloth, id in pairs(textures) do local txd = engineLoadTXD(cloth..".txd") engineImportTXD(txd, id) end end addEventHandler("onClientResourceStart", resourceRoot, replaceClothes) "Threule" version="1" type="script" />
  6. Hello I am new to the community. Can i replace a player clothes CJ ?
  7. After I did this procedure the script stopped working
  8. thank you so much, Banex, Hornet
  9. rafael15420

    Help!

    Hello, can anyone help me, i am new in the community My question is, as I put script to run only when the player finishes server download ?
×
×
  • Create New...