[Pedido] Portas x janelas
#4

Quote:
Originally Posted by LuisFerreira
Посмотреть сообщение
Sim mais por exemplo porque isso nгo deu certo?

PHP код:
new bool:teste;
         if (
teste == true)
         
SetVehicleParamsCarDoors(vehicleid0000);
         else
         
SetVehicleParamsCarDoors(vehicleid1111); 
Ele so abre as portas e nгo fecha..
Nao testei mas..

PHP код:
// Topo do gm
new bool:teste[MAX_PLAYERS]
// Comando que ira abrir e fechar
CMD:abrir(playerid)
{
    if(!
teste[playerid]) // Abrir
    
{
        
teste[playerid] = true;
        
SetVehicleParamsCarDoors(vehicleid1111);
        
SendClientMessage(playerid,-1,"Aberto");
    }
    else 
// Fechar
    
{
        
teste[playerid] = false;
        
SetVehicleParamsCarDoors(vehicleid0000);
        
SendClientMessage(playerid,-1,"Fechado");
    }
    return 
1;

Reply


Messages In This Thread
Portas x janelas - by LuisFerreira - 25.07.2015, 17:56
Re: Portas x janelas - by n0minal - 25.07.2015, 18:31
Re: Portas x janelas - by LuisFerreira - 25.07.2015, 18:50
Re: Portas x janelas - by IgorLuiz - 25.07.2015, 20:43
Re: Portas x janelas - by LuisFerreira - 25.07.2015, 21:36
Re: Portas x janelas - by Cleyson - 25.07.2015, 21:42
Re: Portas x janelas - by n0minal - 25.07.2015, 21:44
Re: Portas x janelas - by LuisFerreira - 25.07.2015, 21:47
Re: Portas x janelas - by ipsLuan - 25.07.2015, 21:56
Re: Portas x janelas - by LuisFerreira - 25.07.2015, 22:03

Forum Jump:


Users browsing this thread: 1 Guest(s)