textdraw disappearing -_-
#5

Are you one of those who does a loop under OnGameModeInit or OnFilterscriptInit for each player and creates global textdraws for each one of them ~ if so then convert these textdraws to CreatePlayerTextDraw and make it create it under OnPlayerConnect.

(About the loop it should be something like this):

pawn Код:
for(new i = 0; i < MAX_PLAYERS; i++)
{
TEXTDRAWPLAYER[i] = CreateTextDraw(etc....)
}
I hope I helped any feedback would be appreciated!
Reply


Messages In This Thread
textdraw disappearing -_- - by Champ - 01.09.2014, 14:59
Re: textdraw disappearing -_- - by SanAndreasMP - 01.09.2014, 15:13
Re: textdraw disappearing -_- - by M0HAMMAD - 01.09.2014, 15:29
Re: textdraw disappearing -_- - by Pottus - 01.09.2014, 15:41
Re: textdraw disappearing -_- - by Stanford - 01.09.2014, 16:04
Re: textdraw disappearing -_- - by Champ - 02.09.2014, 13:51

Forum Jump:


Users browsing this thread: 1 Guest(s)