Advertisement
Guest User

whoidea

a guest
Jan 31st, 2015
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. Struct {
  2. char *class;
  3. char *clan;
  4. char *flag;
  5. char *player;
  6. char *title;
  7. } who_style[] = {
  8. { " %? ","%?","%?","%?","%?", GET_CLASS, GET_CLAN, GET_CLANFLAGS, GET_PLAYER, GET_TITLE}
  9. }
  10. };
  11.  
  12. Wondering if I could use a Struct to gather the players : class, clan, clanflags, name, and title.
  13. Then pass them thru who_style, although im not entirely sure if its possible (or how if it is), to
  14. essencially 'fetch' all the data, and auto-fill in the who command with the info.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement