You are viewing our Forum Archives. To view or take place in current topics click here.
storing players gamertags
Posted:

storing players gamertagsPosted:

Revscape718
  • Challenger
Status: Offline
Joined: Sep 30, 201211Year Member
Posts: 158
Reputation Power: 5
Status: Offline
Joined: Sep 30, 201211Year Member
Posts: 158
Reputation Power: 5
im trying to print all clients gamertags on my menu but im having trouble
how would i go about adding the list of clients with this method
void SwapMenu(int client,const char* text,int Size,int subNumber)
{
   Menu[client].Size = Size;
   Menu[client].scroll = 0;
   Menu[client].submenu = subNumber;
   MenuText[client]->elem.text = G_LocalizedStringIndex(text);
   MoveOverTime(Scrollbar[client],300,550,FindY(client));
   MoveOverTime(Scrollbar2[client],300,350,FindY(client));
}


and to start a new menu page i use this
SwapMenu(client,"Public cheater\nGamebattles",1,5);
#2. Posted:
Revscape718
  • Challenger
Status: Offline
Joined: Sep 30, 201211Year Member
Posts: 158
Reputation Power: 5
Status: Offline
Joined: Sep 30, 201211Year Member
Posts: 158
Reputation Power: 5
still need help with this
#3. Posted:
IGoogleclanmodz
  • Powerhouse
Status: Offline
Joined: Feb 09, 201311Year Member
Posts: 411
Reputation Power: 18
Status: Offline
Joined: Feb 09, 201311Year Member
Posts: 411
Reputation Power: 18
you can just right them down in a text file cus i dont think you can do that and it has taken me 12 months to learn c# so yeah dony think there is a way srry
#4. Posted:
xChillest
  • Christmas!
Status: Offline
Joined: Jul 30, 201211Year Member
Posts: 2,396
Reputation Power: 123
Status: Offline
Joined: Jul 30, 201211Year Member
Posts: 2,396
Reputation Power: 123
IGoogleclanmodz wrote you can just right them down in a text file cus i dont think you can do that and it has taken me 12 months to learn c# so yeah dony think there is a way srry

There is a way, there's always a way. I don't exactly know it, but I may know someone who does I'll look around for some help and PM it to you when I get it
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.