[HELP] Stats
#1

How can i make this so it shows your own stats, and not anyone elses

pawn Код:
else if(strcmp("/mystats", cmd, true) == 0)
    {

        if(strcount(cmdtext, ' ') < 2) return SendClientMessage(playerid, COLOR_GREY,"USAGE: /mystats ");
        tmp = strtok(cmdtext, idx);
        new gplayer = ReturnUser(tmp, playerid);
        if (IsPlayerConnected(giveplayer))
        {
Reply
#2

every other player should be made playerid

like 'giveplayer'
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)