31.08.2011, 22:11
Can you explain in greater detail of how to to do this. So lets say the array is defined "new Group[GROUP_MAX][GroupInfo];" and the players group id is obtained by "Player[playerid][Group]" and their rank id is obtained by "Player[playerid][Rank]" explain how I would send a client message saying their rank.
EDIT: like so... Group[Player[playerid][Group]][Rank[Player[playerid][Rank]]
EDIT: like so... Group[Player[playerid][Group]][Rank[Player[playerid][Rank]]