SA-MP Forums Archive
Textdraws not appearing while a player is spectating/viewing a dialog - 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: Textdraws not appearing while a player is spectating/viewing a dialog (/showthread.php?tid=593830)



Textdraws not appearing while a player is spectating/viewing a dialog - Aerotactics - 10.11.2015

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.


Re: Textdraws not appearing while a player is spectating/viewing a dialog - PrO.GameR - 10.11.2015

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 )


Re: Textdraws not appearing while a player is spectating/viewing a dialog - prineside - 10.11.2015

Yes, it is possible.
Make sure you don't use GameTextForAll and GameTextStyle with Style 0 (read info at https://sampwiki.blast.hk/wiki/GameTextStyle) at the same time


Re: Textdraws not appearing while a player is spectating/viewing a dialog - jeffery30162 - 10.11.2015

yes it is possible to create a textdraw and to display a dialog at the same time, you can also make them clickable


Re: Textdraws not appearing while a player is spectating/viewing a dialog - Aerotactics - 10.11.2015

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