Digital Paint Discussion Board
Paintball 2: The Game => Help and Support => Topic started by: spinoses on February 21, 2008, 11:32:34 AM
-
i have this problem when i go to advance mode
-
What do you mean by 'u' or 's'. Is this in bsp?
-
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:
command "set name $menu_tempname; menu setup_funname"
After:
command "set name $menu_tempname$; menu setup_funname"
-
explain little better pls...
-
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.
-
pls upload me a that txt file .. i try .. and it is the same problem Flags can only be 'u' or 's'
-
He really could not have given clearer instructions
-
http://dplogin.com/forums/index.php?topic=5169.msg122871#msg122871
-
i tryed to find the file with Ctrl F but it couldednt find the command....
-
Just use this fix:
http://dplogin.com/forums/index.php?topic=5169.msg122871#msg122871