05.03.2018, 23:17
I can confirm this, since i had the same problem...
if i type TextDrawShowForPlayer(playerid, CustomLogin);
directly into OnPlayerConnect, my custom texture don't show to the players...
even if i make a function and type ShowCustomLogin(playerid); without timer
but when i set a timer and call that function, the custom textdraw appears in screen properly...
a little weird, but it works xD
if i type TextDrawShowForPlayer(playerid, CustomLogin);
directly into OnPlayerConnect, my custom texture don't show to the players...
even if i make a function and type ShowCustomLogin(playerid); without timer
but when i set a timer and call that function, the custom textdraw appears in screen properly...
a little weird, but it works xD

