Jump to content

CheiN

Members
  • Posts

    164
  • Joined

  • Last visited

Everything posted by CheiN

  1. CheiN

    Mis dudas

    perdon si se lee muy ignorante pero... (red[255,000,000]) ? se pueden los "[]"? no seria ("red"(255, 000, 000))
  2. CheiN

    Mis dudas

    oye perdon por el spam reply pero puedo participar de este proyecto es qe me entusiasme
  3. CheiN

    Mis dudas

    no crees que poniendole a los maps sierto tiempo seria mejor? y menos complicado?
  4. CheiN

    Mis dudas

    intenta testeando tus scripts en tu server ._. Sin ofender pero ellos no te podran darlo todo INTENTA, APRENDE, DE LOS ERRORES SE LLEGA
  5. CheiN

    helpme!

    function enterVehicle( theVehicle, seat, jacked) local vh = getPedOccupiedVehicle ( source ) vehicles = { [541, 506, 603, 423, 411, 536, 500, 582, 495, 562, 560, 480, 429, 502, 402, 488, 601, 487, 424, 471] } nm = tonumber ( math.random( #vehicles ) ) setElementModel ( vh, nm ) end) addEventHandler("onPlayerVehicleEnter", enterVehicle, setElementModel) the thing is: i want if a player is in the vehicle Sethim a Random car if im bad correctme plz..
  6. CheiN

    im good?

    function server(text) outputChatBox("#00e8ffServer#ff4a00:"), true end setTimer(server, 220000, 0, "press F7 to open the User Panel")
  7. ROBADO DEL TG PANEL ROBOROBOROBOROBOROBOROBO! NOS CREES PENDEJOS!
  8. loooool solo pon diferentes race spawpoints ._. asi es el random ._. de vehicles (TROLLED BY YOURSELF!)
  9. aras un map para server ffs shooters gaming 2.0? si es asi te digo qe debes hacerlo como un Derby Death no ponerle scripts ni nada ya qe los scripts son del server no del mapa
  10. simple forms of die if the player is alone: go to the sea or wait if him blows
  11. CheiN

    Spawnpoints

    first WELCOME Second look at Wiki
  12. CheiN

    donde esta?

    quisiera saber donde estan los game modes para cambiarle a uno el nombre para que no aparesca race sino que aparesca: SG Server 1.0
  13. CheiN

    ayuda

    hola, quisiera saber como hacer que una tecla abra una gui bindKey(F6, "down")
  14. CheiN

    Comando /cuff

    si es player debera ser source
  15. podrian decirme si estoy bien? function enterVehicle (theVehicle, seat, jacked) local coronaMarker = createMarker (0, 0, 0, "corona", .75, 255, 0, 0, 170) attachElements (coronaMarker, theVehicle, 0, 0, 2) end addEventHandler ("onPlayerVehicleEnter", getRootElement, enterVehicle, coronaMarker) edtoy bien?
  16. U_U gracias perdon por quitarte tu tiempo
  17. addEventHandler ( "onPlayerVehicleEnter", getRootElement(), enterVehicle) function enterVehicle (theVehicle, seat, jacked) function ( ) local vehicle = getPedOccupiedVehicle ( source ) if ( vehicle ) then setVehicleColor ( vehicle, 0, 255, 0, 0 ) end end )
  18. addEventHandler ( "onMapStarting", root, function ( ) local vehicle = getPedOccupiedVehicle ( source ) if ( vehicle ) then setVehicleColor ( vehicle, 0, 255, 0, 0 ) end end ) no crees que se puede con on map starting?
  19. hola quisiera saber como poner un car color a un user (Race) cuando este entre al server intente con esto: addEventHandler("onPlayerJoin", getAccountData function() if isPlayerInVehicle (setVehicleColor, theVehicle, 0, 255, 0, 0) end end )
  20. i do not understood how to do it.
  21. i was thinking if is posible create a command(/buymisile)(for race) with 5k of price and it work only on DD maps not on DM if the player type /buymisile on DM the chat puts: "you can not buy misiles on DM Maps" if the player type /buymisile on DD map the chat put "You buy a misile your misiles ("misiles number")" plz helpme only if you can thx for reading
  22. hola gente de latinoamerica o lo que sea, necesito saber si es posible hacer un commando que te setee un misil a tu vehiculo (race)por el costo de 5k (5000)
  23. CheiN

    Please Help.

    hey buddies, i see a good script in a server and i want see how to do it the script is: if a player get a Top Time ("Race") i gonna be marked in the Scoreboard in a Column called ("TTs") POS: The top can not be marked in the tts column if player already have top. SO PLEASE! HELP ME!
  24. cambia el nombre a: playSound (music2.mp3) cambialo a music2.mp3 -.- intenta
  25. .com.mp3 no es un formato de sonido para lua -.- solo mp3 playSound (nombredelarchivo.mp3)
×
×
  • Create New...