[duvida]Velocidade
#9

pqp Vey na Real, Tu jб deveria saber fazer isso..

Em OnPlayerUpdate:
pawn Код:
if(GetSpeedKM(playerid) >100){
for(new i = 0; i < MAX_PLAYERS; i++)
 {
if(PoliciaLevel(i) >=1){//VARIAVEL DA POLICIA
new name[MAX_PLAYER_NAME], string[44];
GetPlayerName(playerid, name, sizeof(name));
format(string, sizeof(string), "%s esta acima de 100 por Hora, Corre Corre Pegar Ele.",name);
SendClientMessage(i,0xFFFF00AA, string);
}
}
}
Final GM(By DarK Team PT):
pawn Код:
stock
    GetSpeedKM(playerid)
{
    new
        Float:PosX,
        Float:PosY,
        Float:PosZ,
        Float:PlayerSpeedDistance;
       
    GetVehicleVelocity(GetPlayerVehicleID(playerid), PosX, PosY, PosZ);
    PlayerSpeedDistance = floatmul(floatsqroot(floatadd(floatadd(floatpower(PosX, 2), floatpower(PosY, 2)), floatpower(PosZ, 2))), 170.0);
    new
        spe = floatround(PlayerSpeedDistance * 1);
    return spe;
}
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)