[FilterScript] Animated TextDraw(s)
#9

It probably happened when he loaded the FS in his server. So it should be like this:
pawn Code:
public OnFilterScriptInit()
{
    print("\n--------------------------------------");
    print(" LiveText v1.1 by Bombo");
    print("--------------------------------------\n");

    for(new i = 0; i < MAX_PLAYERS; ++i)
    {
        if(IsPlayerConnected(i))
        {
            CreateLiveText(i);
            ShowLiveText(i);
        }
    }

    TimerMove = SetTimer("TimerMoveText", 50, true);
    return 1;
}
Just tested it and it works pretty good and smooth
Reply


Messages In This Thread
Animated TextDraw(s) - by Bombo - 24.11.2013, 17:21
Re: Animated TextDraw(s) - by KickInTheMick - 24.11.2013, 17:24
Re: Animated TextDraw(s) - by Kindred - 24.11.2013, 17:24
Re: Animated TextDraw(s) - by xBaDaSSx - 24.11.2013, 19:14
Re: Animated TextDraw(s) - by Rockstar128 - 24.11.2013, 19:39
Re: Animated TextDraw(s) - by Gen3i - 24.11.2013, 20:13
Re: Animated TextDraw(s) - by -Prodigy- - 24.11.2013, 20:16
Re: Animated TextDraw(s) - by Bombo - 24.11.2013, 20:40
Re: Animated TextDraw(s) - by -Prodigy- - 24.11.2013, 20:59
Re: Animated TextDraw(s) - by iZN - 24.11.2013, 21:14

Forum Jump:


Users browsing this thread: 1 Guest(s)