[Ajuda] Tag Mismatch???
#1

pawn Код:
stock Aheduaab(playerid,id)
{
    new Float:a, Float:e, Float:h;
    GetPlayerPos(id,a,h,e);
    new Float:d = GetPlayerDistanceFromPoint(playerid,a,h,e);
    return d;  // lina do erro
}
Ta dando erro na GetPlayerDistanceFromPoint...
Mas segundo a wiki os paramкstros estгo corretos '='
https://sampwiki.blast.hk/wiki/GetPlayerDistanceFromPoint
Reply
#2

Pode ser suas includes, consegui compilar normalmente sem erro nenhum !
Reply
#3

Tu chamo essa funзгo alguma hora?
Por que stock se nгo chamar ela, o compilador ignora.
Reply
#4

pawn Код:
new Float:a, Float:e, Float:h;
Reply
#5

Quote:
Originally Posted by Gustavo_Araujo
Посмотреть сообщение
pawn Код:
new Float:a, Float:e, Float:h;
Nгo й isso. O cуdigo que tб aqui nгo й o codigo original. Nao ia da minha funзгo de graзa u.u
Reply
#6

Vocк escreveu Floate:, invez de Float:e
Reply
#7

pawn Код:
stock Aheduaab(playerid,id)
{
    new Float:a, Float:e, Float:h;
    GetPlayerPos(id,a,h,e);
    new F:dloat = GetPlayerDistanceFromPoint(playerid,a,h,e);
    return d;
}
Se o erro continuar, ou der warning, modifique a return.
Reply
#8

pawn Код:
stock Distancia(playerid,otherid)
{
    new Float:P[3];
    GetPlayerPos(otherid,P[0],P[1],P[2]);
    return GetPlayerDistanceFromPoint(playerid,P[0],P[1],P[2]);
}
Reply
#9

Quote:
Originally Posted by arakuta
Посмотреть сообщение
Nгo й isso. O cуdigo que tб aqui nгo й o codigo original. Nao ia da minha funзгo de graзa u.u
Quanta ingenuidade de sua parte.
Quem irб copiar tal funзгo secreta. ?
Reply
#10

Quote:
Originally Posted by AmericanStyle'™
Посмотреть сообщение
Quanta ingenuidade de sua parte.
Quem irб copiar tal funзгo secreta. ?
90% das pessoas desta бrea.

Quote:
Originally Posted by Gustavo_Araujo
Посмотреть сообщение
pawn Код:
stock Distancia(playerid,otherid)
{
    new Float:P[3];
    GetPlayerPos(otherid,P[0],P[1],P[2]);
    return GetPlayerDistanceFromPoint(playerid,P[0],P[1],P[2]);
}
Vocк fez 1+1, enquanto eu fiz 2. // sу os fortes entendem.

Ainda nгo ta dando certo. Fica dando Tag Mismatch e.e
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)