Author Topic: Nick Bag ;Flags can only be 'u' or 's'  (Read 4200 times)

spinoses

  • PGP
  • Posts: 6
Nick Bag ;Flags can only be 'u' or 's'
« on: February 21, 2008, 10:32:34 AM »
i have this problem when i go to advance mode

i_am_a_pirate

  • Autococker
  • Posts: 759
Re: Nick Bag ;Flags can only be 'u' or 's'
« Reply #1 on: February 21, 2008, 01:34:35 PM »
What do you mean by 'u' or 's'. Is this in bsp?

Zorchenhimer

  • Autococker
  • Posts: 2614
Re: Nick Bag ;Flags can only be 'u' or 's'
« Reply #2 on: February 21, 2008, 01:42:31 PM »
Its a bug in the menus (Jit's fault not mine  :D ).

You need to open up that menu's text file ("\paintball2\pball\menus\setup_multiplayer.txt") and edit line 37.

Before:
Quote
command "set name $menu_tempname; menu setup_funname"

After:
Quote
command "set name $menu_tempname$; menu setup_funname"

spinoses

  • PGP
  • Posts: 6
Re: Nick Bag ;Flags can only be 'u' or 's'
« Reply #3 on: February 21, 2008, 04:12:36 PM »
explain little better pls...

Zorchenhimer

  • Autococker
  • Posts: 2614
Re: Nick Bag ;Flags can only be 'u' or 's'
« Reply #4 on: February 21, 2008, 04:32:55 PM »
Ok, open up "My Computer" and click on your C drive.  From there find the following folders (they will be inside each other): games > paintball2 > pball > menus.  Once you find the "menus" folder go inside and find the file named "setup_funname" and open it up in notepad.  Hit Ctrl+F and paste this into the box: command "set name $menu_tempname; menu setup_funname" and hit "find."  Once you find that line in the file, make it look like this one: command "set name $menu_tempname$; menu setup_funname"  (add a "$" after "$menu_tempname").  Then save the file and close it.

spinoses

  • PGP
  • Posts: 6
Re: Nick Bag ;Flags can only be 'u' or 's'
« Reply #5 on: February 22, 2008, 05:58:39 AM »
pls upload me a that txt file .. i try .. and it is the same problem Flags can only be 'u' or 's'

Deranged

  • 68 Carbine
  • Posts: 409
Re: Nick Bag ;Flags can only be 'u' or 's'
« Reply #6 on: February 22, 2008, 07:36:33 AM »
He really could not have given clearer instructions

Zorchenhimer

  • Autococker
  • Posts: 2614

meme519

  • PGP
  • Posts: 2
Re: Nick Bag ;Flags can only be 'u' or 's'
« Reply #8 on: March 10, 2008, 07:32:21 PM »
i tryed to find the file with Ctrl F but it couldednt find the command....

Zorchenhimer

  • Autococker
  • Posts: 2614