Textdraw
#1

^^^^^^^^
Reply
#2

pawn Код:
new string[128];
    for(new i = 0; i < MAX_PLAYERS; i++)
    {
        if(IsCnRAdmin(i))
        {
            format(string, sizeof string, "%s (%d)", PlayerName(i), i);
            TextDrawSetString(YourTextdraw, string);
        }
    }
Reply
#3

After setting the string just like 'JustBored' mentioned, you must use TextDrawShowForPlayer in case if you're using a global textdraw, or else PlayerTextDrawShow if it's a player textdraw.
Reply
#4

^^^^^^^^
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)