03.04.2010, 06:21
Yes, you can use:
And you can use this with any tag, like Menu:, DB:, etc.
pawn Код:
SetPVarInt(playerid, "MyTextDraw", _:TextDrawCreate(0.0, 0.0, "Text Draw Example"));
TextDrawShowForPlayer(playerid, Text:GetPVarInt(playerid, "MyTextDraw"));