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

Plutonium

bryanundefined

bryan

@bryan
About
Posts
21
Topics
5
Shares
0
Groups
0
Followers
2
Following
0

Posts

Recent Best Controversial

  • asking for scripts or cfg
    bryanundefined bryan

    Hello , I just created my server and I would like to know if it was possible to put a cfg or a script to be able to play against bots and teleport them to a place? 'Cause I’d like trickshot with a friend for the fun

    MW3 Server Hosting Support

  • ps3 controller not working on IW5X
    bryanundefined bryan

    hi , My ps3 controller not working on IW5X i don't know why , I did everything correcly to set it up , someone have a idea ?

    MW3 Client Support

  • [Support] Weapon list zombie
    bryanundefined bryan

    Hello , will you have the list of all the weapon that i can put in zombie ?

    BO2 Modding Support & Discussion

  • [Support] mode menu or admin menu zombie ?
    bryanundefined bryan

    Because I’d like to enjoy the perks and weapons I put on my server I don’t know how to do

    BO2 Modding Support & Discussion

  • [Support] mode menu or admin menu zombie ?
    bryanundefined bryan

    did you have good menu or a good script for the zombie ? because i have a script with jogg and weapon but it's for the people who join not for me

    BO2 Modding Support & Discussion

  • [Support] mode menu or admin menu zombie ?
    bryanundefined bryan

    okay i gonna watch that thanks

    BO2 Modding Support & Discussion

  • [Support] mode menu or admin menu zombie ?
    bryanundefined bryan

    yes i asking for one and is that it is possible to put one ?

    BO2 Modding Support & Discussion

  • [Support] mode menu or admin menu zombie ?
    bryanundefined bryan

    Hello , i woulk like to know if we can get a mod menu or admin menu zombie ?

    BO2 Modding Support & Discussion

  • [Support] Script zombie / _clientids.gsc not working
    bryanundefined bryan

    Ok guys I managed to do it , I think that you should do a tutorial to explain it because I think there are plenty of people who are in the same problem as me , thank you so much !! ❤

    BO2 Modding Support & Discussion

  • [Support] Script zombie / _clientids.gsc not working
    bryanundefined bryan

    someone got any ideas why i have the error ?

    BO2 Modding Support & Discussion

  • [Support] Script zombie / _clientids.gsc not working
    bryanundefined bryan

    error.png if i understood correctly my script he is not good ?

    BO2 Modding Support & Discussion

  • [Support] Script zombie / _clientids.gsc not working
    bryanundefined bryan

    okay thanks i gonna try to compil , then back to you if I don’t understand

    BO2 Modding Support & Discussion

  • [Support] Script zombie / _clientids.gsc not working
    bryanundefined bryan

    luigistyle what is the best for compil a folder ?

    BO2 Modding Support & Discussion

  • [Support] Script zombie / _clientids.gsc not working
    bryanundefined bryan

    do you have a tuto simple on youtube ? or so you can explains in message step by step. Thanks

    BO2 Modding Support & Discussion

  • [Support] Script zombie / _clientids.gsc not working
    bryanundefined bryan

    no , i don’t really how make the compile

    BO2 Modding Support & Discussion

  • [Support] Script zombie / _clientids.gsc not working
    bryanundefined bryan

    i gave it to you just in up , but when i make it by "_clientids.gsc" the script is not working , i think i make something hurt ,

    BO2 Modding Support & Discussion

  • [Support] Script zombie / _clientids.gsc not working
    bryanundefined bryan

    #include maps\mp_utility;
    #include common_scripts\utility;
    #include maps\mp\zombies_zm;
    #include maps\mp\zombies_zm_utility;

    init()
    {
    level.clientid = 0;
    level.perk_purchase_limit = 9;
    level thread onplayerconnect();
    player thread onplayerspawned();
    }

    onplayerconnect()
    {
    for ( ;; )
    {
    level waittill( "connecting", player );
    player.clientid = level.clientid;
    level.clientid++;
    player thread onplayerspawned();
    }
    }

    onplayerspawned()
    {
    level endon( "game_ended" );
    self endon( "disconnect" );

    for(;;)
    {
    	self waittill( "spawned_player" );
    	self IPrintLnBold( "^5whatever welcome message you want here" );
    	self welcome();
    }
    

    }

    welcome()
    {
    self waittill( "spawned_player" );
    self maps/mp/zombies/_zm_perks::give_perk( "specialty_armorvest" );
    self giveWeapon( "mp5k_upgraded_zm" );
    wait 7;
    self iprintln("^2" +self.name + "^7 , your perk limit has been removed");
    }

    BO2 Modding Support & Discussion

  • [Support] Script zombie / _clientids.gsc not working
    bryanundefined bryan

    how i can create and put the _clientids.gsc in the " gametypes_zm" without got the message error . Im new and my english is bad sorry 😕

    BO2 Modding Support & Discussion

  • [Support] Script zombie / _clientids.gsc not working
    bryanundefined bryan

    still not working i try to put All perks and jugg with weapons for the player who join , but when i open my server i have the same message all time , i take the script on the forum so i don't understand

    BO2 Modding Support & Discussion
  • 1
  • 2
  • 1 / 2
  • Login

  • Don't have an account? Register

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