[duvida]Velocidade
#23

Fiz agora lol e penso que a probabilidade de falhar й bem pouca.

Quote:

stock IsPlayerDriver(vehicleid)
{
for(new i = 0; i < GetMaxPlayers(); i++)
{
if(!IsPlayerConnected(i) && !IsPlayerNPC(i)) continue;
if(IsPlayerInVehicle(i, vehicleid) && GetPlayerState(i) == PLAYER_STATE_DRIVER && GetPlayerVehicleSeat(i) == 0) return 1;
}
return 0;
}

Edit:

pawn Код:
stock IsPlayerDriver(playerid)
{
    if(IsPlayerInAnyVehicle(playerid) && GetPlayerState(playerid) == PLAYER_STATE_DRIVER && GetPlayerVehicleSeat(playerid) == 0) return 1;
    return 0;
}

Edit 2:

Acho que vou tirar uma semana, sу estou a fazer porcaria. -.-'
Reply


Messages In This Thread
[duvida]Velocidade - by tshadow - 03.06.2010, 16:06
Re: [duvida]Velocidade - by andmeida10 - 03.06.2010, 16:07
Re: [duvida]Velocidade - by tshadow - 03.06.2010, 16:10
Re: [duvida]Velocidade - by andmeida10 - 03.06.2010, 16:15
Re: [duvida]Velocidade - by tshadow - 03.06.2010, 16:18
Re: [duvida]Velocidade - by andmeida10 - 03.06.2010, 16:22
Re: [duvida]Velocidade - by ipsBruno - 03.06.2010, 16:24
Re: [duvida]Velocidade - by tshadow - 03.06.2010, 16:32
Re: [duvida]Velocidade - by ipsBruno - 03.06.2010, 16:37
Re: [duvida]Velocidade - by tshadow - 03.06.2010, 16:54
Re: [duvida]Velocidade - by ipsBruno - 03.06.2010, 17:00
Re: [duvida]Velocidade - by tshadow - 03.06.2010, 17:04
Re: [duvida]Velocidade - by russo666 - 03.06.2010, 17:05
Re: [duvida]Velocidade - by tshadow - 03.06.2010, 17:06
Re: [duvida]Velocidade - by russo666 - 03.06.2010, 17:07
Re: [duvida]Velocidade - by tshadow - 03.06.2010, 21:19
Re: [duvida]Velocidade - by russo666 - 03.06.2010, 21:46
Re: [duvida]Velocidade - by tshadow - 03.06.2010, 22:02
Re: [duvida]Velocidade - by russo666 - 03.06.2010, 22:30
Re: [duvida]Velocidade - by tshadow - 03.06.2010, 22:36
Re: [duvida]Velocidade - by russo666 - 03.06.2010, 22:42
Re: [duvida]Velocidade - by tshadow - 06.06.2010, 19:20
Re: [duvida]Velocidade - by russo666 - 06.06.2010, 19:44
Re: [duvida]Velocidade - by tshadow - 06.06.2010, 20:57
Re: [duvida]Velocidade - by RoamPT - 06.06.2010, 21:00
Re: [duvida]Velocidade - by tshadow - 06.06.2010, 21:05
Re: [duvida]Velocidade - by [NWD]Tweener_ - 06.06.2010, 22:49
Re: [duvida]Velocidade - by tshadow - 07.06.2010, 15:07
Re: [duvida]Velocidade - by russo666 - 07.06.2010, 15:11
Re: [duvida]Velocidade - by tshadow - 07.06.2010, 15:44

Forum Jump:


Users browsing this thread: 1 Guest(s)