Jump to content

Alexs

Members
  • Posts

    2,869
  • Joined

  • Last visited

Everything posted by Alexs

  1. El pidió un ejemplo, es lo que le di.
  2. local spawns ={ ["none"] = { 0, 0, 0}, ["Admin"] = { 0, 0, 0 }, ["Civilians"] = { 50, 135135.165456, -15465} } addEventHandler( "onPlayerLogin", root, function() local team = getTeamName( getPlayerTeam( source ) ) or "none" local x, y, z = unpack( spawns[team] ) spawnPlayer( source, x, y, z) end )
  3. Did you refreshed the resources from the command ( /refresh ) first?
  4. Cuando dices otro color, ¿a que te refieres exactamente?
  5. Alexs

    XML

    Si es un '*.map' manipulalo como XML.
  6. Typical phrase of resented people. Talk alone couple of whiners, i'm not willing to follow a pointless discussion with you and your lies.
  7. Try to learn how to attach images please..... And y ure crying now? LMAO.... Useless topics from u Swindler..... Dont cry "Alexs_Steel" stop this :~...
  8. Lmao who is crying? sorry but we aren't crying, we just want do public what type of person you are... just trying to help, and do a warning to other users about you.. a swindler, thief, shameless, etc... Keep eating of our 8 dollars... COMMUNITY JUST BE CAREFUL WITH THIS GUY NAMED "Alex Steal " OR OTHER PEOPLE LIKE HIM
  9. Ok, do it if u want, i don't care. Everyone can believe that they want to believe, i'm not willing to follow a pointless discussion with you.
  10. I don't know enough english... Anyway, if u want to believe that is the 'truth', do it, isn't my problem ^^ Please stop the Off Topic ^^
  11. If you want to cry, cry, i don't care, i'm not going to fight with you.
  12. If you want to cry, cry, i don't care, i'm not going to fight with you.
  13. The resource you bought, the first version and this are different. PD: Anyway, i'm going to request the delete of the resource in the community, i don't want problems, cry alone.
  14. The second version of my Vehicles Shop resource it's completely renewed so i don't know where is the problem if i upload it.
  15. https://community.multitheftauto.com/ind ... ls&id=7547 Please delete to avoid problems with a crying baby ^^ DONE
  16. Algo asi? addEventHandler("onPlayerSpawn",root, function( source ) local Civi = getTeamFromName( "Civiles" ) local clanName = getTeamName(getPlayerTeam(source)) if not clanName then setTimer(setPlayerTeam, 6000, 1, source, Civi ) ; end end ); Si, ¿funciona?
  17. Volviendo al tema, @Narutimmy te saldría mas fácil editar el spawn de 50p para que no elimine los 'teams' vacíos y luego ver los errores de tu script.
  18. Lo da al hacer login Por que no vuelves a la idea original de ponerlos en el 'team Civiles' ?
  19. Estas seguro de que el 'team' lo da antes de que spawnean?
  20. Bueno lo intente de otra forma, al spawnear si no tienes un team mueres, pero todo bien, pero si reconnecto al spawnear muero addEventHandler("onPlayerSpawn",root, function( ) local clanName = getTeamName(getPlayerTeam(source)) if not clanName then setTimer(killPed, 6000, 1, source ) ; end end ); Al reconectar pierdes el 'team'.
  21. El código que te deje ya debería funcionar, solo quite 'source' de los parámetros y lo cambie por 'thePlayer'.
×
×
  • Create New...