|
| 06 Jul 2012 08:27 PM |
| Mostly about groups, but how would you get the list of player Ids in a group? I'm just trying to make a database of people in my group. |
|
|
| Report Abuse |
|
|
KingBoo
|
  |
| Joined: 16 Jul 2007 |
| Total Posts: 8495 |
|
|
| 06 Jul 2012 08:28 PM |
| You can't, unless they enter the game. Then you can use the IsInGroup method to find if they're in the group =D |
|
|
| Report Abuse |
|
|
|
| 06 Jul 2012 08:31 PM |
| Errr.. How do all the other groups like WIJ or RAT do it? |
|
|
| Report Abuse |
|
|
KingBoo
|
  |
| Joined: 16 Jul 2007 |
| Total Posts: 8495 |
|
|
| 06 Jul 2012 08:31 PM |
| They take the time to insert the usernames MANUALLY themselves. |
|
|
| Report Abuse |
|
|
|
| 06 Jul 2012 08:36 PM |
| It seems very ineffecient to me though. I'm not gonna update the game EVERYDAY, or when someone joins. Any creative ideas? |
|
|
| Report Abuse |
|
|
KingBoo
|
  |
| Joined: 16 Jul 2007 |
| Total Posts: 8495 |
|
|
| 06 Jul 2012 08:36 PM |
| Those two ways are the only possible ways you can do this. |
|
|
| Report Abuse |
|
|
|
| 06 Jul 2012 08:37 PM |
@OP
The IsInGroup would work as I think you need it. Basically, when a player enters the game, you will call the "IsInGroup" method, and if it passes, then it will do something.
--TehChikenHater ლ(ಠ_ಠლ) |
|
|
| Report Abuse |
|
|
|
| 06 Jul 2012 08:37 PM |
Data Persistence only goes so far.
- Striked |
|
|
| Report Abuse |
|
|
|
| 06 Jul 2012 08:38 PM |
| I don't think 1500 people will all visit a game at once.... Or even at all. |
|
|
| Report Abuse |
|
|
|
| 06 Jul 2012 08:40 PM |
Well, what you're doing is impossible, but VS has a thing called 'Data Nexus' that works as a database entry thingy.
- Striked |
|
|
| Report Abuse |
|
|
|
| 06 Jul 2012 08:40 PM |
What's the point of making a database; what are you trying to do?
> † KMXD † |
|
|
| Report Abuse |
|
|
|
| 06 Jul 2012 08:42 PM |
I can make my own database for my own group, but it's too cliche.
- Striked |
|
|
| Report Abuse |
|
|
|
| 06 Jul 2012 08:42 PM |
| It's just for my groups Leaders to who is in our group and things about them. Just a request from my groups teach division. |
|
|
| Report Abuse |
|
|
|
| 06 Jul 2012 08:50 PM |
Your kidding me right? HR's can look through your groups members with the Group Admin feature, and for stats, like I said use DP, this way you can save stuff. Why do people not listen anymore?
--TehChikenHater ლ(ಠ_ಠლ) |
|
|
| Report Abuse |
|
|
|
| 06 Jul 2012 08:53 PM |
| Sure, but I want to do this. And when I get it working, I'll free model it :P |
|
|
| Report Abuse |
|
|
|
| 06 Jul 2012 09:13 PM |
| use a for statement and go through all the user id's and see if they are in the group or not. Then make a list of all the ones that are. |
|
|
| Report Abuse |
|
|