Textdraw not updating
#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


Messages In This Thread
Textdraw not updating - by jamesmith12 - 01.08.2015, 15:02
Re: Textdraw not updating - by jamesmith12 - 01.08.2015, 15:08
Re: Respuesta: Textdraw not updating - by jamesmith12 - 01.08.2015, 15:40
Re: Respuesta: Textdraw not updating - by xVIP3Rx - 01.08.2015, 15:47
Re: Respuesta: Textdraw not updating - by jamesmith12 - 01.08.2015, 16:06
Re: Textdraw not updating - by Zens - 03.08.2015, 16:18

Forum Jump:


Users browsing this thread: 3 Guest(s)