GetPlayerScore?
#1

------
Reply
#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
#3

------
Reply
#4

------
Reply
#5

You didn't use SetTimer?
Reply
#6

------
Reply
#7

------
Reply
#8

http://pastebin.com/fJZgek6e
Using SetTimerEx perhaps will work.
Reply
#9

------
Reply
#10

http://pastebin.com/2tG1yM7P
Fully working. Tested.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)