Jump to content

MontiVante

Members
  • Posts

    47
  • Joined

  • Last visited

Everything posted by MontiVante

  1. has not worked to a could not make me the function but have the cylinder "marker"
  2. I did what you did and it did not work
  3. hello friends I need a help in a script that there is an error that does not let me work what I want to do with that script is to be able to make a cylinder so that when a player goes to the military base in find the cylinder and put the point fixed and give him the skin that is assigned by the clan and I need help in order to serve local Marker1 = createMarker ( 1246.4675292969, 338.46069335938, 18.5546875, "cylinder", 3, 0, 0, 255, 100) function Skinc (sourcee1) local playerr = getPlayerFromName(sourcee1) if getPlayerTeam(playerr) = getTeamFromName("Militar")) then outputChatBox (getPlayerName(playerr) .. ' is not Militar Member!', source, 255, 0, 0 ) return end setElementModel ( playerr, 17 ) outputChatBox (getPlayerName(playerr) .. ' #00FF00Has been giving a Militar Skin', source, 255, 0, 0) end addEvent( "Skinc", true) addEventHandler( "Skinc", getRootElement (), Marker1, Skinc )
  4. I'm sorry, do not get mad, but I do not know how images are sent because I've only been in the form for 1 week.
  5. addEventHandler("onPlayerJoin", root, function() bindKey( source, "J", "down", jetpack ) end ) function jetpack( Player, commandName ) local playerTeam = getPlayerTeam( Player ) if ( getTeamName( playerTeam ) == "Militar" ) then if ( not doesPedHaveJetPack( player ) ) then end givePedJetPack( player ) else removePedJetPack( player ) end end addCommandHandler('jetpack', jetpack) addCommandHandler('jp', jetpack) help I have made a script for a teamn can have jetpack but the problem does not want me to serve the bindkey and addCommandHandler that I do help please.
  6. hola muy buenas chicos, yo cree hace 3 meses un panel de carros Shop el problema puse en le panel una funcion de rapair bueno de todo eso me sirvio, pero ya vi que el de repair no me gusto lo decidi cambiar por flip"cuando un auto esta boca abajo uno pone flip y vuelve a su estado normal" por ayuda necesito esta funcion elseif source == Button_VS_Fix then triggerServerEvent("FixMyVehicle", localPlayer, ID)
  7. lo siento pero hice lo que tu me pasaste pero no funciona que hago dime, mi propia función ni me sirve
  8. una pregunta sin ofender no te enojas por que yo te moleste :v lo siento por molestarte function militarCommands( player, cmd ) local playerTeam = getPlayerTeam( player ) if ( getTeamName( playerTeam ) == "Militar" ) then if ( cmd == "uzi" ) then giveWeapon( player, 28, 200 ) elseif ( cmd == "jetpack" ) then if ( not doesPedHaveJetPack( player ) ) then givePedJetPack( player ) else removePedJetPack( player ) end elseif ( cmd == "armor" ) then setPedArmor( player, 70 ) end end end addCommandHandler("uzi", militarCommands) addCommandHandler("armor", militarCommands) addCommandHandler('jetpack', militarCommands) addEventHandler("onPlayerJoin", root, function() bindKey( source, "J", "down", militarCommands ) end ) mira yo hice eso eso esta bien
  9. function jetpack( Player, commandName ) local playerTeam = getPlayerTeam( Player ) if ( getTeamName( playerTeam ) == "Militar" ) then if ( doesPedHaveJetPack ( Player ) ) then removePedJetPack ( Player ) outputChatBox("", Player,0, 200, 255) else givePedJetPack ( Player ) outputChatBox("", Player,0, 200, 255) end end bindKey('j', 'down', jetpack) addCommandHandler('jetpack', jetpack) addCommandHandler('jp', jetpack) hola mira es que yo hice esto en jetpack para que sirviera el bindKey porque la funcion que me pasaste el jetpack solo sirve para comando no para bindkey y he echo muchas funciones para que sirva y ninguna me ha servido y quisiera saber si me podrias ayudar
  10. gracias hermano ahora si ya gracais por hacerme la funcion a si por cierto yo se que toca hacer la funcion del team Militar
  11. Oye por no molestarte o algo asi, podrias hacerme la funcion completa :'c porque hay me dice que bisque "-- Las otras funciones que debes usar son 'setPedArmor' y 'doesPedHaveJetPack' (o algo así)---"que busque setPedArmor busque la funcion la puse con la funcion de me enviaste y la puse en mi servidor y no me funciono cunado puse /armor que hago dime.
  12. Español Hola necesito Ayuda de como hacer un script para poner comandos a los team yo tengo un server de Zombies el problema que no se como hacer el sccript Ejemplo: yo quiero poner el comandos /chaleco a el Team Militar cuando un jugador nponga el comandos aparecera con el 50 de vida otra cosa que seria es /dsawn es poner la arma uzi recortada o tec-9 en doble que uno pueda tener algunas de esas armas en la mano del jugador si con otra cosa podrian ayudarme es como poner jetpack a el team por favor expliquenme me pueden dejar la funcion en sus comentarios por favor para mi seria de un agrado English Hi, I need help with how to make a script to put commands to the team. I have a Zombies server. The problem is that I do not know how to do the sccript. Example: I want to put the commands /armor to the Military Team when a player sends the commands. The 50th of another serious thing is /dsawn is to put the uzi clipped weapon or tec-9 in double that one can have some of those weapons in the player's hand if with another thing they could help me it is like putting jetpack to the team by Please explain to me I can leave the function in your comments please for my serious pleasure
  13. Español Hola necesito Ayuda de como hacer un script para poner comandos a los team yo tengo un server de Zombies el problema que no se como hacer el sccript Ejemplo: yo quiero poner el comandos /chaleco a el Team Militar cuando un jugador nponga el comandos aparecera con el 50 de vida otra cosa que seria es /dsawn es poner la arma uzi recortada o tec-9 en doble que uno pueda tener algunas de esas armas en la mano del jugador si con otra cosa podrian ayudarme es como poner jetpack a el team por favor expliquenme me pueden dejar la funcion en sus comentarios por favor para mi seria de un agrado English Hi, I need help with how to make a script to put commands to the team. I have a Zombies server. The problem is that I do not know how to do the sccript. Example: I want to put the commands /armor to the Military Team when a player sends the commands. The 50th of another serious thing is /dsawn is to put the uzi clipped weapon or tec-9 in double that one can have some of those weapons in the player's hand if with another thing they could help me it is like putting jetpack to the team by Please explain to me I can leave the function in your comments please for my serious pleasure
×
×
  • Create New...