Textdraw not updating - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Textdraw not updating (
/showthread.php?tid=583995)
Textdraw not updating -
jamesmith12 - 01.08.2015
DELETE
NOT FIX
Re: Textdraw not updating -
jamesmith12 - 01.08.2015
~Delete~
Re: Respuesta: Textdraw not updating -
jamesmith12 - 01.08.2015
~Delete~
Re: Respuesta: Textdraw not updating -
xVIP3Rx - 01.08.2015
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;
}
Re: Respuesta: Textdraw not updating -
jamesmith12 - 01.08.2015
~Delete~
Re: Textdraw not updating -
Zens - 03.08.2015
What is the point of editting all of your posts, not allowing others to check for answers?