nos with LMB? and flipcar with 3? how to?
#2

You can't make Flip with 3 since it's not supported

For NOS:
PHP код:
public OnPlayerKeyStateChange(playeridnewkeysoldkeys)
{
    if(
newkeys == KEY_FIRE)
    {
        if(!
IsPlayerInAnyVehicle(playerid)) return 1;
        
AddVehicleComponent(GetPlayerVehicleID(playerid), 1010);
    }
    return 
1;

Enjoy
Reply


Messages In This Thread
nos with LMB? and flipcar with 3? how to? - by niels44 - 26.11.2011, 14:07
Re: nos with LMB? and flipcar with 3? how to? - by [MG]Dimi - 26.11.2011, 14:18
Re: nos with LMB? and flipcar with 3? how to? - by niels44 - 27.11.2011, 13:48
Re: nos with LMB? and flipcar with 3? how to? - by SmiT - 27.11.2011, 13:51
Re: nos with LMB? and flipcar with 3? how to? - by Kostas' - 27.11.2011, 13:55
Re: nos with LMB? and flipcar with 3? how to? - by niels44 - 29.11.2011, 15:04

Forum Jump:


Users browsing this thread: 2 Guest(s)