Jump to content

Castillo

Retired Staff
  • Posts

    21,935
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by Castillo

  1. Castillo

    Problem

    Do you get any error? That script is client side, but also requires a server side, you have one, right?
  2. setPlayerTeam necesita un elemento de un team, no el nombre, usa getTeamFromName.
  3. He wants a team to don't appear on the scoreboard. @Iceman: To hide just one team, I guess you'll have to edit scoreboard.
  4. Castillo

    Respawn

    Only legal system,and save_system. It could be the "save_system".
  5. Castillo

    Respawn

    I don't know, must be one of your resources currently running.
  6. Castillo

    Respawn

    It's only showing it for 1 second? maybe another script is messing around.
  7. Castillo

    Respawn

    function allsaints ( ) if ( isElementWithinColShape ( source, allsaintsC ) ) then fadeCamera( source, true ) setCameraMatrix ( source, 1468.8785400391, -919.25317382813, 100.153465271, 1527.7, -1685.8, 99.881813049316 ) setTimer ( function ( thePlayer ) setElementPosition ( thePlayer, 1178.51, -1324.44, 14.13 ) setCameraTarget ( thePlayer ) fadeCamera ( thePlayer, true ) end ,10000, 1, source ) end end addEventHandler ( "onPlayerWasted", root, allsaints )
  8. Podrias crearlo client side, y usar localPlayer.
  9. Castillo

    Respawn

    I don't understand.
  10. Eso es porque "source" no existe.
  11. Obviously not, why would that happen?
  12. HTTP port and server port is up to you, and the ase port is automatically set, is the server port + 123.
  13. Castillo

    Respawn

    Remove "thePlayer" from function name, then use "source" in the other two functions.
  14. Castillo

    Help pls

    Do you get any error on debugscript? since this a client side script, the error won't appear on the server console.
  15. There's no "step by step", it's simple, just create many server folders, put on each "mtaserver.conf" a different port, and open it.
  16. He's asking if it's possible to host multiple servers on one PC. @waqaarali: Yes, it is, I've hosted multiple servers on just one PC, you just need to change the port.
  17. Castillo

    Help pls

    The player has a team?
  18. dxDrawImage requires "onClientRender" event in order to work.
  19. https://community.multitheftauto.com/ind ... ls&id=6578 It asks for removal on the description. DONE
  20. Castillo

    how

    Use: getElementsWithinColShape
  21. Castillo

    Players

    You are trying to count all the criminals inside the marker?
×
×
  • Create New...