27.09.2018, 11:53
Hello, how can i make so a player can use /stats to view their own stats, or someone else's stats by doing /stats [targetid]
EX: if he does /stats, this will show up:
If he does /stats [targetid], something like this:
EX: if he does /stats, this will show up:
PHP код:
SendClientMessageEx(playerid, COLOR_GREY, "User Statistics for {665353}%s(%d) {AFAFAF}- Database ID: {665353}%d", GetName(playerid), playerid, PlayerInfo[playerid][ID]);
PHP код:
Target's stats here