I have a problem..
#10

pawn Код:
for(new e; e < MAX_PLAYERS; e++) // this will make the textdraw loop over all players ;)
{
    // now we create a variable to store the textdraw like this one and we put it in action x)
    new Text:welcomeText;
    welcomeText = TextDrawCreate(240.0,580.0,"your test goes here :)");
    // now you show the textdraw to all the players with it
    TextDrawShowForPlayer(e,welcomeText);   // the "e" loops playerid to all players


}
Reply


Messages In This Thread
I have a problem.. - by [Ha]Lommo - 29.03.2011, 11:56
Re: I have a problem.. - by Medal Of Honor team - 29.03.2011, 12:00
Re: I have a problem.. - by [Ha]Lommo - 29.03.2011, 12:04
Re: I have a problem.. - by [Ha]Lommo - 29.03.2011, 13:53
Re: I have a problem.. - by Hornet600 - 29.03.2011, 13:58
Re: I have a problem.. - by [Ha]Lommo - 29.03.2011, 14:21
Re: I have a problem.. - by Hornet600 - 29.03.2011, 14:25
Re: I have a problem.. - by [Ha]Lommo - 29.03.2011, 14:37
Re: I have a problem.. - by Hornet600 - 29.03.2011, 17:14
Re: I have a problem.. - by Hornet600 - 29.03.2011, 17:18

Forum Jump:


Users browsing this thread: 1 Guest(s)