#1

i want to change an NRG speed and make it WAY faster... like VERY fast... i want it to be faster then Hydra...
how can i do that!??!!? i tried with SetVehicleVelocity... but it didn't work... please help
Reply
#2

Quote:
Originally Posted by omer5198
Посмотреть сообщение
i want to change an NRG speed and make it WAY faster... like VERY fast... i want it to be faster then Hydra...
how can i do that!??!!? i tried with SetVehicleVelocity... but it didn't work... please help
https://sampforum.blast.hk/showthread.php?tid=179089
Reply
#3

i didn't realy understand that.. can you explain to me or give me something easier?
Reply
#4

bump
Reply
#5

Quote:
Originally Posted by omer5198
Посмотреть сообщение
i didn't realy understand that.. can you explain to me or give me something easier?
Код:
You can, for example, slow down the hydra or make fast boats.. not so fast.
pawn Код:
public OnPlayerEnterVehicle( playerid, vehicleid, ispassenger )
{
    new modelid = GetVehicleModel( vehicleid );
   
    if ( modelid == 522 ) // 522 - NRG-500
        SetPlayerSpeedCap( playerid, 0.4 );
    else
        DisablePlayerSpeedCap( playerid );
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)