Add NOS command
#3

Код:
CMD:addnos( playerid, params[ ] )
{
    if ( !IsPlayerInAnyVehicle( playerid ) )
		return SendError( playerid, "You must be in a vehicle." );

    switch( GetVehicleModel( GetPlayerVehicleID( playerid ) ) )
    {
        case 448,461,462,463,468,471,509,510,521,522,523,581,586,449:
        return SendError( playerid, "You can not tune this vehicle!" );
    }
    AddVehicleComponent( GetPlayerVehicleID( playerid ), 1010 );
    PlayerPlaySound( playerid, 1056, 0.0, 0.0, 0.0 );
    return 1;
}
- From lAdmin, modified.
Reply


Messages In This Thread
Add NOS command - by Astrais - 05.01.2013, 13:10
Re: Add NOS command - by Infinity90 - 05.01.2013, 13:13
Re: Add NOS command - by Edvin - 05.01.2013, 13:19

Forum Jump:


Users browsing this thread: 1 Guest(s)