[Ajuda] Pegar ID da Float
#4

Quote:
Originally Posted by waaT
Посмотреть сообщение
Eu consegui agora pouco, fiz desse jeito.

pawn Код:
FUNCAO::getCelaNear(playerid) {
    for(new x = 0; x < 3; x++) {
        if(IsPlayerInRangeOfPoint(playerid, 4.0, Float:floatLocal[x][0], Float:floatLocal[x][1], Float:floatLocal[x][2])) {
            return x;
        }
    }
    return false;
}
E funcionou, agradeзo.
Exatamente


Eu aconselhar trocar o loop por esse:
PHP код:
for(new 0sizeof(floatLocal); x++) 
A funзгo "sizeof" mostra quantas posiзoes tem ao total.
Reply


Messages In This Thread
Pegar ID da Float - by waaT - 04.07.2015, 02:55
Re: Pegar ID da Float - by zSuYaNw - 04.07.2015, 03:07
Re: Pegar ID da Float - by waaT - 04.07.2015, 03:13
Re: Pegar ID da Float - by zSuYaNw - 04.07.2015, 12:04

Forum Jump:


Users browsing this thread: 1 Guest(s)