How do i create /STats [ID] and take $$$
#1

Contact Me Via Skype: Crx.Friends
Make /Stats And /Stats [ID]

Код:
Name:
Account ID:
Admin Level:
Vip Level:
Dm Score:
Duel Score
Race Score:
PT Score:
Ping: 
Skin:
Make /Stats And /Stats [ID] And Contact me via skype for more information/
Reply
#2

Try this:
Код:
CMD:stats(playerid, params[])
{
	new ID;
	if(sscanf(params, "u", ID))
	{
		// his own stats
	} else {
		// with id
	}
	return 1;
}
Reply
#3

http://pastebin.com/z77X2qV4
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)