10.07.2009, 18:05
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))
{