You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been testing texthat and noticed that if an existing player is wearing a text hat, any new player that joins the server will not see the hat until that player re-equips/modifies the hat.
Are hooks not getting created/called for players that join afterwards?
for reference, texthat uses function ITEM:PostPlayerDraw(ply, modifications, ply2)
The text was updated successfully, but these errors were encountered:
I've been testing texthat and noticed that if an existing player is wearing a text hat, any new player that joins the server will not see the hat until that player re-equips/modifies the hat.
Are hooks not getting created/called for players that join afterwards?
for reference, texthat uses function ITEM:PostPlayerDraw(ply, modifications, ply2)
The text was updated successfully, but these errors were encountered: