/flash bugs someone know how to fix?
#7

pawn Код:
case 1:
 if (GetPlayerVehicleId(playerid) == 596)
    {
        obj[pveh] = CreateObject(18646, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0);
        obj2[pveh] = CreateObject(18646, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0);
        AttachObjectToVehicle(obj[pveh], pveh, 0.599999,-0.375000,0.899999,0.000000,0.000000,0.000000);
        AttachObjectToVehicle(obj2[pveh], pveh, -0.599999,-0.375000,0.899999,0.000000,0.000000,0.000000);
        vehicleid = GetPlayerVehicleID(playerid);
        GetVehicleDamageStatus(vehicleid,panels,doors,lights,tires);
        Flasher[vehicleid] = 1;
    }
Not sure but i think should be like that....Im not pro Im newbie too

Or
pawn Код:
if (GetPlayerVehicleId(playerid) == 596)
    {
        obj[pveh] = CreateObject(18646, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0);
        obj2[pveh] = CreateObject(18646, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0);
        AttachObjectToVehicle(obj[pveh], pveh, 0.599999,-0.375000,0.899999,0.000000,0.000000,0.000000);
        AttachObjectToVehicle(obj2[pveh], pveh, -0.599999,-0.375000,0.899999,0.000000,0.000000,0.000000);
        vehicleid = GetPlayerVehicleID(playerid);
        GetVehicleDamageStatus(vehicleid,panels,doors,lights,tires);
        Flasher[vehicleid] = 1;
    }
else if (GetPlayerVehicleId(playerid) == 555)
bla bla
Reply


Messages In This Thread
/flash bugs someone know how to fix? - by Stefand - 16.06.2012, 11:33
Re: /flash bugs someone know how to fix? - by Stefand - 16.06.2012, 12:26
Re: /flash bugs someone know how to fix? - by Stefand - 16.06.2012, 17:35
Re: /flash bugs someone know how to fix? - by Audi_Quattrix - 16.06.2012, 18:00
Re: /flash bugs someone know how to fix? - by Stefand - 17.06.2012, 09:25
Re: /flash bugs someone know how to fix? - by Stefand - 17.06.2012, 11:00
Re: /flash bugs someone know how to fix? - by Audi_Quattrix - 17.06.2012, 11:28
Re: /flash bugs someone know how to fix? - by Stefand - 17.06.2012, 14:13
Re: /flash bugs someone know how to fix? - by Stefand - 17.06.2012, 14:22
Re: /flash bugs someone know how to fix? - by Stefand - 17.06.2012, 17:20

Forum Jump:


Users browsing this thread: 1 Guest(s)