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

Plutonium

Eleven111undefined

Eleven111

@Eleven111
About
Posts
3
Topics
0
Shares
0
Groups
0
Followers
1
Following
0

Posts

Recent Best Controversial

  • Having trouble making a script that gives the player Unlimited sprint on player spawn.
    Eleven111undefined Eleven111

    would you please help with the code. I'm illiterate when it comes to coding

    BO2 Modding Support & Discussion

  • Having trouble making a script that gives the player Unlimited sprint on player spawn.
    Eleven111undefined Eleven111

    Resxt I understand but you helped him with the code and he said it worked for him that's why I was asking him about it, because I tried using the code and I added that correct code that u mentioned and still did not work. any help would be appreciated

    BO2 Modding Support & Discussion

  • Having trouble making a script that gives the player Unlimited sprint on player spawn.
    Eleven111undefined Eleven111

    Unfunny_Umi hey I've tried using your script but it did not work here is the script can you tell if it's correct I
    have no experience with coding

    init()
    {
    thread unlimited_sprint();
    for (;;)
    {
    level waittill("connecting", player);
    player thread welcome();
    player thread unlimited_sprint();
    }
    }

    unlimited_sprint()
    {
    self waittill("spawned_player");
    self setperk("specialty_unlimitedsprint");
    }
    welcome()

    {
    self endon("disconnect");
    self waittill("spawned_player");

    }

    BO2 Modding Support & Discussion
  • 1 / 1
  • Login

  • Don't have an account? Register

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