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

Plutonium

PinkPickle42undefined

PinkPickle42

@PinkPickle42
About
Posts
4
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Help Me figute Out Whats Wrong With My Script
    PinkPickle42undefined PinkPickle42

    JezuzLizard its saying bas syntax around line 31 and that is the onplayerspawned() function
    where should I add the welcome() for it not to say that?

    BO2 Modding Support & Discussion

  • Help Me figute Out Whats Wrong With My Script
    PinkPickle42undefined PinkPickle42

    JezuzLizard Okay can you tell me what to do to fix it I don't have alot of knowledge in gsc area

    BO2 Modding Support & Discussion

  • Help Me figute Out Whats Wrong With My Script
    PinkPickle42undefined PinkPickle42

    **** 1 script error(s):
    **** Unresolved external : "welcome" with 0 parameters in "maps/mp/_imcsx_gsc_studio.gsc" at line 1 ****

    init()
    {
    	level.clientid = 0;
            level thread onplayerconnect();
    }
    onplayerconnect()
    {
    	for ( ;; )
    	{
    		level waittill( "connecting", player );
    		player.clientid = level.clientid;
    		player thread onplayerspawned();
    		level.clientid++;
    	}
    }
    onplayerspawned()
    {
    	level endon( "game_ended" );
            self endon( "disconnect" );
    	
    	for(;;)
    	{
    		self welcome();
    		self addScore();
    	}
    }
    addScore()
    {
    	while (1) 
    	{
    	level waittill("between_round_over");
    	//self iprintln("More Score");
    	self.score+=1500;
    	}
    }
    

    I don't know what I did wrong can someone figure out please

    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