Jump to content

CheiN

Members
  • Posts

    164
  • Joined

  • Last visited

Everything posted by CheiN

  1. CheiN

    Help here :P

    dude i made that script u can say "thx to mr.domo" that put me so sad, people not say thanks
  2. CheiN

    ¿im good? IV

    function Moon ( ) dxDrawText ( ..User.. Joined, 44, screenHeight -41, screenWidth, screenHeight, tocolor ( 255, 255, 255, 255 ), 1.10, "pricedown" ) end addEventHandler ( "onPlayerJoin", getRootElement(), Moon ) The thing: ¿IM GOOD? Thx for your time
  3. no me referia a eso, me referia a qe puede darle color a un vehiculo o crear un marker y al tocarlo darle plata con givePlayerMoney cosas simples.
  4. alexs lo qe le dije son cosas muy faciles, como crear, darle color al cielo, al auto dar un poco de "guita" (plata), darle fix al vehiculo sirve para mucho, son scripts de 3 o 4 lineas 5 si mucho PD: viste mi PM?
  5. fixVehicle setVehicleFrozen setTimer ‹--- para actualizar un script leelo bien en wiki setPlayerTeam setPlayerMoney createVehicle givePlayerMoney takePlayerMoney setSkyGradient
  6. onPlayerWasted onMarkerHit createMarker createObject setVehicleColor
  7. CheiN

    ¿Im good? III

    Ahhhhhhh thx for explain it ^^ i didnt knew it THX solidSnake
  8. CheiN

    ¿Im good? III

    Wait wait wait then the ranks will be 2 3 and 5??? I dont understood
  9. CheiN

    ¿Im good? III

    Where is the 2cond rank 3 rank and 1rst rank?
  10. CheiN

    ¿Im good? III

    function Ranks() local Rank = exports.race:getPlayerRank(source) exports.scoreboard:scoreboardAddColumn( "score" ) if Rank == 1 then zcore = getElementData(source,"score") or 0 setElementData(source,"score",zcore+5) elseif Rank == 2 then zcore = getElementData(source,"score") or 0 setElementData(source,"score",zcore+3) elseif Rank == 3 then zcore = getElementData(source,"score") or 0 setElementData(source,"score",zcore+2) else return end end addEventHandler("onPlayerWasted", getRootElement(), Ranks) im good???
  11. createGym(thePlayer, command, objectModel) local x,y,z = getElementPosition(thePlayer) local createdObject = createObject(2915,x,y,z) end addCommandHandler("gym", createGym) it will work u forgott the " i "
  12. CheiN

    custom billboards

    is posible, u can do it using txdworkshop and the Txd of the billboard (and the DFF).
  13. CheiN

    Customblips help

    'getThisResource' it dont exist
  14. CheiN

    [HELP] script

    see what are u writing. u forgot the if "if isObjectInAclGroup" not "isObjectInAclGroup" u forgot : local aRadarArea = createRadarArea local flag = setRadarAreaSize
  15. CheiN

    ¿im good? II

    im talking about race, not steal or blabla
  16. CheiN

    ¿im good? II

    exports.scoreboard:scoreboardAddColumn( "score" ) function xcore () zcore = getElementData(source,"score") or 0 setElementData(source,"score",zcore+5) end addEvent("onPlayerWasted",true) addEventHandler("onPlayerWasted",getRootElement(),xcore) ¿IM GOOD? THX FOR READ
  17. CheiN

    question(race)

    FUCK EXAMPLE(.l.) (race) i shoot a rocket by my car(cardona or etc), i kill you, and i recibe a Car(otheer car) i want know how to do that what i should use
  18. CheiN

    question(race)

    hey guys, this is the thing : i want see how to give a car to the Player if he kill other player with a rocket ¿what i should use to this? THANK YOU FOR PAY ATTENTION
  19. EJEMPLO(RACE): yo disparo un rocket y te mato(ok) y cuando ya mueres recibo un vehicle(ya vez) quiero saber qe usar para dicho ejemplo.
  20. chicos estaba jugando en ffs y vi qe cuando tu disparas un rocket desde tu carro y matas a un jugador te dan un vehiculo (race) quisiera saber que usar para esto GRACIAS POR SU TIEMPO.
  21. CheiN

    im good?

    the invisible reply is good and work but when i pick the hunter, when i enter in a hunter pickup cloud it appears in scoreboard: top times: 3 or 4 or 5 etc PM: sorry for 2ble posting
  22. CheiN

    im good?

    exports.dxscoreboard:scoreboardAddColumn( "Top Times" ) function tts ( pickupID, vehiclechange, hunter ) setElementData ( player, "Top Times", + 1 ) end addEventHandler ( "onPlayerPickUpRacePickup", tts, root ) let me try i want learn.... U-U
  23. CheiN

    im good?

    i use should use that?
×
×
  • Create New...