PlayerCreateTextDraw fuction related..
#1

Hey guys so i just tried to use PlayerCreateTextDraw fuction and all the related to it for a textdraw with an array " HEALTH[playerid]

but when i converted

it with using Playeri n front of the textdraw fuctions it showed 23 warnings D:
pawn Код:
HEALTH[playerid] = CreatePlayerTextDraw(playerid,20.000000, 272.000000, "");
    PlayerTextDrawBackgroundColor(playerid,HEALTH[playerid], 255);
    PlayerTextDrawFont(playerid,HEALTH[playerid], 2);
    PlayerTextDrawLetterSize(playerid,HEALTH[playerid], 0.150000, 1.000000);
    PlayerTextDrawColor(playerid,HEALTH[playerid], -1);
    PlayerTextDrawSetOutline(playerid,HEALTH[playerid], 0);
    PlayerTextDrawSetProportional(playerid,HEALTH[playerid], 1);
    PlayerTextDrawSetShadow(playerid,HEALTH[playerid], 1);

    SPEEDOS[playerid] = CreatePlayerTextDraw(playerid,19.000000, 282.000000, "");
    PlayerTextDrawBackgroundColor(playerid,SPEEDOS[playerid], 255);
    PlayerTextDrawFont(playerid,SPEEDOS[playerid], 2);
    PlayerTextDrawLetterSize(playerid,SPEEDOS[playerid], 0.190000, 1.000000);
    PlayerTextDrawColor(playerid,SPEEDOS[playerid], -1);
    PlayerTextDrawSetOutline(playerid,SPEEDOS[playerid], 0);
    PlayerTextDrawSetProportional(playerid,SPEEDOS[playerid], 1);
    PlayerTextDrawSetShadow(playerid,SPEEDOS[playerid], 1);
Warnings:
pawn Код:
(1443) : warning 213: tag mismatch
(1444) : warning 213: tag mismatch
(1445) : warning 213: tag mismatch
(1446) : warning 213: tag mismatch
(1447) : warning 213: tag mismatch
(1448) : warning 213: tag mismatch
(1449) : warning 213: tag mismatch
(1450) : warning 213: tag mismatch
(1452) : warning 213: tag mismatch
(1453) : warning 213: tag mismatch
(1454) : warning 213: tag mismatch
(1455) : warning 213: tag mismatch
(1456) : warning 213: tag mismatch
(1457) : warning 213: tag mismatch
(1458) : warning 213: tag mismatch
(1459) : warning 213: tag mismatch
(3993) : warning 213: tag mismatch
(3994) : warning 213: tag mismatch
(3998) : warning 213: tag mismatch
(3999) : warning 213: tag mismatch
Reply


Messages In This Thread
PlayerCreateTextDraw fuction related.. - by vassilis - 29.06.2012, 17:09
Re: PlayerCreateTextDraw fuction related.. - by MadeMan - 29.06.2012, 17:13
Re: PlayerCreateTextDraw fuction related.. - by vassilis - 29.06.2012, 17:18
Re: PlayerCreateTextDraw fuction related.. - by MadeMan - 29.06.2012, 17:25
Re: PlayerCreateTextDraw fuction related.. - by vassilis - 29.06.2012, 17:26

Forum Jump:


Users browsing this thread: 1 Guest(s)