[Ajuda] O /janelas nгo estб funcionando corretamente.
#1

Eu estou mexendo em um GameMode e ele jб continha o /janelas, sу que hб um problema, o player executa o /janelas, aparece que ele abriu as janelas os vidros do veнculo continuam fechado, vou estar enviando o cуdigo aqui do comando.

PHP код:
CMD:janelas(playeridparams[])
{
    new 
vehicleid GetPlayerVehicleID(playerid);
    if (!
IsWindowedVehicle(vehicleid))
        return 
SendErrorMessage(playerid"Vocк nгo estб em um veнculo com janelas.");
    switch (
CoreVehicles[vehicleid][vehWindowsDown])
    {
        case 
false:
        {
            
CoreVehicles[vehicleid][vehWindowsDown] = true;
            
ShowPlayerFooter(playerid"Voce ~g~abriu~w~ as janelas!");
            
SendNearbyMessage(playerid30.0COLOR_PURPLE"%s pressiona o botгo e abaixa as janelas do veнculo."ReturnName(playerid0));
        }
        case 
true:
        {
            
CoreVehicles[vehicleid][vehWindowsDown] = false;
            
ShowPlayerFooter(playerid"Voce ~r~fechou~w~ as janelas!");
            
SendNearbyMessage(playerid30.0COLOR_PURPLE"%s pressiona o botгo e fecha as janelas do veнculo."ReturnName(playerid0));
        }
    }
    return 
1;

Reply


Messages In This Thread
O /janelas nгo estб funcionando corretamente. - by GabrielLost - 27.01.2016, 14:26
Re: O /janelas nгo estб funcionando corretamente. - by JPedro - 27.01.2016, 14:35
Re: O /janelas nгo estб funcionando corretamente. - by F1N4L - 27.01.2016, 16:52

Forum Jump:


Users browsing this thread: 2 Guest(s)