18.02.2018, 15:59
That when you go on the TAB stuff and click on player's nickname it would do some actions like showing stats or whatever.
stock ShowStats(playerid)
{
new string[3000];
format(string, sizeof(string), "User Statistics for: %s", GetPlayerNameEx(playerid));
SendClientMessage(playerid, COLOR_WHITE, string);
//etc
return 1;
}