Question

Спойлер

stock BuyCloseCar(playerid)
{
	new Float:x, Float:y, Float:z, Float:fa;
	switch(InShop[playerid])
	{
 		case 1: x=2641.8315, y=-1909.0548, z=2328.1499, fa=260.0000;
  		case 2: x=2641.8315, y=-1909.0548, z=2328.1499, fa=260.0000;
		case 3: x=2641.8315, y=-1909.0548, z=2328.1499, fa=260.0000;
        case 4: x=2641.8315, y=-1909.0548, z=2328.1499, fa=260.0000;
	}
	if(PI[playerid][SalonCarID] != INVALID_VEHICLE_ID) DestroyVehicle(PI[playerid][SalonCarID]);
	PI[playerid][SalonCarID] = INVALID_VEHICLE_ID;
	InShop[playerid] = 0;
	TogglePlayerControllable(playerid,true);
	for(new i; i < 19; i++) PlayerTextDrawHide(playerid,AvtTD[playerid][i]);
	SetPlayerPos(playerid,x,y,z);
	SetPlayerFacingAngle(playerid,fa);
	SetPlayerInterior(playerid,0);
	SetPlayerVirtualWorld(playerid,0);
	SetCameraBehindPlayer(playerid);
	pPressed[playerid] = 0;
	SetPlayerPos(playerid,x,y,z);
	return 1;
}

 

Когда отмеяняю покупку, я появляюсь на месте где спавнятся машины, но мне надо нажать ESc чтобы я мог бегать, но камеру не отпускает все равно

Edited by archiboy6

Share this post


Link to post

6 answers to this question

  • 0

@archiboy6, а если так:

Спойлер

stock BuyCloseCar(playerid)
{
	new Float:x, Float:y, Float:z, Float:fa;
	switch(InShop[playerid])
	{
 		case 1: x=2641.8315, y=-1909.0548, z=2328.1499, fa=260.0000;
  		case 2: x=2641.8315, y=-1909.0548, z=2328.1499, fa=260.0000;
		case 3: x=2641.8315, y=-1909.0548, z=2328.1499, fa=260.0000;
        case 4: x=2641.8315, y=-1909.0548, z=2328.1499, fa=260.0000;
	}
	if(PI[playerid][SalonCarID] != INVALID_VEHICLE_ID) DestroyVehicle(PI[playerid][SalonCarID]);
	PI[playerid][SalonCarID] = INVALID_VEHICLE_ID;
	InShop[playerid] = 0;
	TogglePlayerControllable(playerid,true);
	for(new i; i < 19; i++) PlayerTextDrawHide(playerid,AvtTD[playerid][i]);
	SetPlayerPos(playerid,x,y,z);
	SetPlayerFacingAngle(playerid,fa);
	SetPlayerInterior(playerid,0);
	SetPlayerVirtualWorld(playerid,0);
	SetCameraBehindPlayer(playerid);
	pPressed[playerid] = 0;
	return 1;
}

 

 

Share this post


Link to post
  • 0

@odosenok Не помогло

Share this post


Link to post
  • 0

@archiboy6, в покупке автомобиля кликабильные TextDraw'ы есть?

Share this post


Link to post
  • 0

@archiboy6,  тогда еще вот так попробуйте:

Спойлер

stock BuyCloseCar(playerid)
{
	new Float:x, Float:y, Float:z, Float:fa;
	switch(InShop[playerid])
	{
 		case 1: x=2641.8315, y=-1909.0548, z=2328.1499, fa=260.0000;
  		case 2: x=2641.8315, y=-1909.0548, z=2328.1499, fa=260.0000;
		case 3: x=2641.8315, y=-1909.0548, z=2328.1499, fa=260.0000;
        case 4: x=2641.8315, y=-1909.0548, z=2328.1499, fa=260.0000;
	}
	if(PI[playerid][SalonCarID] != INVALID_VEHICLE_ID) DestroyVehicle(PI[playerid][SalonCarID]);
	PI[playerid][SalonCarID] = INVALID_VEHICLE_ID;
	InShop[playerid] = 0;
	TogglePlayerControllable(playerid,true);
	CancelSelectTextDraw(playerid);
	for(new i; i < 19; i++) PlayerTextDrawHide(playerid,AvtTD[playerid][i]);
	SetPlayerPos(playerid,x,y,z);
	SetPlayerFacingAngle(playerid,fa);
	SetPlayerInterior(playerid,0);
	SetPlayerVirtualWorld(playerid,0);
	SetCameraBehindPlayer(playerid);
	pPressed[playerid] = 0;
	return 1;
}

 

 

Share this post


Link to post
  • 0

@odosenok Не работает

Share this post


Link to post
Guest
This topic is now closed to further replies.
Sign in to follow this  
Followers 0
  • Recently Browsing   0 members

    No registered users viewing this page.

  • Similar Content

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