Stats
#6

Код:
CMD:stats(playerid, params[])
{
new string[200];

format(string, sizeof(string), "Name: %s | ID: %d | Score: %d | Money: %d |", GetPlayerName, GetPlayerID, GetPlayerScore, GetPlayerMoney);
SendClientMessage(playerid , -1, string);
return 1;
}
Reply


Messages In This Thread
Stats - by YanLanger - 07.10.2014, 18:47
Re: Stats - by Ryz - 07.10.2014, 18:50
Re: Stats - by YanLanger - 07.10.2014, 18:51
Re: Stats - by Gogeta - 07.10.2014, 18:57
Re: Stats - by YanLanger - 07.10.2014, 18:59
Re: Stats - by Steel_ - 07.10.2014, 19:02
Re: Stats - by YanLanger - 07.10.2014, 19:25
Re: Stats - by Gogeta - 07.10.2014, 19:32
Re: Stats - by Steel_ - 07.10.2014, 19:41
Re: Stats - by YanLanger - 07.10.2014, 19:41

Forum Jump:


Users browsing this thread: 7 Guest(s)