Skip to content
  • 0 Unread 0
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Donate
Collapse

Plutonium

  1. Home
  2. Temas De Español
  3. Tercera persona bo1 zm

Tercera persona bo1 zm

Scheduled Pinned Locked Moved Temas De Español
1 Posts 1 Posters 60 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • marcoxd15 Offline
    marcoxd15 Offline
    marcoxd15
    wrote last edited by
    #1

    Hola a todos queria que me ayudaran con un script que cree para la tercera persona en bo1 pero tengo problemas cuando lo activo en el chat osea en latecla T y pongo el 3 para activarlo y desactivar bueno el script funciona te pone en tercera persona pero el problema es que dela nada el personaje se ase invisible y no se porque y tambien no puedes matar a los zombies con las armas solo con el cuchillo y queria que me ayudaran y tambien si podian añadir el Crosshair a la tercera persona este es el script:
    init()
    {
    level thread third_person_chat();
    }

    third_person_chat()
    {
    level endon("end_game");

    for(;;)
    {
        level waittill("say", message, player);
        
        message = tolower(message);
        
        if(message == "3" || message == ".3")
        {
            if(!isdefined(player.thirdperson) || !player.thirdperson)
            {
                player.thirdperson = true;
                player SetClientDvar("cg_thirdPerson", "1");
                player iprintlnbold("^2Tercera Persona [^2ON^7]");
            }
            else
            {
                player.thirdperson = false;
                player SetClientDvar("cg_thirdPerson", "0");
                player iprintlnbold("^1Tercera Persona [^1OFF^7]");
            }
        }
    }
    

    }

    1 Reply Last reply
    0
    • Xerxes Xerxes moved this topic from BO1 Modding Releases & Resources

    Hello! It looks like you're interested in this conversation, but you don't have an account yet.

    Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

    With your input, this post could be even better 💗

    Register Login
    Reply
    • Reply as topic
    Log in to reply
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes


    • Login

    • Don't have an account? Register

    • Login or register to search.
    • First post
      Last post
    0
    • Unread 0
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Donate