Textdraw not updating
#1

DELETE NOT FIX
Reply
#2

~Delete~
Reply
#3

~Delete~
Reply
#4

Quote:
Originally Posted by jamesmith12
Посмотреть сообщение
ERROR : Error 017: undefined symbol "GetPlayerPoolSize"
Update your server to 0.3z R2 or use this

pawn Код:
forward skintimer();
public skintimer()
{
    for(new i; i < MAX_PLAYERS; i++)
    {
        if(IsPlayerConnected(i)) continue;
        /* You should add a condition here to know if the player spawned. */

        PlayerTextDrawSetPreviewModel(i, invalid[i], GetPlayerSkin(i));
        PlayerTextDrawShow(i, invalid[i]);
    }
    return 1;
}
Reply
#5

~Delete~
Reply
#6

What is the point of editting all of your posts, not allowing others to check for answers?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)