How to see other player stats?
#3

Using sscanf and Pawn.CMD you just do something like this.

PHP код:
CMD:check(playeridparams[])
{
    new 
giveplayerid;
    if (
sscanf(params"u"giveplayerid))
    {
        return 
SendClientMessage(playerid0xFF0000AA"Usage: /check <playerid/name>");
    }
    
// stats here
    
return 1;

Reply


Messages In This Thread
How to see other player stats? - by Lixyde - 08.03.2019, 17:51
Re: How to see other player stats? - by TheToretto - 08.03.2019, 18:11
Re: How to see other player stats? - by Autorojo - 09.03.2019, 18:26
Re: How to see other player stats? - by scripter112 - 09.03.2019, 22:29
Re: How to see other player stats? - by UFF - 10.03.2019, 05:04

Forum Jump:


Users browsing this thread: 2 Guest(s)