Post: Clients Memu Issue, Shows all names when game isnt full
11-06-2015, 02:45 AM #1
(adsbygoogle = window.adsbygoogle || []).push({}); When a match first starts or if im in a private match with a few people my clients menu shows everyone in the game in the clients section, but when I am in a full game like a public game for instance the clients menu will go blank with nothing on it but i am still able to scroll through and click names etc. but I take a guess to find who im looking for.


Does anyone know the cause for this?
(adsbygoogle = window.adsbygoogle || []).push({});
11-06-2015, 03:11 AM #2
HiddenHour
I defeated!
Originally posted by Poizone View Post
When a match first starts or if im in a private match with a few people my clients menu shows everyone in the game in the clients section, but when I am in a full game like a public game for instance the clients menu will go blank with nothing on it but i am still able to scroll through and click names etc. but I take a guess to find who im looking for.


Does anyone know the cause for this?


Does your menu base use \n? If it does then there might be too many characters in the string that's being drawn because of all the names.
11-06-2015, 05:00 AM #3
Originally posted by TheHiddenHour View Post
Does your menu base use \n? If it does then there might be too many characters in the string that's being drawn because of all the names.



i found this

for(i=0;i<self.Menu.System["MenuTexte"][Menu].size;i++) string+=self.Menu.System["MenuTexte"][Menu]+"\n";

it has \n

How would i be able to fix this? or is there no way to fix it without a different base.
11-06-2015, 05:23 AM #4
HiddenHour
I defeated!
Originally posted by Poizone View Post
i found this

for(i=0;i<self.Menu.System["MenuTexte"][Menu].size;i++) string+=self.Menu.System["MenuTexte"][Menu]+"\n";

it has \n

How would i be able to fix this? or is there no way to fix it without a different base.


I don't really know of a fix. There might be a way of increasing the character limit but I dont know of one.
11-06-2015, 05:55 AM #5
Originally posted by TheHiddenHour View Post
I don't really know of a fix. There might be a way of increasing the character limit but I dont know of one.


Damn i need this figured out lol

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo