27.09.2018, 12:10
Quote:
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: PHP код:
PHP код:
|
PHP код:
new id, string[64];
if(sscanf(params, "u", id))
{
// FOR TARGET ID
return 1;
}
else
{
//FOR YOURSELF
}