Jump to content

Disy

Members
  • Posts

    13
  • Joined

  • Last visited

Details

  • Gang
    Asads

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Disy's Achievements

Square

Square (6/54)

0

Reputation

  1. Abrir un servidor basado en Los Santos con un buen proceso de certificación no estaría mal tampoco, los dos servidores activos de roleplay se basan en pueblos y han preferido cantidad sobre calidad, teniendo de poco a ningun proceso de certificar que las nuevas personas puedan rolear adecuadamente.
  2. After a few tests, I noticed that it doesn't work only with the mouse click, with others keys it works correctly but I need to fix it.
  3. function disableGunOnSwitch ( prevSlot, newSlot ) local weaponID = getPedWeapon(getLocalPlayer(), newSlot) outputChatBox(tostring(getPedAmmoInClip(getLocalPlayer(), newSlot))) if ((getElementData(source, "cf:"..tostring(weaponID)) or getElementData(source, "r:cf:"..tostring(weaponID)) or getPedAmmoInClip(getLocalPlayer(), newSlot) < 20) and not (weaponID==2 or weaponID==3 or weaponID==4 or weaponID==5 or weaponID==6 or weaponID==7 or weaponID==9 or weaponID==15 or weaponID == 0)) then outputChatBox("Should not fire") toggleControl ("fire", false) else outputChatBox("Should fire") toggleControl("fire", true) end end addEventHandler ( "onClientPlayerWeaponSwitch", getLocalPlayer(), disableGunOnSwitch ) addEvent ( "onClientPlayerWeaponCheck", true ) addEventHandler ( "onClientPlayerWeaponCheck", getLocalPlayer(), disableGunOnSwitch ) This is the code. It should work but it doesn't. What the function should do is that it doesn't allow you to shoot when you have only one bullet left but it's not working. The conditions are working because the outputChatBox says "Should not fire" in the game but I can fire anyway. What am I doing wrong?
  4. Disy

    doesn't trigger

    The problem was the missing " after 'Lobby 1' in line 16, right?
  5. He didn't make the script @frf, he said that to make us think he can actually code but all he's doing is selling stolen resources.
  6. La nueva versión exige subir los archivos .lua compilados, esto evitará robos de recursos y aumenta la velocidad de procesamiento. Lo que tienes que hacer al compilarlo uno por uno es reemplazar el archivo ya compilado por el descompilado, para compilarlo debes ir a la web que te indica https://luac.multitheftauto.com/ Recuerda hacer un backup de los resources que vayas a compilar.
  7. The series was canceled by few views. In the future maybe i do the series. The movie script is already written, just need to make the videos. Promo for episode 1 Link: Trailer. Link: About the series: In this film full of action, intrigue, nostalgia and comedy. It all begins when an African American on the streets of Los Santos is stalking a young Katherine, the protagonist's girlfriend, slowly approaches her and gives seven bullets at close range. Dean Montgomery (protagonist) moves some threads to know who killed her, then one night she goes to him, out of the car and gives him some shots but the murderer escapes. This leads to Anthony (Tony'' mote'') move heaven, earth and sea to find the murderer again and avenge his girlfriend.
  8. Es un servidor y comunidad bastante buena con un excelente equipo, es acerca del RolePlay, probablemente no seas el tipo del servidor que tú estés buscando pero la verdad que es bastante entretenido imitar la vida real y ser un personaje que nunca serías en la vida real, tenemos un rol bastante serio. La web es www.mta-bs.tk, si quieres saber más sobre nuestros sistemas visita https://forum.multitheftauto.com/viewtop ... bde059583c o a ésta sección de la misma web: http://mta-bs.tk/sistemas.html
  9. Disy

    Police Work

    This video is a gallery of images about police work in the Roleplay servers. This is especially for fans of role play.
×
×
  • Create New...