Jump to content

CheiN

Members
  • Posts

    164
  • Joined

  • Last visited

Everything posted by CheiN

  1. CheiN

    im good?

    pickupID then :L?
  2. CheiN

    im good?

    exports.dxscoreboard:scoreboardAddColumn( "Top Times" ) function tts ( 1, vehiclechange, hunter ) setElementData ( player, "Top Times", + 1 ) end addEventHandler ( "onPlayerPickUpRacePickup", tts ) ¿im good? i think that nope, so if im bad Can help me? Thx and srry for take your time
  3. CheiN

    help

    hey buddies i need a favor(race) if i shoot a rocket and i kill someone i recibe money, what i should use for this?
  4. CheiN

    explosion

    u do not understand im scripting on my 3ds and i havent mta pos or colors or size(THINGS THAT I WILL PUT LATER) i only want know if im good.
  5. CheiN

    explosion

    posx posy posz size r g b a is things that i will put later
  6. CheiN

    explosion

    local marky = createMarker( posx, posy, posz, type, syze, r, g, b, a ) function hit( hitElement, matchingDimension ) local elementType = getElementType( hitElement ) createExplosion( posx, posy, posz, 4, true, 5.0, false ) end addEventHandler( "onMarkerHit", marky, hit) im good?(sorry for take your time)
  7. CheiN

    Car names

    is not posible IMPOSIBRU!!!
  8. this will not work but see azno10 youtube ch (spanish) :l it have a video of it
  9. CheiN

    Help

    function colored( ) local x, y, z = getElementPosition ( localPlayer ) local projectile = createProjectile ( localPlayer, 19, x, y, z, 200 ) local mark = createMarker ( x, y, z, "corona", 2.2, 255, 0, 123, 120 ) if ( projectile and mark ) then attachElements ( mark, projectile, 19, 0, 0, 0 ) setTimer ( colored, 2500, 1 ) end end bindKey ( "l", "down", colored ) this is the thing. i want thaat the rocket shoot in front of my vehicle(for race is this) but the rocket shoot inside of my car then, i want shoot the misile in front of my vehicle and when the misile dissapear (explode) destroy the marker PLZ HELP ^^
  10. manes, me podrian dar un ejemplo de guiSetVisible y bindKey?(preferencialmente "L") Gracias
  11. im good? is the problm...
  12. function spoiler ( theVehicle, seat, jacked ) addVehicleUpgrade ( theVehicle, 1000 ) end addEventHandler ( "onPlayerVehicleEnter", getRootElement(), spoiler)
  13. PM: (sry for doble posting) Can you helpme (or other person) to make a save system for it? Please?
  14. function color21 ( theVehicle, seat, jacked ) setVehicleHeadLightColor ( theVehicle, 255, 0, 0 ) takePlayerMoney( source, 25000 ) end addCommandHandler ( "lights", color21 )
  15. CheiN

    Good??

    -- define the event handler function function onWasted(killer, weapon, bodypart) givePlayerMoney(killer, 1000) end -- add the event handler addEventHandler("onClientPlayerWasted", getRootElement(), onWasted) Im good?? The thing is.. If a projectile kill a player u will get money
  16. CheiN

    Esta bien?

    MOVE OBJET SYNTAX: moveObject (objeto, tiempo, posX, posY, posZ) estas mal no es moveObject(x, y, z)
  17. CheiN

    Esta bien?

    no sera qe primero va el local y despues la function
  18. CheiN

    No se mucho

    en la comunity esta creo qe se llama vehicles shop
  19. esto creo qe no te servira para nada pero ya buscaste en la carpeta de Race creo qe es en race_client o race_server esta en la carpeta Race no se si sera eso espero aver ayudado
  20. if u hav3 that bug only delete this files: editor dump editor test that gonna work and close map editor and open it again PM: [sAVE YOUR MAP EVERYTIME][sry for offtopic]
  21. hey users i want see how to make a race scoring system if player rank== 1 givePlayerMoney 500 rank== 2 givePlayerMoney 400 rank== 3 givePlayerMoney 200 rank== 4-and-down givePlayerMoney 50 ------------------------------------------------points------------------- ok and i want see how to make a scoring system if rank== 1 give 50 points if rank== 2 give 40 points if rank== 3 give 30 points and add a column in the scoreboard with the points HELP ME PLZ IF YOU WANT AND CAN
  22. CheiN

    Mis dudas

    (soren has visto eso en algun server?)
  23. CheiN

    Mis dudas

    soren agregame al skype: themetaldomo sin ningun espacio en 1 o 2 horas cojere el pc porqe te estoy intentando ayudar desde el 3ds
  24. CheiN

    Mis dudas

    guiEdutorbuttom 1 y 2 ya no existen solid dijo qe se borraran
  25. CheiN

    Mis dudas

    paren. no entendi el quiere tambien asignar un key? para apareserlo? o solo darle start y qe aparescan los buttoms?
×
×
  • Create New...