Probleme faruri
#10

PHP Code:
    new veh GetPlayerVehicleID(playerid);
    if(
veh != INVALID_VEHICLE_ID)
    {
        if (
PRESSED(KEY_SUBMISSION))
        {
            
EngineStatus[playerid] = (!EngineStatus[playerid]);
            
SetVehicleParamsEx(veh,EngineStatus[playerid], -1, -1, -1, -1, -1, -1);
            
SendClientMessage(playerid0xFFFFFFAAEngineStatus[playerid] ? ("{FFFFFF}Ai {2F991A}pornit {FFFFFF} motorul!") : ("{FFFFFF}Ai {E31919}oprit {FFFFFF} motorul!"));
        }
        else if (
PRESSED(KEY_ACTION))
        {
            
faruri[playerid] = (!faruri[playerid]);
            
SetVehicleParamsEx(veh, -1faruri[playerid], -1, -1, -1, -1, -1);
            
SendClientMessage(playerid0xFFFFFFAAfaruri[playerid] ? ("{FFFFFF}Ai {2F991A}pornit {FFFFFF} farurile!") : ("{FFFFFF}Ai {E31919}oprit {FFFFFF} farurile!"));
        }
        return 
1;    
    } 
Reply


Messages In This Thread
Probleme faruri - by IuLyAnBoSs - 04.08.2012, 06:54
Re: Probleme faruri - by Seba97 - 04.08.2012, 10:10
Re: Probleme faruri - by IuLyAnBoSs - 04.08.2012, 12:11
Re: Probleme faruri - by Babica - 04.08.2012, 12:43
Re: Probleme faruri - by IuLyAnBoSs - 04.08.2012, 13:00
Re: Probleme faruri - by Babica - 04.08.2012, 13:15
Re: Probleme faruri - by IuLyAnBoSs - 04.08.2012, 13:25
Re: Probleme faruri - by Babica - 04.08.2012, 13:29
Re: Probleme faruri - by IuLyAnBoSs - 04.08.2012, 13:32
Re: Probleme faruri - by bogdyutzu - 04.08.2012, 13:36

Forum Jump:


Users browsing this thread: 1 Guest(s)