int showInfo;
if (showInfo) {
DrawText(40, Valor do Y, false, "")
DrawText(50,Valor do Y , false, "")
Originally Posted by TokolocoSK
Code:
int showInfo;
if (showInfo) {
DrawText(40, Valor do Y, false, "")
DrawText(50,Valor do Y , false, "")
aqui ficou assim:
Code:
int showInfo;
if (showInfo) {
DrawBox(posx , posy , 100 , 20 , Red , pDevice);
DrawText;(40, 50, false, "MPGH.net")
mas continua dando erro...
Itens.h(63) : error C2660: 'DrawTextA' : function does not take 4 arguments
Itens.h(64) : error C2146: syntax error : missing ';' before identifier 'DrawTextA'
Itens.h(64) : error C2660: 'DrawTextA' : function does not take 4 arguments
Itens.h(65) : error C2143: syntax error : missing ';' before '}'