Jump to content

Nicolas ECM

Members
  • Posts

    144
  • Joined

  • Last visited

Everything posted by Nicolas ECM

  1. pero no es en la posicion mia sino en la posicion del jugador al que se le apunte
  2. Hola nesesito ayuda lo que nesesito es crear un objeto con la posicion de otro jugador seleccionado, no se como hacerlo llevo mucho tiempo intentando ayuda porfavor.
  3. https://community.multitheftauto.com/ind ... ls&id=5376
  4. Hi Who can tell me how to make pressing a button enable or disable a shader please
  5. Nicolas ECM

    Team

    thanks I had not seen
  6. Nicolas ECM

    Team

    thanks I doubt most could add any player acl group through a command?
  7. Nicolas ECM

    Team

    Hi who could tell me how to make only those of the group in acl can enter the anbu anbu team with a command function criminal(player) local team = getTeamFromName("Anbu") if ( team ) then if isObjectInACLGroup ("user."..accName, aclGetGroup ( "Anbu" ) ) then setPlayerTeam(player, team) setPlayerNametagColor(player, 225, 0, 0) local accName = getAccountName ( getPlayerAccount ( thePlayer ) ) else outputChatBox ( "Usted no es Anbu!",thePlayer) end end end addCommandHandler("itac", criminal) help me
  8. hi, I put a video on mta someone can tell me how to place it, please use that functions
  9. thanks and helped me, now I have a question could you tell me how to do that when I die and if skin changed eh aparesca before with this skin
  10. I have another problem when I die do not appear in the position indicated, respawning in the hospital help
  11. I thought it was so and .:CiBeR:. did not help me to do?
  12. Hi I want to make a respawn, where they have 2 locations where it can appear so far but I'm taking this cast does not serve anyone can tell me it lacks to serve? Sitios = { [1] = (source, 459.77969360352, -1968.7708740234, 8.6134691238403, 0, 71), [2] = (source, -2533.9658203125, -1618.890625, 526.56469726563, 0, 71) } function respawn (source, cmd) resultado = math.random (1, 2) s, x, y, z, r, s = unpack (Sitios[resultado]) nardis = spawnPlayer ( source, x, y, z, 0, math.random(0, 200) ) fadeCamera(source, true) setCameraTarget(source, source) end addEventHandler("onPlayerWasted", getRootElement(), respawn)
  13. Hi I want to replace the shape of the clouds as desir someone can do? please help
  14. si que el skin solo lo pueda usar un team o 1 persona.
  15. what I want is to be a delay, it appears the bot say aparesca 3 seconds after you activate the command
  16. hi I could say I needed to grab the resource that serves me please help local tiempo = 3500 function makeAPed(thePlayer, command, skin) if (getTickCount ( ) - tiempo > 10000) then tiempo = getTickCount ( ) local x,y,z = getElementPosition(thePlayer) local rot = getElementRotation(thePlayer) local team = getPlayerTeam( thePlayer ) local myped = exports.slothbot:spawnBot( x , y - 2, z, 0, math.random ( 100, 105 ), 0, 0, akatsuki, 4, "fire", true ) setTimer (destroyElement, 50000, 1, myped) setTimer (createElement , 5100, 1, myped) else end end addCommandHandler("edo",makeAPed)
  17. no good to me help Needless to
  18. Hi I want help text appears in 3D when / doton command took place this cast but nothing happens please help local dxDraw3DText = exports.3D_DX_Texts:dxDraw3DText addCommandHandler("doton" mogolla ) function mogolla () local x, y, z = getElementPosition ( sourcePlayer ) local theText = dxDraw3DText( "Doton doriu jehiquin" x, y, z, 2, "default", 255, 255, 255, 12 ) if theText then setTimer( destroyElement, 10000, 1, theText ) end end
×
×
  • Create New...