[FilterScript] TextDraw all mods
#2

You don't need to loop if you're already putting in OnPlayerSpawn callback. Just simply.

pawn Код:
public OnPlayerSpawn(playerid)
{
    TextDrawShowForPlayer(playerid, Textdraw0);
    TextDrawShowForPlayer(playerid, Textdraw1);
   
    // .... rest of the code
    return true;
}
Reply


Messages In This Thread
TextDraw all mods - by Edu4rd - 19.03.2014, 07:46
Re: TextDraw all mods - by iZN - 19.03.2014, 08:45
Re: TextDraw all mods - by Mckarlis - 19.03.2014, 11:52
Re: TextDraw all mods - by Edu4rd - 19.03.2014, 16:07

Forum Jump:


Users browsing this thread: 1 Guest(s)