/stats - Need help with that
#2

You forgot
pawn Код:
new string[128];
pawn Код:
public Andmed(playerid,targetid)
{
    if(IsPlayerConnected(playerid)&&IsPlayerConnected(targetid))
    {
        new raha =  GetPlayerMoney(targetid), string[128];
        new nimi[MAX_PLAYER_NAME];
        GetPlayerName(targetid, nimi, sizeof(nimi));
        SendClientMessage(playerid, COLOR_WHITE,"____________");
        format(string, sizeof(string),"*** %s ***",nimi);
        SendClientMessage(playerid, COLOR_WHITE,string);
        format(string, sizeof(string), "Raha:[$%d]",raha);
        SendClientMessage(playerid, COLOR_WHITE,string);
        //format(string, sizeof(string), "Hoiatusi:[%d/5]", warns);
        //SendClientMessage(playerid, COLOR_WHITE,string);
        SendClientMessage(playerid, COLOR_WHITE,"____________");
    }
}
Reply


Messages In This Thread
/stats - Need help with that - by vent - 22.11.2011, 13:13
Re: /stats - Need help with that - by Pinguinn - 22.11.2011, 13:16
Re: /stats - Need help with that - by Kostas' - 22.11.2011, 13:17
Re: /stats - Need help with that - by vent - 22.11.2011, 13:21
Re: /stats - Need help with that - by Hoborific - 22.11.2011, 13:23
Re: /stats - Need help with that - by Kostas' - 22.11.2011, 13:23
Re: /stats - Need help with that - by vent - 22.11.2011, 13:24

Forum Jump:


Users browsing this thread: 1 Guest(s)