GetPlayerScore?
#2

pawn Код:
public Score()
{
    for(new i =0; i < MAX_PLAYERS; i++)
    {
        if(IsPlayerConnected(i))
        {
            new string[48];
            format(string,sizeof(string),"Score: %d",GetPlayerScore(i));
            TextDrawSetString(Textdraw1[i],string);
        }
     }
}
Reply


Messages In This Thread
GetPlayerScore? - by Kitten - 23.08.2010, 09:03
Re: GetPlayerScore? - by [XST]O_x - 23.08.2010, 09:06
Re: GetPlayerScore? - by Kitten - 23.08.2010, 09:08
Re: GetPlayerScore? - by Kitten - 23.08.2010, 09:21
Re: GetPlayerScore? - by [XST]O_x - 23.08.2010, 09:26
Re: GetPlayerScore? - by Kitten - 23.08.2010, 09:28
Re: GetPlayerScore? - by Kitten - 23.08.2010, 09:31
Re: GetPlayerScore? - by [XST]O_x - 23.08.2010, 09:35
Re: GetPlayerScore? - by Kitten - 23.08.2010, 09:38
Re: GetPlayerScore? - by AiVAMAN - 23.08.2010, 09:40

Forum Jump:


Users browsing this thread: 6 Guest(s)