Textdraw in PVAR. - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Textdraw in PVAR. (
/showthread.php?tid=172317)
Textdraw in PVAR. -
Dreftas - 29.08.2010
How to create Textdraw in PVAR ?
Re: Textdraw in PVAR. -
bigcomfycouch - 29.08.2010
You can't create a textdraw in a pvar. You will receive a tag mismatch error.
Re: Textdraw in PVAR. -
Vince - 29.08.2010
Hmm, I don't know if this will work, but you could try a tag override like this:
pawn Код:
SetPVarInt(playerid, "PlayerTextDraw", _:TextDrawCreate(moo));