[Duda] Cуmo hacer para...?
#9

Quote:
Originally Posted by the_chaoz
Посмотреть сообщение
Esta forma es un poco mas rбpida ya que evitas asignaciones extra. (Si quieres una versiуn aun mas optimizada, te sugiero utilizar el algoritmo bubblesort, u otros algoritmos de bъsqueda)

pawn Код:
stock SearchPlayerWhitHighPoints()
{
    new
        tmp,
        Float:val;

    foreach(new i : Player)
    {
        if(PlayerInfo[i][RadarSpeed] > val)
        {
            tmp = i;
            val = PlayerInfo[i][RadarSpeed];
        }
    }
   
    return tmp;
}
Tienes razуn xD. Reciйn me doy cuenta que las otras variables eran innecesarias xd.


Muchas gracias, y a los demбs tambiйn se lo agradezco xd.


EDIT: Tu cуdigo no funciona :/.

EDIT2: Sн, ahora funciona xd.
Reply


Messages In This Thread
[Duda] Cуmo hacer para...? - by Swedky - 31.01.2014, 15:57
Respuesta: [Duda] Cуmo hacer para...? - by CrossOv3r - 31.01.2014, 16:10
Respuesta: [Duda] Cуmo hacer para...? - by Swedky - 31.01.2014, 16:17
Respuesta: [Duda] Cуmo hacer para...? - by OTACON - 31.01.2014, 16:55
Respuesta: [Duda] Cуmo hacer para...? - by Swedky - 31.01.2014, 16:58
Respuesta: [Duda] Cуmo hacer para...? - by OTACON - 31.01.2014, 17:12
Re: [Duda] Cуmo hacer para...? - by admantis - 31.01.2014, 17:21
Respuesta: [Duda] Cуmo hacer para...? - by TheChaoz - 31.01.2014, 19:46
Respuesta: [Duda] Cуmo hacer para...? - by Swedky - 31.01.2014, 19:52
Respuesta: [Duda] Cуmo hacer para...? - by OTACON - 31.01.2014, 20:00

Forum Jump:


Users browsing this thread: 1 Guest(s)