Posts: 1,079
Threads: 199
Joined: Jun 2013
Reputation:
0
First, is it possible to have textdraws and a dialog show at the same time?
Second, I attempted to show some Textdraws while my player was in a spectate-state. They didnt show, not sure if its an issue with dialogs or spectate.
Posts: 694
Threads: 2
Joined: Oct 2012
Reputation:
0
Well Textdraws can stay in screen as long as you don't hide them so yeah you can show them both, but clickable textdraws ? never tried so idk.
about showing textdraws while spectating, are you sure you are showing them right ? because I'm 100% sure it's possible ( many login systems work with textdraws + spectating under onplayerconnect )
Posts: 312
Threads: 94
Joined: Jun 2012
Reputation:
0
yes it is possible to create a textdraw and to display a dialog at the same time, you can also make them clickable
Posts: 1,079
Threads: 199
Joined: Jun 2013
Reputation:
0
Alright, I just tested without a dialog, and it's still not appearing. The player is in a spectator mode, but not spectating anyone in particular.
EDIT: Fixed