[PEDIDO]Turbo
#9

Fiz um aqui com base naquele seu FS...

No topo:

PHP код:
forward TurboOn(playerid);
new 
StopTurbo[MAX_PLAYERS]; 
Agora o comando:

PHP код:
CMD:turboon(playerid,params[])
{
    
StopTurbo[playerid] = SetTimerEx("TurboOn",3000,true,"i",playerid);
    
SendClientMessage(playerid,0xF6F6F6AA,"Vocк ativou o turbo");
    
SendClientMessage(playerid,0xF6F6F6AA,"Para desativar use /TurboOff");
    return 
true;
}
CMD:turbooff(playerid,params[])
{
    
KillTimer(StopTurbo[playerid]);
    
SendClientMessage(playerid,0xF6F6F6AA,"Vocк desativou o turbo");
    return 
true;

Agora no fim do GM:

PHP код:
public TurboOn(playerid)
{
    new 
Float:Pos[3];
    
GetVehicleVelocity(GetPlayerVehicleID(playerid),Pos[0],Pos[1],Pos[2]);
    
SetVehicleVelocity(GetPlayerVehicleID(playerid),Pos[0]+(Pos[0]),Pos[1]+(Pos[1]),Pos[2]+(Pos[2]));

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)