[Ajuda] error 035: argument type mismatch (argument 1)
#1

Dando erro nas linhas

pawn Код:
TextDrawHideForAll(Kmh2);
        TextDrawDestroy(Kmh2);
Erros ao compilar

Код:
(57203) : error 035: argument type mismatch (argument 1)
(57204) : error 035: argument type mismatch (argument 1)
Reply
#2

Vocк deve ter criado a textdraw com algum parametro e nгo colocou o parametro.

Tente Assim:

pawn Код:
for(new i; i < MAX_PLAYERS; i++)
{
    TextDrawHideForAll(Kmh2[i]);
    TextDrawDestroy(Kmh2[i]);
}
Reply
#3

Quote:
Originally Posted by FallweN
Посмотреть сообщение
Vocк deve ter criado a textdraw com algum parametro e nгo colocou o parametro.

Tente Assim:

pawn Код:
for(new i; i < MAX_PLAYERS; i++)
{
    TextDrawHideForAll(Kmh2[i]);
    TextDrawDestroy(Kmh2[i]);
}
Jб tinha conseguido arrumar e era exatamente isso, mais obrigado mesmo assim
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)