SA-MP Forums Archive
Help me with /stats command please - 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: Help me with /stats command please (/showthread.php?tid=362808)



Help me with /stats command please - TaLhA XIV - 25.07.2012

Hello!
I really don't know how to make a stats command((/stats)).Please can someone give me a link of a tutorial that can teach me how to make a /stats command.Or can someone give me the stats command which displays person's money,faction,name,faction rank, etc,please help me I have been trying to figure it out but nothing helps me please help.


Re: Help me with /stats command please - ReneG - 25.07.2012

Download base roleplay scripts, and learn from them, or look at tutorials on how to make factions, teams, etc.

There really aren't any tutorials on how to make a full RP gamemode feature.


Re: Help me with /stats command please - TaLhA XIV - 25.07.2012

I know how to make factions but don't know how to make /stats.


Re: Help me with /stats command please - ReneG - 25.07.2012

https://sampwiki.blast.hk/wiki/Format
https://sampwiki.blast.hk/wiki/SendClientMessage


Re: Help me with /stats command please - LaGrande - 25.07.2012

i will give you a quick example here
Quote:

new str[128];
format(str,sizeof(str),"Kills : %d",PlayerInfo[playerid][Kills]);
SendClientMessage(playerid,COLOR,str);