08.03.2012, 11:55 
	
	
	PHP Code:
// MISSILES
    sam1 = AddStaticSAM(354.4741,2028.2898,26.1254);
    sam2 = AddStaticSAM(188.2001,2081.6643,26.1713);
    sam3 = AddStaticSAM(15.6897,1718.8661,26.1074);
    sam4 = AddStaticSAM(237.7682,1696.7734,26.1345);
    SAM_start();
    // END OF MISSILES 
PHP Code:
{
            if(!(PlayerInfo[playerid][pAdmin] >= 2))
            return SendClientMessage(playerid, COLOR_GREY, "You are not authorized to use this command!");
            ResetVehicleNeon(GetPlayerVehicleID(playerid));
            SendClientMessage(playerid, COLOR_LIGHTBLUE,"Neons has been removed from the vehicle!");
        } 
PHP Code:
}
        ResetVehicleNeon(GetPlayerVehicleID(playerid));
        if(IsPlayerInAnyVehicle(playerid)) 
PHP Code:
}
        ResetVehicleNeon(GetPlayerVehicleID(playerid));
        if(IsPlayerInAnyVehicle(playerid)) 


