SA-MP Forums Archive
/stats + /stats ID - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: /stats + /stats ID (/showthread.php?tid=502435)



/stats + /stats ID - UfsDev - 24.03.2014

can anyone make for me /stats and /stats [ID]

Name: UfsDev
Admin Level:
Vip Level:
Kills:
Score:
Deaths:
Skin: ID
Player Godmode: On/Off ?
Registration Date:
Last Login

OK

I want /stats but in good size like others btw if someone make for me /stats + /stats [ID] i'll be very happy thx guyz.


Re: /stats + /stats ID - VishvaJeet - 24.03.2014

Its Stats Scripting is Depending on your registration system.


Re: /stats + /stats ID - JaKe Elite - 24.03.2014

Don't expect us to do it for you, Show us your /stats command, Stop being lazy.


Re: /stats + /stats ID - RenovanZ - 24.03.2014

pawn Код:
CMD:stats(playerid, params[])
{
     if(isnull(params))
     {
         //Show player stats
     }
     else
     {
         //show selected ID stats
     }
     return 1;
}