Help please
#5

Quote:
Originally Posted by futuretrucker
Посмотреть сообщение
You can try this. I don't know if it will work tho.
pawn Код:
public threetimer(playerid)
{
    for(new i; i<MAX_PLAYERS; i++)
    {
        new text[10];
        format(text, sizeof(text), "%d",PlayerInfo[i][pScore]);
        TextDrawSetString(Textdraw1, text);
        SetPlayerMoney(playerid,PlayerInfo[i][pCash]);
        SetPlayerScore(playerid,PlayerInfo[i][pScore]);
    }
    return 1;
}
With this code my textdraw keeps staying on 0
Reply


Messages In This Thread
Help please - by bartje01 - 02.06.2011, 21:37
Re: Help please - by SchurmanCQC - 02.06.2011, 21:41
Re: Help please - by Famalamalam - 02.06.2011, 21:48
Re: Help please - by futuretrucker - 02.06.2011, 21:58
Re: Help please - by bartje01 - 02.06.2011, 22:27
Re: Help please - by futuretrucker - 02.06.2011, 22:37
Re: Help please - by park4bmx - 02.06.2011, 23:02
Re: Help please - by bartje01 - 02.06.2011, 23:20
Re: Help please - by bartje01 - 03.06.2011, 11:16
Re: Help please - by park4bmx - 03.06.2011, 12:18

Forum Jump:


Users browsing this thread: 2 Guest(s)