[DUDA]Detectar dos jugadores en un coche
#3

Quote:
Originally Posted by Bu11Sh0t
Посмотреть сообщение
pawn Код:
stock HayDos(vehicleid)
{
    new count = 0;
    for(new i = 0; i < GetMaxPlayers(); i++)
        if(IsPlayerInVehicle(i, vehicleid))
            count++;
    if(count > 2) return 1;
    else return 0;
}
No ha sido probado pero deberнa funcionar.
Lo probe solo y no me deja usar el comando,me falta probarlo con otra persona(cuando encuentre con quien testearlo aviso)

Muchas gracias.
Reply


Messages In This Thread
[DUDA]Detectar dos jugadores en un coche - by -[R]hysi- - 02.08.2012, 17:55
Respuesta: [DUDA]Detectar dos jugadores en un coche - by Bu11Sh0t - 02.08.2012, 18:49
Respuesta: [DUDA]Detectar dos jugadores en un coche - by -[R]hysi- - 02.08.2012, 20:10
Respuesta: [DUDA]Detectar dos jugadores en un coche - by -[R]hysi- - 03.08.2012, 02:11
Respuesta: [DUDA]Detectar dos jugadores en un coche - by Bu11Sh0t - 03.08.2012, 05:46
Respuesta: [DUDA]Detectar dos jugadores en un coche - by OTACON - 03.08.2012, 06:02
Respuesta: [DUDA]Detectar dos jugadores en un coche - by -[R]hysi- - 04.08.2012, 17:04

Forum Jump:


Users browsing this thread: 1 Guest(s)