(adsbygoogle = window.adsbygoogle || []).push({});FOR PS3Im working on CFG Patch. Im trying to add More people on server.. these are the codes right?
setDvar( "sv_maxclients", "32" );
setDvar( "ui_maxclients", "32" );
setDvar( "scr_maxclients", "32" );
FOR PS3Im working on CFG Patch. Im trying to add More people on server.. these are the codes right?
setDvar( "sv_maxclients", "32" );
setDvar( "ui_maxclients", "32" );
setDvar( "scr_maxclients", "32" );
Do i need to add Fast Restart into the patch??
I have tried doing this with 32 people, I have only been able to get it to work with 18. What I do is I just put set sv_maxclients 18 into buttons_experimental.cfg and then just change your clan tag while in a the lobby and it will make it 18 players. Just rename a gsc to buttons_experimental.cfg (must be 24 characters long) delete everything then add what you want to be set without restarting the game.
I have tried doing this with 32 people, I have only been able to get it to work with 18. What I do is I just put set sv_maxclients 18 into buttons_experimental.cfg and then just change your clan tag while in a the lobby and it will make it 18 players. Just rename a gsc to buttons_experimental.cfg (must be 24 characters long) delete everything then add what you want to be set without restarting the game.
I tried this but i didnt work,Do i delete the buttons default.cfg and but the button binds i want in there?