morreu[playerid] = CreatePlayerTextDraw(44.000000, 321.000000, "mortes:");
TextDrawBackgroundColor(playerid, morreu[playerid], 255);
TextDrawFont(playerid, morreu[playerid], 2);
TextDrawLetterSize(playerid, morreu[playerid], 0.360000, 2.100000);
TextDrawColor(playerid, morreu[playerid], 16777215);
TextDrawSetOutline(playerid, morreu[playerid], 1);
TextDrawSetProportional(playerid, morreu[playerid], 0);
TextDrawSetSelectable(playerid, morreu[playerid], 1);
matou[playerid] = CreatePlayerTextDraw(45.000000, 305.000000, "matou:");
TextDrawBackgroundColor(playerid, matou[playerid], 255);
TextDrawFont(playerid, matou[playerid], 2);
TextDrawLetterSize(playerid, matou[playerid], 0.410000, 2.000000);
TextDrawColor(playerid, matou[playerid], 16777215);
TextDrawSetOutline(playerid, matou[playerid], 1);
TextDrawSetProportional(playerid, matou[playerid], 0);
TextDrawSetSelectable(playerid, matou[playerid], 1);
(99) : warning 213: tag mismatch
(99) : error 035: argument type mismatch (argument 3)
(100) : warning 213: tag mismatch
(100) : warning 213: tag mismatch
(100) : warning 202: number of arguments does not match definition
(101) : warning 213: tag mismatch
(101) : warning 213: tag mismatch
(101) : warning 202: number of arguments does not match definition
(102) : warning 213: tag mismatch
(102) : warning 213: tag mismatch
(102) : warning 202: number of arguments does not match definition
(103) : warning 213: tag mismatch
(103) : warning 213: tag mismatch
(103) : warning 202: number of arguments does not match definition
: warning 213: tag mismatch
: warning 213: tag mismatch
: warning 202: number of arguments does not match definition
(105) : warning 213: tag mismatch
morreu[playerid] = CreatePlayerTextDraw(44.000000, 321.000000, "mortes:");
PlayerTextDrawBackgroundColor(playerid, morreu[playerid], 255);
PlayerTextDrawFont(playerid, morreu[playerid], 2);
PlayerTextDrawLetterSize(playerid, morreu[playerid], 0.360000, 2.100000);
PlayerTextDrawColor(playerid, morreu[playerid], 16777215);
PlayerTextDrawSetOutline(playerid, morreu[playerid], 1);
PlayerTextDrawSetProportional(playerid, morreu[playerid], 0);
PlayerTextDrawSetSelectable(playerid, morreu[playerid], 1);
matou[playerid] = CreatePlayerTextDraw(45.000000, 305.000000, "matou:");
PlayerTextDrawBackgroundColor(playerid, matou[playerid], 255);
PlayerTextDrawFont(playerid, matou[playerid], 2);
PlayerTextDrawLetterSize(playerid, matou[playerid], 0.410000, 2.000000);
PlayerTextDrawColor(playerid, matou[playerid], 16777215);
PlayerTextDrawSetOutline(playerid, matou[playerid], 1);
PlayerTextDrawSetProportional(playerid, matou[playerid], 0);
PlayerTextDrawSetSelectable(playerid, matou[playerid], 1);
pawn Код:
|
matou[playerid] = CreatePlayerTextDraw(45.000000, 305.000000, "matou:");
morreu[playerid] = CreatePlayerTextDraw(44.000000, 321.000000, "mortes:");
warning 213: tag mismatch
(99) : error 035: argument type mismatch (argument 3)
(108) : warning 213: tag mismatch
(108) : error 035: argument type mismatch (argument 3)
vlw ae so deu esses warnings e erros
pawn Код:
|
new morreu[MAX_PLAYERS], matou[MAX_PLAYERS];
matou[playerid] = CreatePlayerTextDraw(45.000000, 305.000000, "matou:");
morreu[playerid] = CreatePlayerTextDraw(44.000000, 321.000000, "mortes:");
Vocк possui estas variaveis ?
pawn Код:
|
new PlayerText:morreu[MAX_PLAYERS], PlayerText:matou[MAX_PLAYERS];
matou[playerid] = CreatePlayerTextDraw(playerid, 45.000000, 305.000000, "matou:");
morreu[playerid] = CreatePlayerTextDraw(playerid, 44.000000, 321.000000, "mortes:");