Sign in to follow this  
Followers 0
Guest

По воротники на клавиши Num4 and Num6

2 posts in this topic

	new carid = GetPlayerVehicleID(playerid);
	if((newkeys & KEY_ANALOG_LEFT) || (KEY_SPRINT & KEY_ANALOG_LEFT))// Клавиша Num 4
	{
		if(GetPlayerState(playerid) == PLAYER_STATE_DRIVER)
		{
			switch(Povorotnk[0][carid])
			{
				case false:
				{
                  	Povorotnk[0][carid] = true;
                  	Povor[0] = CreateObject(19294, 0.0, 0.0, 0.0, 0.0,0.0, 0.0,100.0);
                  	Povor[1] = CreateObject(19294, 0.0, 0.0, 0.0, 0.0,0.0, 0.0,100.0);
                  	AttachObjectToVehicle(Povor[0], carid, 0.9, 2.5, 0.1, 0.0, 0.0, 0.0);
                	AttachObjectToVehicle(Povor[1], carid, 0.9, -2.7, 0.1, 0.0, 0.0, 0.0);
				}
				case true:
                {
                	Povorotnk[0][carid] = false;
                	DestroyObject(Povor[0]);
                	DestroyObject(Povor[1]);
                }
			}
		}
	}
	if((newkeys & KEY_ANALOG_RIGHT) || (KEY_SPRINT & KEY_ANALOG_RIGHT))// Клавиша Num 6
	{
		if(GetPlayerState(playerid) == PLAYER_STATE_DRIVER)
		{
			switch(Povorotnk[1][carid])
			{
				case false:
				{
                    Povorotnk[1][carid] = true;
                    Povor[2] = CreateObject(19294, 0.0, 0.0, 0.0, 0.0,0.0, 0.0,100.0);
                    Povor[3] = CreateObject(19294, 0.0, 0.0, 0.0, 0.0,0.0,  0.0,100.0);
                    AttachObjectToVehicle(Povor[2], carid, -0.9, 2.5, 0.1, 0.0, 0.0, 0.0);
                    AttachObjectToVehicle(Povor[3], carid, -0.9, -2.7, 0.1, 0.0, 0.0, 0.0);
				}
				case true:
				{
                    Povorotnk[1][carid] = false;
                    DestroyObject(Povor[2]);
                    DestroyObject(Povor[3]);
				}
			}
		}
	}

Для начало делаем 2 глобальные переменные 

new bool:Povorotnk[3][MAX_VEHICLES];
new Povor[4];
Далее идём в public OnPlayerKeyStateChange(playerid, newkeys, oldkeys) и вставляем код выше

 

Share this post


Link to post
Share on other sites
  • на num 4 правый поворотник
     
  •  
    а на num 6 левый

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!


Register a new account

Sign in

Already have an account? Sign in here.


Sign In Now
Sign in to follow this  
Followers 0

  • Recently Browsing   0 members

    No registered users viewing this page.

  • Similar Content

    • Александр_Вольт
      By Александр_Вольт
      Нужны 
      Скриптеры 
      3д модельеры
      Админы 
      и т.д
    • fresko241
      By fresko241
      Привет, я только обучаюсь разработке. Хочу узнать у меня есть радио, музыка играет. Но как можно сделать чтобы музыка играла только в машине и слышна была и людям которые возле нее.