[HELP]TextDraw
#6

Should work
Код:
public OneMinute()
{
    for(new i = 0; i < MAX_PLAYERS; i++)
    {
            PlayerInfo[i][pExp]++;
            new str[16];
            format(str,sizeof(str),"Points %d",PlayerInfo[i][pExp]);
            TextDrawSetString(TextDrawName,str);
    }
    return 1;
}
Reply


Messages In This Thread
[HELP]TextDraw - by 3RoR - 17.05.2012, 09:35
Re: [HELP]TextDraw - by TzAkS. - 17.05.2012, 09:47
Re: [HELP]TextDraw - by 3RoR - 17.05.2012, 09:48
Re: [HELP]TextDraw - by TzAkS. - 17.05.2012, 09:49
Re: [HELP]TextDraw - by 3RoR - 17.05.2012, 09:53
Re: [HELP]TextDraw - by TzAkS. - 17.05.2012, 09:57
Re: [HELP]TextDraw - by 3RoR - 17.05.2012, 10:07
Re: [HELP]TextDraw - by TzAkS. - 17.05.2012, 10:22
Re: [HELP]TextDraw - by 3RoR - 17.05.2012, 10:28
Re: [HELP]TextDraw - by 3RoR - 17.05.2012, 11:14

Forum Jump:


Users browsing this thread: 1 Guest(s)