Question about saving TextDraw IDs in PVars
#1

Hello,

I am not sure if this is possible. I've tried several things, but without success.

pawn Код:
SetPVarInt(playerid,"InfoBox",TextDrawCreate(490.000000, 130.000000, " "));
    TextDrawBackgroundColor(Text:GetPVarInt(playerid,"InfoBox"), 255);
    TextDrawFont(Text:GetPVarInt(playerid,"InfoBox"), 1);
    TextDrawLetterSize(Text:GetPVarInt(playerid,"InfoBox"), 0.259998, 1.199999);
    TextDrawColor(Text:GetPVarInt(playerid,"InfoBox"), -1);
    TextDrawSetOutline(Text:GetPVarInt(playerid,"InfoBox"), 1);
    TextDrawSetProportional(Text:GetPVarInt(playerid,"InfoBox"), 1);
    TextDrawUseBox(Text:GetPVarInt(playerid,"InfoBox"), 1);
    TextDrawBoxColor(Text:GetPVarInt(playerid,"InfoBox"), 270659379);
    TextDrawTextSize(Text:GetPVarInt(playerid,"InfoBox"), 630.000000, 0.000000);
It always gives the Tag Mismatch error on SetPVarInt. I don't see any place where I could place 'Text:' there, since it doesn't help. Is it actually possible?

Hope so!
Jochem
Reply


Messages In This Thread
Question about saving TextDraw IDs in PVars - by Jochemd - 25.06.2011, 09:04
Re: Question about saving TextDraw IDs in PVars - by [HiC]TheKiller - 25.06.2011, 09:15
Re: Question about saving TextDraw IDs in PVars - by Jochemd - 25.06.2011, 09:16

Forum Jump:


Users browsing this thread: 1 Guest(s)