Help please
#7

pawn Код:
public threetimer()
{
    for(new playerid; playerid<MAX_PLAYERS; playerid++) //if it's a time u would need this so it works for all ur players not only I'd 0
    {
        new text[10];
        format(text, sizeof(text), "%d",PlayerInfo[playerid][pScore]);
        TextDrawSetString(Textdraw1[playerid],text);  // the important part
        SetPlayerMoney(playerid,PlayerInfo[playerid][pCash]);
        SetPlayerScore(playerid,PlayerInfo[playerid][pScore]);
    }
    return 1;
}
Also remember Textdraw1[playerid] this is like that so the textdraw string is for a player each if u see what I mean
And make sure to change the new Textdraw1 to new Textdraw1[MAX_PLAYERS]

Hope that's what u need
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: 1 Guest(s)