Flip Fast and Furious 6

Started by kennedyarz, Jun 01, 2017, 11:56 AM

Previous topic - Next topic

kennedyarz

Content Type: Vehicle
Original Author: I can not find it. I only saw it in my SA and I converted it
[Modified By: sexi autor
Authorized By Original Author?: My GTA SA does not speak. so yes
Screenshots:
[spoiler]
[/spoiler]
Download here:


To enjoy it more use this in your script
[spoiler]OnScriptLoad()
{
I_KEY <- BindKey(true, 0x49, 0, 0);
}

function onPlayerEnterVehicle( player, vehicle, door )
{
if( vehicle.Model == 6400 ) vehicle.Immunity = 1024;
}

function onKeyDown( player, key )
{
      if(key == I_KEY)
        {
if(player.Vehicle!=null) { local v=player.Vehicle; v.RelativeSpeed*=1.3;}
        }   
}
[/spoiler]








Sebastian

Quote from: kennedyarz on Jun 01, 2017, 11:56 AMModified By: @kennedyarz (me)

Wrong. You didn't actually modified anything. (neither convert)
You just ported it to VCMP :)

EK.IceFlake

#2
Quote from: kennedyarzvehicle.Health=99999999;
???
vehicle.Immunity = 1023;You also forgot function before OnScriptLoad and it's onScriptLoad, not OnScriptLoad.

And then you complain about how simple things are.