10.12.2009, 15:33
Код:
if(strcmp("/stats", cmd, true) == 0){
{
new str[256];
new ttext[20];
if(PlayerInfo[playerid][faction] == 0 || PlayerInfo[playerid][leader] == 0) { ttext = "None"; }
format(str, sizeof(str), "Reputation[%d] Faction:[%d] ", PlayerInfo[playerid][reputation], PlayerInfo[playerid][faction]);
SendClientMessage(playerid, COLOR_YELLOW, str);
}
return 1;
}
/imageshack/img705/3903/samp009n.png

