Jump to content

SaarPlayTV

Members
  • Content Count

    17
  • Joined

  • Last visited

Community Reputation

1 Neutral

About SaarPlayTV

  • Rank
    Scavenger

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. SaarPlayTV

    Rename player with command

    override proto native void SetCharacterName(int index, string newName); string newName = "Tester"; SetCharacterName(newName); it could look like this ?? Sorry I'm learning to doing
  2. SaarPlayTV

    Rename player with command

    For example, in the current game I mean Player A goes in Radius A and script executes (player.SetName ("Blue"))
  3. SaarPlayTV

    Rename player with command

    Hi Guys, I am looking for a player with a command to give another name. maybe with player.SetName ()? sorry for my englich :-/
  4. SaarPlayTV

    pvp zone

    If the radius (if (dist > 30) ) is too small, it will not work anymore. Where is the mistake ?
  5. SaarPlayTV

    Skalisty Bridge - DayZ Standalone

    Why does the car have a UI? That's only on the stress test server
  6. SaarPlayTV

    pvp zone

    Now I understand that, people have to go to the area to do PvP ... but would it be possible to turn that around and be hurt only in the area? Sorry for my english
  7. SaarPlayTV

    pvp zone

    Hey Guys In the zone no dmg, outside the zone dmg, what's wrong ??
  8. SaarPlayTV

    Team assignment based on GUID.

    switch(player.GetIdentity().GetName()){ case "TeamBlau": case "TeamBlau (2)": case "TeamBlau (3)": case "TeamBlau (4)": shorten that here
  9. SaarPlayTV

    Team assignment based on GUID.

    It's about the first player named TeamRed and the second TeamRed (2) that the name can only be given once, but he only asks for the name TeamRed and not TeamRed (2)
  10. SaarPlayTV

    Team assignment based on GUID.

    Sorry for the bad English
  11. SaarPlayTV

    Team assignment based on GUID.

    short question, I have "Switch(player.GetIdentity().GetPlainId())" changed in "Switch(player.GetIdentity().GetName())" if now player 1 TeamRed (case "TeamRed":) joint, and Player 2 too TeamRed (2) only player 1 gets the gear because player 2 has the wrong name (TeamRed (2)) how do I have to change "case" TeamRed ":" that it works ?
  12. SaarPlayTV

    Dayz map mod

    Hey guys, Is there any news or a better way?
  13. SaarPlayTV

    Create teams? need help

    Hello, I'm looking for a way to create teams. For example: Team Red people write in their DayZ startup parameter -Name = Team Red, and get other starting gear than Team Green. hope someone can help excuse my english: - /
  14. SaarPlayTV

    Auto update server?

  15. SaarPlayTV

    More zombies?

    hello, I also have the way the zombies have to digest, now the only question is how to bring them to respawn Excuse my english
×