[PEDIDO]Turbo
#5

Este FS tб bom

PHP код:
#include <a_samp>

#define FILTERSCRIPT
#define HANDLING 1 // Aki O Handling ( quanto menor mais velocidade )

new HandlingZ[MAX_PLAYERS], CimaBaixoChave;

public 
OnFilterScriptInit()
{
    print(
"+-+-+-+-+-+-+-+-+-+-+-+-+-+-+");
    print(
"|- Ultra Turbo By: TiagoPS -|");
    print(
"|-+-+-+-+ Carregado +-+-+-+-|");
    print(
"+-+-+-+-+-+-+-+-+-+-+-+-+-+-+");
    
SetTimer("Handling",250true);
    return 
1;
}

public 
OnPlayerCommandText(playeridcmdtext[])
{
    if (
strcmp("/TurboON"cmdtexttrue8) == 0)
    {
        
HandlingZ[playerid] = 1;
        
SendClientMessage(playerid0xFFFFFFAA"Turbo Ativado");
        return 
true;
    }
    if (
strcmp("/TurboOFF"cmdtexttrue8) == 0)
    {
        
HandlingZ[playerid] = 0;
        
SendClientMessage(playerid0xFFFFFFAA"Turbo Desativado");
        return 
true;
    }
    return 
false;
}

forward Handling();
public 
Handling()
{
    for(new 
iMAX_PLAYERSi++)
    {
        if(
HandlingZ[i] == 1)
        {
            
GetPlayerKeys(i,Chave,Cima,Baixo);
            if(
Chave &= 8)
            {
                if(
GetPlayerState(i) == PLAYER_STATE_DRIVER)
                {
                    new 
Float:X,Float:Y,Float:Z;
                    
GetVehicleVelocity(GetPlayerVehicleID(i),X,Y,Z);
                    
SetVehicleVelocity(GetPlayerVehicleID(i),X+(HANDLING),Y+(HANDLING),Z+(HANDLING));
                }
            }
        }
    }
    return 
true;

mas tipo no meu velocimetro sem turbo no maximo ele marca 240, ativo o turbo ele aumenta para 2000 e tal ate voa, eu quero meter tipo ao activar turbo em vez de chegar a 2000 e tal ele chege a 240 mas mais rapido que o normal.... como na vida real
Reply


Messages In This Thread
[PEDIDO]Turbo - by [Dk]TuReTOo - 17.06.2011, 20:26
Re: [PEDIDO]Turbo - by [R] ousenber [K] - 17.06.2011, 21:35
Re: [PEDIDO]Turbo - by [BVE]Lucas_Locate - 17.06.2011, 21:36
Re: [PEDIDO]Turbo - by Shadoww5 - 17.06.2011, 21:37
Re: [PEDIDO]Turbo - by [Dk]TuReTOo - 18.06.2011, 12:09
Re: [PEDIDO]Turbo - by [Dk]TuReTOo - 19.06.2011, 11:32
Re: [PEDIDO]Turbo - by Shadoww5 - 19.06.2011, 11:37
Re: [PEDIDO]Turbo - by [Dk]TuReTOo - 19.06.2011, 13:34
Re: [PEDIDO]Turbo - by Dark.Angel - 19.06.2011, 17:47
Re: [PEDIDO]Turbo - by [Dk]TuReTOo - 19.06.2011, 17:57

Forum Jump:


Users browsing this thread: 3 Guest(s)