Jump to content

AlvareZ_

Members
  • Posts

    611
  • Joined

  • Last visited

Everything posted by AlvareZ_

  1. Bueno lo siguiente es que quiere realisar un spawn al hacer la windown deveria de ponerle las funciones para q spawnee alguien me podria dar un efemplo o como ponerlo porfa bueno miren es asi: function spawnPlayer () spawnPlayer (thePlayer, 0, 0, 5, 0, 29, 0, 0, spawnTeam) fadeCamera (source, true) setCameraTarget (source, source) end addEventHandler ( "onClientGUIClick", boton, spawnPlayer, false ) Seria asi o como? Ayuda porfavor, Apenas ando aprendiendo
  2. yo se privatizarlo asi y todo solo nesecito agregar para q el gang system me ande con el spawn osea remplasar las password y tu al seleccionar el team te diga q no perteneces en el clan. Me explico ?
  3. Podria buscar otro metodo ?, ya q dices q es "robar" me ayudarian a buscar otro metodo por lo menos ? si no se puede igual muchas gracias por sus ayudas Feliz Navidad
  4. Me vas a disculpar, pero dije si no busco otro metodo solo quera esto de modelo o q me digan q debo usar para crearlo, y ademas ningun robado solo se queda guardado q tengo alguna culpa? Gracias
  5. haha el soy sincero eso lo coji de un script q se me guardo de colombia gangs xq? si hay algun problema busco otro metodo
  6. bueno de verdad q no se mucho de script, si quieres me podrias decir q debo usar o como es eso es lo q le agrege a el spawn sirve algo de hay ? si no me puedes ayudar con lo q debo colocar o q funciones gracias Feliz Navidad!
  7. Me refiero q al spawn lo q hise fue agregarle estas funciones q q podria faltar o como deberia hacerlo si esta malo o q
  8. bueno lo siguiente es q desearia poner el gang system con el spawn osea remplasar las password q al entrar a un team te diga you are not part of this group bueno lo q e puesto es lo siguiente addEvent( "spawn_FailedToSpawn", true ); addEventHandler( "spawn_FailedToSpawn", g_root, function( restricted, gang ) if not restricted then fadeCamera(true) outputChatBox( "You failed to spawn. Try different skin.", 200, 40, 0 ); else fadeCamera(true) outputChatBox("You are not in ".. gang .." group!",255,0,0) end end ) eso lo agrege en c_main y el s_main puse esto: function getPlayerGang ( gang ) return getElementData ( gang, "gang" ) end me pueden ayudar diciendome q esta malo o q debo hacer para corregirlo
  9. hello, in my server its GNU/Linux and i have spawn 50p and my spaz (Combat Shotgun) Dont damage only damage -12 anyone can help me ? Sorry for bad english
  10. hi, my script not work help me its this: local Admincol = createColSphere(1478.501953125, -73.841705322266, 21.207813262939, 20) addEventHandler( "onColShapeHit", root, function(hitElement) if getElementType ( hitElement ) == "player" then if(source == Admincol) then if not(isAdmin(hitElement)) then outputChatBox("You are not allowed to go here. Sorry.", hitElement, 255, 0, 0, false) setElementHealth(hitElement, 0) end end end end) function isAdmin(thePlayer) if (getElementType(thePlayer) == "player") if (getElementData(thePlayer, "gang") == "Grove") then return true; else return false; end end i use gang_system help me pls
×
×
  • Create New...